summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-011-41/+14
| | | | Originally committed as revision 10898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #undefAurelien Jacobs2007-11-012-4/+0
| | | | Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unreachable codeAurelien Jacobs2007-11-011-7/+0
| | | | Originally committed as revision 10896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-11-011-4/+4
| | | | Originally committed as revision 10895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-013-43/+31
| | | | Originally committed as revision 10894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortAurelien Jacobs2007-11-011-3/+3
| | | | Originally committed as revision 10890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-311-1/+1
| | | | Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix issue130Michael Niedermayer2007-10-311-0/+1
| | | | Originally committed as revision 10888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA EACS decoderPeter Ross2007-10-304-0/+23
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-304-2/+13
| | | | | | original patch by Peter Ross Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a branch from an inner loop.Loren Merritt2007-10-271-3/+2
| | | | | | 1% faster flac encoding. Originally committed as revision 10865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-244-4/+105
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-221-11/+11
| | | | Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use simple IDCT for nowKostya Shishkov2007-10-221-1/+2
| | | | Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect and unneeded codeKostya Shishkov2007-10-221-3/+0
| | | | Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-224-2/+287
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-211-5/+0
| | | | Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context varAurelien Jacobs2007-10-211-1/+0
| | | | Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New RM format deserves small version bumpKostya Shishkov2007-10-211-2/+2
| | | | Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation after last commitKostya Shishkov2007-10-211-9/+9
| | | | Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-211-8/+19
| | | | Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-181-2/+1
| | | | Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationAurelien Jacobs2007-10-181-2/+2
| | | | Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-181-3/+1
| | | | Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-181-1/+1
| | | | Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-181-0/+9
| | | | Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-181-1/+13
| | | | | | | | overflows due to a buggy codec note, ive not checked if such overflows could have been exploitable before this commit Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-5/+5
| | | | Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-171-10/+10
| | | | | | | | patch by Timofei, tim ipi.ac ru Date: Mon, 15 Oct 2007 19:55:29 +0400 Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-173-0/+12
| | | | Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-2/+3
| | | | Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-173-15/+0
| | | | | | Those files are really meant to be included several times. Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17119-359/+358
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-0/+3
| | | | Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing multiple inclusion guards.Diego Biurrun2007-10-176-1/+27
| | | | Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix #endif comment typo.Diego Biurrun2007-10-171-1/+1
| | | | Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-151-6/+8
| | | | | | | | | setting Picture.reference to indicate parity for all Pictures in reference list. Patch by Jeff Downs, heydowns T borg O com Originally committed as revision 10744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-152-2/+3
| | | | | | So move this self-documentation into a comment instead. Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser ASAO decoderBenjamin Larsson2007-10-154-2/+486
| | | | Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-151-2/+2
| | | | | | Patch by Martin Zlomek, martin d zlomek a email d cz Originally committed as revision 10738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-146-13/+148
| | | | | | closes issue 104 Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-144-81/+150
| | | | Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6A needs its Makefile rules tooAurelien Jacobs2007-10-141-0/+2
| | | | Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-132-3/+4
| | | | | | | | | Since decoding is doing from the end and aligned by 16 previous code worked correctly only when picture height was dividable by 16, otherwise it provides garbage in top lines and truncates bottom. New code adjusts data[] pointers taking in account alignment issue. Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-132-0/+6
| | | | | | fixes issue194 Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer2007-10-131-13/+8
| | | | Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify tests for field macroblocksJeff Downs2007-10-131-4/+4
| | | | | | patch by Jeff Downs, heydowns a borg d com Originally committed as revision 10721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-131-1/+1
| | | | | | | | | Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de> Subject: API breakage by r9870 Date: 2007-10-05 11:06:47 GMT http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467 Originally committed as revision 10720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-121-1/+1
| | | | | | | Fix the preprocessor directives to enable refill2() only when the conditions under which it is used apply. Originally committed as revision 10715 to svn://svn.ffmpeg.org/ffmpeg/trunk