summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-08
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-08
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-08
* Make sure that compilation fails if functions like ff_put_string are used in ...Reimar Döffinger2009-12-07
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-07
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-07
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-07
* Print error messages on errors.Michael Niedermayer2009-12-07
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-06
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-06