summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
| | | | | | Keep lzo1x_decode until the next major version bump for binary compatibility. Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
| | | | Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02
| | | | Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Place all subtitle entries together.Diego Biurrun2009-02-02
| | | | Originally committed as revision 16934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-02
| | | | Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
| | | | | | h264.c:6464: warning: unused variable 'dir' Originally committed as revision 16925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence compiler warnings for XL decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WNV1 decoder use temporary buffer for bit-reversed inputKostya Shishkov2009-02-01
| | | | Originally committed as revision 16920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make TM2 decoder byteswap input into separate buffer instead of doing it ↵Kostya Shishkov2009-02-01
| | | | | | in-place. Originally committed as revision 16918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
| | | | Originally committed as revision 16916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
| | | | | | to ff_msrle_decode() Originally committed as revision 16915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
| | | | | | We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in doxygen comments.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31
| | | | Originally committed as revision 16908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at ↵Ben Hutchings2009-01-31
| | | | | | decadent dot org dot uk Originally committed as revision 16907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-31
| | | | Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-31
| | | | Originally committed as revision 16881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unrolling encoding loopsRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifying DIF encoding processRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replacing the constant with a macroRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for SAMPLE_FMT_32Justin Ruggles2009-01-31
| | | | Originally committed as revision 16871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation of the return value of avcodec_encode_video().Bitbreaker/METALVOTZE X2009-01-31
| | | | | | ripped out of a patch by Bitbreaker/METALVOTZE X bitbreaker ihlaid de Y Originally committed as revision 16870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
| | | | | | Avoids some warnings about undefined preprocessor directives. Originally committed as revision 16869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-30
| | | | Originally committed as revision 16868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-30
| | | | Originally committed as revision 16867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2009-01-30
| | | | Originally committed as revision 16866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
| | | | Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
| | | | Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Record B-fraction index from frame header and two fields from entry point ↵Gwenole Beauchesne2009-01-30
| | | | | | | | | | | | structure into VC-1 context. Patch by Gwenole Beauchesne (gbeauchesne <whirlpool> splitted <dash> desktop <dit> com) Thread [PATCH][VC-1] Record extra syntax elements for VA API support Originally committed as revision 16859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
| | | | | | | a negative number if none was found. Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
| | | | | | Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
| | | | Originally committed as revision 16855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
| | | | | | patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
| | | | Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
| | | | Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16841 to svn://svn.ffmpeg.org/ffmpeg/trunk