summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-14
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-14
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-14
* Mark src constant in copy_block*().Alex Converse2009-04-14
* Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles2009-04-14
* set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier2009-04-14
* fix indentationBaptiste Coudurier2009-04-14
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-14
* win32, dos: Work around a bug in the GNU toolchain.Ramiro Polla2009-04-13
* fix indentationBaptiste Coudurier2009-04-13
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-13
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-13
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-13
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
* seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier2009-04-13
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-13
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-13
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-13
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-13
* fix indentationBaptiste Coudurier2009-04-13
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-13
* reindentBaptiste Coudurier2009-04-13
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun2009-04-12