summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-25
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-25
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson2007-01-25
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-25
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
* Theora encoding via libtheora.Diego Biurrun2007-01-25
* Add debug messages for AP headersKostya Shishkov2007-01-24
* Off-by-one error fixKostya Shishkov2007-01-24
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-24
* add hint for closed gop and sc threshold error messageBaptiste Coudurier2007-01-24
* 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