summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-09
* ac3tab.h: #include the correct headersDiego Biurrun2014-01-09
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-09
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-09
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-07
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-07
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-07
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-07
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-06
* libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-06
* pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-06
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-06
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-06
* h264: rebuild the default ref list if the reference count changesAnton Khirnov2014-01-06
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-01-06
* lavc: do not leak the internal frame if opening the codec failsAnton Khirnov2014-01-06
* lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov2014-01-06
* lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-06
* sgidec: fix buffer size check in expand_rle_row()Anton Khirnov2014-01-06
* kgv1dec: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-06
* 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-06
* 4xm: return a proper error code.Anton Khirnov2014-01-06
* (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-05
* dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* dcadec: set the output channel mode more accurately.Tim Walker2014-01-05
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-05
* aac: Fix low delay windowing.Alex Converse2014-01-04
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-04
* arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö2014-01-04
* arm: Add a missing endfunc macro callMartin Storsjö2014-01-04
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-03
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-03
* h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov2014-01-03
* lzw: switch to bytestream2Anton Khirnov2014-01-03
* eacmv: check the framerate before setting it.Anton Khirnov2014-01-03
* adx: check that the offset is not negativeAnton Khirnov2014-01-03
* rv30: fix extradata size check.Anton Khirnov2014-01-03
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-03
* h264: namespace the decode functionLuca Barbato2013-12-27
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* vc1: Fix intensity compensation performance regressionMason Carter2013-12-22
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-22