summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vc1: Enable the interlaced B-frame codepath.Tim Walker2014-01-131-1/+0
* vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer2014-01-131-0/+23
* vc1: Factorize out chroma MCLuca Barbato2014-01-131-48/+23
* vc1dsp: K&R formatting cosmeticsLuca Barbato2014-01-121-321/+403
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-112-0/+80
* ATRAC3+ decoderMaxim Polijakowski2014-01-098-1/+5003
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-091-1/+2
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-096-0/+6
* ac3tab.h: #include the correct headersDiego Biurrun2014-01-091-1/+3
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-092-15/+20
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-092-17/+22
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+2
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-67/+29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-0910-114/+50
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-071-1/+1
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-072-18/+9
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-071-4/+0
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-071-19/+19
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-0613-24/+24
* libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-061-1/+1
* pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-061-0/+7
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-066-30/+30
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-061-0/+6
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-062-6/+5
* h264: rebuild the default ref list if the reference count changesAnton Khirnov2014-01-061-11/+23
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-01-061-2/+5
* lavc: do not leak the internal frame if opening the codec failsAnton Khirnov2014-01-061-1/+3
* lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov2014-01-061-0/+4
* lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-061-6/+19
* sgidec: fix buffer size check in expand_rle_row()Anton Khirnov2014-01-061-4/+18
* kgv1dec: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-18/+22
* 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-62/+59
* 4xm: return a proper error code.Anton Khirnov2014-01-061-1/+1
* (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+30
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-055-9/+63
* mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+4
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-054-2/+61
* dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+9
* dcadec: set the output channel mode more accurately.Tim Walker2014-01-051-1/+2
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-052-0/+27
* aac: Fix low delay windowing.Alex Converse2014-01-043-5/+8
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-043-1/+7
* arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö2014-01-041-1/+1
* arm: Add a missing endfunc macro callMartin Storsjö2014-01-041-0/+1
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-034-151/+0
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-031-233/+218
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-032-74/+139
* h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov2014-01-031-1/+6
* lzw: switch to bytestream2Anton Khirnov2014-01-031-16/+11
* eacmv: check the framerate before setting it.Anton Khirnov2014-01-031-3/+4
OpenPOWER on IntegriCloud