summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-08
* ac3enc: shift coefficients to 24-bit following MDCT rather than using an expo...Justin Ruggles2011-03-08
* ac3enc: use MUL64() to multiply fixed-point coefficientsJustin Ruggles2011-03-08
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-08
* reindent.Ronald S. Bultje2011-03-08
* aacenc: remove the data arraysYoung Han Lee2011-03-08
* aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-08
* ac3enc: add some assertionsJustin Ruggles2011-03-08
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-08
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-08
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-08
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-05
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-05
* Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-04
* Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer2011-03-04
* h263dec: produce a warning when excessive bitstream is discardedMichael Niedermayer2011-03-03
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-03
* threads: allow thread count of zeroMans Rullgard2011-03-03
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-03
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-03
* huffyuv: Add multithreading supportAlexander Strange2011-03-03
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-03
* Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.aviMichael Niedermayer2011-03-03
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-28
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-28
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-26
* Bink version 'b' audio decoderPeter Ross2011-02-26
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-26
* binkaudio: remove unnecessary loopPeter Ross2011-02-26
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-26
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-26
* dxva2: define required feature selection macrosKyle2011-02-26
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-26
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-26
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-26
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-26
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-26
* cosmetics: reindent after previous commitJustin Ruggles2011-02-26
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-26
* cosmetics: remove debugging cruftJustin Ruggles2011-02-26
* cosmetics: reindent after previous commitJustin Ruggles2011-02-26
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-26
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-26
* vmdaudio: validate block typeJustin Ruggles2011-02-26
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-26
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-26
* vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-26
* vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-26
* vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-26
* Mark MS-MPEG4v1 encoder as experimental.Carl Eugen Hoyos2011-02-25