summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-241-1/+2
* explicit values for all enumsMichael Niedermayer2007-01-241-4/+4
* enumMichael Niedermayer2007-01-241-5/+7
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-241-1/+1
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-231-2/+2
* flameMichael Niedermayer2007-01-231-1/+1
* check num_reorder_frames for validityMichael Niedermayer2007-01-231-3/+11
* adding assert to protect delayed_picMichael Niedermayer2007-01-231-0/+3
* 10l, there is a corner case afterall...Luca Barbato2007-01-231-2/+1
* 1/0 fixMichael Niedermayer2007-01-221-1/+1
* Fix FSF postal address.Diego Biurrun2007-01-221-1/+1
* Fix some more license headers.Diego Biurrun2007-01-221-1/+1
* cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun2007-01-211-178/+178
* remove the last #ifdef from allcodecs.cMåns Rullgård2007-01-211-2/+0
* cosmetics: List all encoders together.Diego Biurrun2007-01-211-4/+4
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
* Remove debug line.Benjamin Larsson2007-01-211-1/+0
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-211-2/+3
* remove no longer needed ifeq testsMåns Rullgård2007-01-211-6/+2
* remove no longer needed #ifdefsMåns Rullgård2007-01-211-28/+0
* Flash screen video encoder.Benjamin Larsson2007-01-214-3/+342
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-212-3/+5
* Really fix my never ending mistakes.Benjamin Larsson2007-01-211-2/+3
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-211-0/+2
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-211-2/+2
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-212-33/+33
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-211-1/+1
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-212-18/+3
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-211-0/+4
* checking bitstream values and other related changesMichael Niedermayer2007-01-201-50/+118
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-1942-237/+237
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-191-2/+2
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-191-19/+46
* uint16->uint8Michael Niedermayer2007-01-191-3/+3
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-181-4/+4
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-171-13/+19
* CosmeticsLuca Barbato2007-01-171-10/+17
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-171-0/+2
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-161-0/+2
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-161-1/+1
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-161-0/+1
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-151-0/+4
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+5
* avcodec_decode_audio2()Michael Niedermayer2007-01-144-10/+41
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-141-2/+2
* cosmetics: reindentAurelien Jacobs2007-01-141-5/+5
* add support for another variant of vp6Aurelien Jacobs2007-01-142-7/+29
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-141-1/+1
* some interlaced direct sanity checksMichael Niedermayer2007-01-132-0/+5