summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* adx: check that the offset is not negativeAnton Khirnov2014-01-031-1/+1
* rv30: fix extradata size check.Anton Khirnov2014-01-031-5/+9
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-031-0/+8
* h264: namespace the decode functionLuca Barbato2013-12-271-3/+3
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-0/+2
* vc1: Fix intensity compensation performance regressionMason Carter2013-12-221-0/+4
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-223-82/+111
* Add a libwebp encoderJustin Ruggles2013-12-214-1/+290
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-201-6/+6
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet2013-12-203-14/+5
* hevc: warn when an unknown profile is usedGuillaume Martres2013-12-201-0/+8
* hevc_ps: fix indentationGildas Cocherel2013-12-201-1/+1
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-202-43/+45
* hevc: don't check for errors in PTL codeGuillaume Martres2013-12-201-24/+9
* hevc: store profile and level in AVCodecContextGildas Cocherel2013-12-201-0/+3
* lavc: add HEVC profiles namesGildas Cocherel2013-12-203-1/+15
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-202-116/+118
* vc1: arm: Add NEON no_rnd chroma MCMason Carter2013-12-202-0/+27
* vc1: arm: Add NEON assemblyMason Carter2013-12-207-0/+1334
* png_parser: Fix parsing on big endianMartin Storsjö2013-12-181-2/+2
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-172-14/+17
* h264: Refactor decode_frame_packing_arrangementVittorio Giovara2013-12-171-16/+7
* hevc: Refactor decode_nal_sei_frame_packing_arrangementLuca Barbato2013-12-171-12/+7
OpenPOWER on IntegriCloud