summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unused variable in init_mv_penalty_and_fcode() found by CSA.Michael Niedermayer2009-04-17
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-17
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-17
* cosmetics: reindent after last commitKostya Shishkov2009-04-17
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-17
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak2009-04-17
* Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment from h263_pred_dc() found by the clang static analy...Michael Niedermayer2009-04-17
* Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer2009-04-17
* Useless assignment found by the clang static analyzer.Michael Niedermayer2009-04-17
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-17
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-17
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
* Change tgq_decode_mb function arguments from using int8_t to uint8_t, this doesReimar Döffinger2009-04-17
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
* Add my public key fingerprint to MAINTAINERS.Jai Menon2009-04-16
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-16
* Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger2009-04-16
* Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun2009-04-16
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-16
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-16
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-16
* flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles2009-04-16
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-16
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-15
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-15
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-15
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-15
* Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö2009-04-15
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
* Explain the sort order for changelog entries.Diego Biurrun2009-04-15
* Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad2009-04-15
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* Cosmetics: Split long line.Carl Eugen Hoyos2009-04-14
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-14
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* mingw32: FFmpeg now passes -fno-common automatically.Ramiro Polla2009-04-14
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-14