summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wmavoice: switch to av_assertMichael Niedermayer2012-08-30
* aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer2012-08-30
* aacdec: pass AVPacket to aac_decode_frame_int()Michael Niedermayer2012-08-30
* audio_frame_que: remove broken code that is specific to old audio_queMichael Niedermayer2012-08-29
* Add missing codec descriptor for timingless subrip.Philip Langdale2012-08-29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-29
|\
| * x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-29
| * x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-29
| * x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-29
|\|
| * testprogs: Remove unused includesMartin Storsjö2012-08-29
| * x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
| * x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-28
| * utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-28
| * huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
| * cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-28
| * h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-28
| * audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-28
* | lavc: protect calls to frame_thread_encoder by HAVE_THREADSMichael Niedermayer2012-08-29
* | exr: fix decoding ZIP16 and height not multiple of 16Paul B Mahol2012-08-29
* | frame_thread_encoder: pass frame pict type and qualityMichael Niedermayer2012-08-29
* | frame_thread_encoder: pass private optionsMichael Niedermayer2012-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-28
|\|
| * vc1: export some functionsKostya Shishkov2012-08-28
| * Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-27
| * build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-27
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
| * celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-27
| * vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-27
| * mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-27
| * mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-27
* | vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-28
* | allcodecs: fix vda orderMichael Niedermayer2012-08-28
* | vdadec: implement vda decoderXidorn Quan2012-08-28
* | cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-27
* | dpx: 10 and 12 bit decodingGeorg Lippitsch2012-08-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-27
|\|
| * huffyuv: update to current coding styleLuca Barbato2012-08-27
| * huffman: update to current coding styleLuca Barbato2012-08-27
| * build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-26
|\|
| * audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-26
| * dwt: Remove unused code.Diego Biurrun2012-08-26
| * cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-26
| * cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-26
| * cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-26
* | avrndec: silence warning about incompatible pointer typesPaul B Mahol2012-08-26
* | h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-26
|\|
| * x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-25