summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-02
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-02
* avpacket: signal possibly corrupted packetsLuca Barbato2011-08-02
* mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-01
* aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-01
* bink: Eliminate unnecessary shadow declaration.Alex Converse2011-08-01
* lavc: Deprecate unused FF_ER_VERY_AGGRESSIVEDustin Brody2011-07-31
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-29
* s302m: use nondeprecated audio sample format APIDustin Brody2011-07-29
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-28
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-28
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-28
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-28
* vp3/theora: flush after seek.Ronald S. Bultje2011-07-28
* ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-27
* mpegvideo: initialise DSPContext in ff_dct_common_init()Mans Rullgard2011-07-27
* cosmetics: reindentJustin Ruggles2011-07-27
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-27
* dnxhdenc: fix declarations in for loopsMans Rullgard2011-07-27
* dsputil: remove stale bink prototypes and commentsMans Rullgard2011-07-27
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-27
* dsputil: remove some unused functionsMans Rullgard2011-07-27
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-27
* dctref: make sure function declarations match between .c and .h fileDiego Biurrun2011-07-27
* x86: fix build with gcc 4.7Mans Rullgard2011-07-26
* jpegdec: actually search for and parse RSTnMichael Niedermayer2011-07-23
* dnxhddec: avoid a branch in 10-bit decode_dct_block()Mans Rullgard2011-07-22
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-22
* add Flash Screen Video 2 decoderKostya Shishkov2011-07-22
* dnxhddec: optimise dnxhd_decode_dct_block()Mans Rullgard2011-07-21
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-21
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-21
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* mpeg4: add Mpeg4 Profiles names.Thierry Foucu2011-07-21
* mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu2011-07-21
* imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-21
* rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-07-21
* simple_idct: whitespace cosmeticsMans Rullgard2011-07-21
* simple_idct: make repeated code a macroMans Rullgard2011-07-21
* dsputil: remove huge #if 0 blockMans Rullgard2011-07-21
* simple_idct: change 10-bit add/put stride from pixels to bytesMans Rullgard2011-07-21
* dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard2011-07-21
* dnxhd: rename some data tablesJoseph Artsimovich2011-07-21
* dnxhdenc: remove inline from function only called through pointerMans Rullgard2011-07-21
* dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-21
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-20