summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* more prefetches, 2% faster h264Loren Merritt2006-10-11
* slightly faster on P3 slightly slower on athlon and probably faster on P4Michael Niedermayer2006-10-11
* add MXF descriptionBaptiste Coudurier2006-10-11
* update GXF status and add descriptionBaptiste Coudurier2006-10-11
* update doc, changelog, and increase libavcodec version for .cin files supportBaptiste Coudurier2006-10-11
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-11
* moving lps state transition code a little up in the branched asm code (1% fas...Michael Niedermayer2006-10-11
* write cabac low and range variables as early as possible to prevent stalls fr...Michael Niedermayer2006-10-11
* use ecx instead of cl (no speed change on P3 but might avoid partial register...Michael Niedermayer2006-10-11
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-11
* 10lMichael Niedermayer2006-10-11
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-11
* enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon,...Michael Niedermayer2006-10-11
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* port watermark vhook to swscalerVíctor Paesa2006-10-11
* port imlib2 vhook to swscalerVíctor Paesa2006-10-11
* doxyMichael Niedermayer2006-10-11
* fix bit rateBaptiste Coudurier2006-10-11
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Switch to the LGPL as agreed to by the author according to theDiego Biurrun2006-10-11
* Targa image decoderKostya Shishkov2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* unused #defineMichael Niedermayer2006-10-10
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
* factorze another 2 linesMichael Niedermayer2006-10-10
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-10
* factorize (untested)Michael Niedermayer2006-10-10
* return cleanupMichael Niedermayer2006-10-10
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
* assign myself to aiff maintainerBaptiste Coudurier2006-10-10
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-10
* Remove unused variables.Diego Biurrun2006-10-10
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-10
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
* Move sign macro to libavutil.Diego Biurrun2006-10-10
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
* moving another bit&1 out, this is as fast as with it in there, but it makes m...Michael Niedermayer2006-10-10
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10