aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dxva2_hevc: properly fill the scaling list structureHendrik Leppkes2015-02-071-8/+14
* aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-031-1/+3
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-033-12/+29
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-033-3/+499
* aacdec: Support for ER AAC in LATMNiel van der Westhuizen2015-02-031-1/+11
* aacdec: Refactor aac_er_decode_frame.Alex Converse2015-02-031-4/+5
* aacdec: Refactor decode_ics_info.Alex Converse2015-02-031-12/+14
* svq1dec: Validate the stages value strictlyLuca Barbato2015-02-031-2/+2
* svq1enc: correctly handle memory error and allocationsMichael Niedermayer2015-02-031-0/+6
* opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-027-41/+44
* configure: Add a dependency on vc1_decoder from vc1_parserMartin Storsjö2015-02-021-3/+1
* flacenc: initialize sums matrixVittorio Giovara2015-01-291-1/+1
* ituh263dec: use macro instead of #ifVittorio Giovara2015-01-291-3/+1
* mpegvideo_enc: initialize the encoding contextVittorio Giovara2015-01-291-1/+1
* DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara2015-01-292-0/+46
* DNxHD: Simplify pixel format detectionVittorio Giovara2015-01-291-25/+20
* DNxHD: More verbose error messagesVittorio Giovara2015-01-291-3/+9
* libopenh264: Log debug messages to a non-null contextMartin Storsjö2015-01-291-1/+1
* h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-01-281-0/+4
* dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-271-30/+58
* lavc: support extracting audio service type from side dataAnton Khirnov2015-01-271-0/+7
* Add a side data type for audio service type.Anton Khirnov2015-01-273-1/+8
* lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-274-6/+9
* avidec: do not export stream_codec_tagAnton Khirnov2015-01-271-2/+1
* h264: drop any pretense of support for data partitioningAnton Khirnov2015-01-273-44/+3
* h264_parser: restore a comment lost in 0268a54Anton Khirnov2015-01-271-0/+1
* h264: do not reset the ref lists in flush_change()Anton Khirnov2015-01-271-4/+0
* h264: move parser-only variables to their own contextAnton Khirnov2015-01-273-23/+26
* error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-276-16/+13
* Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-274-1/+384
* hevc: reindent after previous commitHendrik Leppkes2015-01-272-32/+32
* hevc: add hwaccel hooksHendrik Leppkes2015-01-273-2/+56
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-272-3/+7
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-272-2/+9
* hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-271-3/+3
* hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-271-1/+1
* hevc: clear unused refs on failureAnton Khirnov2015-01-271-4/+5
* h264: simplify code in flush_dpb()Anton Khirnov2015-01-271-5/+1
* mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutionsMichael Niedermayer2015-01-231-3/+14
* libx265: Pass through user-set frame typeDerek Buitenhuis2015-01-221-0/+5
* libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö2015-01-201-2/+1
* libopenh264enc: Remove a workaround for silencing warnings about unused varia...Martin Storsjö2015-01-201-1/+0
* h264_cabac: Break infinite loopsMichael Niedermayer2015-01-151-1/+1
* opus_parser: drop unused variableVittorio Giovara2015-01-151-1/+1
* bsf: check memory allocationsVittorio Giovara2015-01-157-3/+24
* vp8: improve memory allocation checksVittorio Giovara2015-01-151-4/+10
* tiff: support decoding GBRP and GBRAP formatsPaul B Mahol2015-01-141-57/+81
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-141-0/+1
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-142-88/+13
* png: improve signature checkVittorio Giovara2015-01-141-3/+4