summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-03
* h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-03
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-02
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-02
* ARM: make some NEON macros reusableJanne Grunau2011-12-02
* vp8: flush buffers on size changes.Aaron Colwell2011-12-02
* Cleaned up alacenc.cNathan Adil Maxson2011-12-01
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-01
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-01
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-01
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-01
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-01
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-01
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-30
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-30
* vble: merge len and val arraysDerek Buitenhuis2011-11-30
* vble: remove unused variable len.Michael Niedermayer2011-11-30
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-29
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* txd: Fix order of operations.Alex Converse2011-11-28
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* indeo3: cosmeticsKostya Shishkov2011-11-28
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-27
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-28
* indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-27
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-27
* wmavoice: Make format string match variable type.Alex Converse2011-11-26
* vc1: select interlaced scan table by FCM elementKostya Shishkov2011-11-26
* pthread: track thread existence in a separate variable.Cheng Sun2011-11-26
* snow: fix integer overflowsMans Rullgard2011-11-26
* svq1enc: remove stale altivec-related hackMans Rullgard2011-11-26
* snow: fix signed overflow in byte to 32-bit replicationMans Rullgard2011-11-26
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-26
* adx: add an ADX parser.Justin Ruggles2011-11-26
* adx: move header decoding to ADX common codeJustin Ruggles2011-11-26
* adx: calculate the number of blocks in a packetJustin Ruggles2011-11-26
* adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLESJustin Ruggles2011-11-26
* adx: check for unsupported ADX formatsJustin Ruggles2011-11-26
* adx: simplify encoding by using put_sbits()Justin Ruggles2011-11-26
* adx: calculate correct LPC coeffsJustin Ruggles2011-11-26
* adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-26
* adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles2011-11-26
* adx: fix the data offset parsing in adx_decode_header()Justin Ruggles2011-11-26
* adx: remove unneeded post-decode channel interleavingJustin Ruggles2011-11-26