summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* simpify state and make code 2% fasterMichael Niedermayer2007-01-31
* Add two extra needed bounds checksReimar Döffinger2007-01-31
* replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my dou...Michael Niedermayer2007-01-31
* Add code to testcode to ease comparing with liblzo.Reimar Döffinger2007-01-31
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-31
* Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris2007-01-30
* Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield2007-01-30
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård2007-01-29
* theoretically save one cycleMåns Rullgård2007-01-29
* Fix BI-frames decoding for Adv. profileKostya Shishkov2007-01-29
* Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux2007-01-29
* Check that js_vlc_bits from the extradata is in a valid range.Benjamin Larsson2007-01-29
* Get rid of the COOKextradata struct. And use valid C to parse the extradata.Benjamin Larsson2007-01-29
* Kill a warning and don't use modulus.Benjamin Larsson2007-01-29
* decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.Benjamin Larsson2007-01-29
* ARMv6 SIMD IDCTMåns Rullgård2007-01-28
* LZO optimization: check input buffer bounds less frequently if paddedReimar Döffinger2007-01-28
* Sort out the diffrent cook versions.Benjamin Larsson2007-01-28
* Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.Benjamin Larsson2007-01-28
* Get rid of one warning.Benjamin Larsson2007-01-27
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-27
* Coded residual in WavPack may be > 0xFFFFKostya Shishkov2007-01-27
* Fix _LZO_H vs. LZO_H typoReimar Döffinger2007-01-27
* Fix buffer end checks in lzo copy code to work in all cases.Reimar Döffinger2007-01-27
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-27
* Add lzo test codeReimar Döffinger2007-01-27
* Fix warnings and simplify/reorder the codeLuca Barbato2007-01-27
* Segregate code common to BMP decoder and future encoderMichel Bardiaux2007-01-27
* Set aspect ratio if present (for AP only)Kostya Shishkov2007-01-27
* fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer2007-01-26
* TypoPanagiotis Issaris2007-01-26
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-26
* cosmetics / remove #if 0 codeMichael Niedermayer2007-01-26
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-25
* 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