summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Bitmap Brothers JV video decoderPeter Ross2011-03-144-2/+220
* Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-133-4/+4
* VP8: fix other function declarationJason Garrett-Glaser2011-03-121-1/+1
* VC1: Export profile/levelHendrik Leppkes2011-03-122-4/+24
* VP8: optimize VP8Context struct orderingJason Garrett-Glaser2011-03-122-79/+79
* VP8: fix function declarationJason Garrett-Glaser2011-03-121-1/+1
* VP8: token probs doesn't need paddingJason Garrett-Glaser2011-03-121-2/+1
* VP8: use a goto to break out of two loopsJason Garrett-Glaser2011-03-121-1/+2
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-122-8/+5
* Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-102-0/+21
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-082-2/+1
* reindent.Ronald S. Bultje2011-03-071-3/+1
* aacenc: remove the data arraysYoung Han Lee2011-03-072-16/+17
* aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-071-2/+2
* ac3enc: add some assertionsJustin Ruggles2011-03-071-0/+6
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-071-3/+5
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-073-3/+3
* Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-071-1/+1
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-071-2/+17
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-041-4/+7
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-042-3/+4
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-021-0/+1
* threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-021-1/+1
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-012-1/+18
* huffyuv: Add multithreading supportAlexander Strange2011-03-011-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-271-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-271-0/+2
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-251-3/+3
* Bink version 'b' audio decoderPeter Ross2011-02-252-6/+18
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-251-4/+2
* binkaudio: remove unnecessary loopPeter Ross2011-02-251-5/+2
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-251-5/+5
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-251-1/+1
* dxva2: define required feature selection macrosKyle2011-02-251-0/+2
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-241-20/+49
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-231-8/+7
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-231-12/+8
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-231-3/+5
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-231-12/+12
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-8/+8
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-231-14/+9
* cosmetics: remove debugging cruftJustin Ruggles2011-02-231-3/+0
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-11/+11
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-231-9/+10
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-231-1/+4
* vmdaudio: validate block typeJustin Ruggles2011-02-231-0/+4
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-231-3/+10
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-231-5/+1