summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-13
* TIFF decoderKostya Shishkov2006-10-13
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
* add "memory" to the clobber list we change memory so we need it, this also fi...Michael Niedermayer2006-10-12
* Adds forgotten changelog's entry about the new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12
* -1 is a valid return value in ratecontrol_1pass() -> 100l for takisMichael Niedermayer2006-10-12
* Fixes:Dominik Mierzejewski2006-10-12
* 10l int vs uint8_tMichael Niedermayer2006-10-12
* prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer2006-10-12
* int->uint8_t for 2 tablesMichael Niedermayer2006-10-12
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-12
* fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir2006-10-12
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-12
* ppc generic prefetchLuca Barbato2006-10-12
* adds some useful comments after some of the #else, #elseif,Guillaume Poirier2006-10-12
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* 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