aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* remove a branch from an inner loop.Loren Merritt2007-10-271-3/+2
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-244-4/+105
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-221-11/+11
* Use simple IDCT for nowKostya Shishkov2007-10-221-1/+2
* Remove incorrect and unneeded codeKostya Shishkov2007-10-221-3/+0
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-224-2/+287
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-211-5/+0
* remove unused context varAurelien Jacobs2007-10-211-1/+0
* New RM format deserves small version bumpKostya Shishkov2007-10-211-2/+2
* indentation after last commitKostya Shishkov2007-10-211-9/+9
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-211-8/+19
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-181-2/+1
* small simplificationAurelien Jacobs2007-10-181-2/+2
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-181-3/+1
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-181-1/+1
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-181-0/+9
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-181-1/+13
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-5/+5
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-171-10/+10
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-173-0/+12
* Clarify comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-2/+3
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-173-15/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17119-359/+358
* Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-0/+3
* Add missing multiple inclusion guards.Diego Biurrun2007-10-176-1/+27
* Fix #endif comment typo.Diego Biurrun2007-10-171-1/+1
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-151-6/+8
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-152-2/+3
* Nellymoser ASAO decoderBenjamin Larsson2007-10-154-2/+486
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-151-2/+2
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-146-13/+148
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-144-81/+150
* VP6A needs its Makefile rules tooAurelien Jacobs2007-10-141-0/+2
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-132-3/+4
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-132-0/+6
* factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer2007-10-131-13/+8
* Simplify tests for field macroblocksJeff Downs2007-10-131-4/+4
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-131-1/+1
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-121-1/+1
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-121-2/+2
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-121-0/+6
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-111-1/+5
* Fix intended order of operations for 4 assert() checks.Shane2007-10-111-4/+4
* Specify in documentation that avcodec_find_(en|de)coder* only searches forVille Skyttä2007-10-111-4/+4
* warning fixes:Diego Biurrun2007-10-111-3/+1
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-101-0/+1
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-091-1/+1
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-091-1/+5
* reindentAndreas Öman2007-10-091-61/+61