summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* nobody uses TARGET_CMOVMåns Rullgård2007-01-27
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-27
* simplify setting of TARGET_* variablesMåns Rullgård2007-01-27
* Add lzo test codeReimar Döffinger2007-01-27
* Fix warnings and simplify/reorder the codeLuca Barbato2007-01-27
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-27
* Change occurences of 'test $foo != "no"' to 'enabled foo' forRamiro Polla2007-01-27
* Change one occurence of 'test $foo = yes -o test $bar = yes' toRamiro Polla2007-01-27
* Change all straight 'test $foo = "yes"' to 'enabled foo'.Ramiro Polla2007-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
* check for ARMv6 instruction set supportMåns Rullgård2007-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
* add waveformatextensible supportBaptiste Coudurier2007-01-25
* add -Wno-pointer-sign to CFLAGSMåns Rullgård2007-01-25
* Update gcc sections.Diego Biurrun2007-01-25
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-25
* Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun2007-01-25
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
* comment typoDiego Biurrun2007-01-25
* use more portable PRIu64Guillaume Poirier2007-01-25
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-25
* do not force output audio channelsBaptiste Coudurier2007-01-25
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-25
* Flash screen video encoding support.Benjamin Larsson2007-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
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-25
* Simplify conditional compilation handling.Diego Biurrun2007-01-25
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
* Theora encoding via libtheora.Diego Biurrun2007-01-25
* cosmetics: sortDiego Biurrun2007-01-25
* TODO updateBaptiste Coudurier2007-01-24
* 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
* remove some printf warningsBaptiste Coudurier2007-01-24
* make vars unsignedBaptiste Coudurier2007-01-24
* stop if current sample is higher than sample countBaptiste 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
* replace strcpy by memcpyBaptiste Coudurier2007-01-24