summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-12
* Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini2009-12-12
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-12
* Add ROQ format regression test.Reimar Döffinger2009-12-12
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-12
* Add an entry for the av_bmg_next() function addition.Stefano Sabatini2009-12-12
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-12
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-12
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-12
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-12
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-11
* indentMichael Niedermayer2009-12-11
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-11
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-11
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-11
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-10
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-10
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-10
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-10
* Correct a forgotten RGB32.Michael Niedermayer2009-12-10
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-10
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-10
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-10
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-09
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-09
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-09
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-09
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-09
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-08
* Mention patcheck.Zhihang Wang2009-12-08
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-08
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-08
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-08
* AC-3 decoder is no longer GPL; update FAQDaniel Verkamp2009-12-08
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-08
* Add MBtree support for libx264Erik Slagter2009-12-08
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-08
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-08
* Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini2009-12-08
* Do as the comment says and signal an error.Michael Niedermayer2009-12-08
* 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer2009-12-08
* Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer2009-12-08
* Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer2009-12-08
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-08
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-08