aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings and simplify/reorder the codeLuca Barbato2007-01-271-20/+11
* Segregate code common to BMP decoder and future encoderMichel Bardiaux2007-01-272-12/+33
* Set aspect ratio if present (for AP only)Kostya Shishkov2007-01-271-2/+4
* fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer2007-01-261-1/+1
* TypoPanagiotis Issaris2007-01-261-1/+1
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-261-3/+3
* cosmetics / remove #if 0 codeMichael Niedermayer2007-01-261-29/+1
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-251-1/+1
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-251-20/+20
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-251-6/+6
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson2007-01-251-2/+2
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-251-0/+1
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-251-4/+0
* Theora encoding via libtheora.Diego Biurrun2007-01-254-0/+281
* Add debug messages for AP headersKostya Shishkov2007-01-241-3/+20
* Off-by-one error fixKostya Shishkov2007-01-241-2/+2
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-241-0/+4
* add hint for closed gop and sc threshold error messageBaptiste Coudurier2007-01-241-1/+1
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-241-22/+22
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield2007-01-241-5/+46
* set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer2007-01-241-2/+2
* 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