aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-311-0/+2
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-301-1/+1
* Remove unused variables.Maxim Poliakovski2010-05-301-2/+0
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-293-0/+123
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-291-6/+6
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-281-2/+11
* aacenc: Remove an unnecessary division from the TLS.Alex Converse2010-05-281-2/+2
* Cosmetics: whitespaceAlex Converse2010-05-281-17/+17
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-281-11/+3
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-282-4/+3
* Parse avctx->extradata if available.Howard Chu2010-05-282-0/+10
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-282-7/+3
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-281-3/+1
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-271-2/+2
* Mark AAC encoder as experimental.Alex Converse2010-05-271-1/+1
* VP8 parserDavid Conrad2010-05-273-0/+42
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-272-2/+2
* Add more const to _l4 pixel functionsDavid Conrad2010-05-271-4/+4
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-271-1/+6
* Cosmetics : Fix typo.Jai Menon2010-05-271-1/+1
* Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas2010-05-271-3/+0
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-261-0/+10
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-263-10/+10
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-262-35/+47
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-261-1/+1
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-261-1/+1
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-261-1/+1
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-261-1/+3
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-264-27/+42
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-262-4/+13
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-262-1/+5
* Fix declaration after statementAlex Converse2010-05-251-1/+2
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-251-2/+2
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-251-0/+6
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-251-27/+27
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-251-7/+16
* aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...Alex Converse2010-05-251-6/+12
* Remove useless costly inf checks from the trellis scalefactor search.Alex Converse2010-05-251-15/+0
* aacenc: Trellis over scalefactors using an estimated codebook rather than eve...Alex Converse2010-05-251-8/+3
* aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse2010-05-251-26/+52
* aacenc: Factor out find_min_book so it can be used by multiple coefficient co...Alex Converse2010-05-251-17/+22
* Correct golomb vlc decoding tables.Michael Niedermayer2010-05-251-3/+3
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-251-2/+2
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-251-18/+24
* VP8 decoding via libvpx.James Zern2010-05-254-2/+128
* Fix documentation of av_audio_convert.Cyril Russo2010-05-241-2/+2
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-231-0/+8
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-211-4/+4
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-211-4/+4
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-204-5/+5