summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-24
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield2007-01-24
* set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer2007-01-24
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-24
* explicit values for all enumsMichael Niedermayer2007-01-24
* enumMichael Niedermayer2007-01-24
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-24
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-23
* flameMichael Niedermayer2007-01-23
* check num_reorder_frames for validityMichael Niedermayer2007-01-23
* adding assert to protect delayed_picMichael Niedermayer2007-01-23
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
* 1/0 fixMichael Niedermayer2007-01-22
* Fix FSF postal address.Diego Biurrun2007-01-22
* Fix some more license headers.Diego Biurrun2007-01-22
* cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun2007-01-21
* remove the last #ifdef from allcodecs.cMåns Rullgård2007-01-21
* cosmetics: List all encoders together.Diego Biurrun2007-01-21
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
* Remove debug line.Benjamin Larsson2007-01-21
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-21
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
* Flash screen video encoder.Benjamin Larsson2007-01-21
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-21
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-21
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-21
* checking bitstream values and other related changesMichael Niedermayer2007-01-20
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-19
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-19
* uint16->uint8Michael Niedermayer2007-01-19
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-18
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
* CosmeticsLuca Barbato2007-01-17
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-16
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-15
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
* cosmetics: reindentAurelien Jacobs2007-01-14