aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2015-02-15dca: Move data tables from a header to an object fileDiego Biurrun
2015-02-15dca: Add array sizes to array declarationsDiego Biurrun
2015-02-15g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald
2015-02-15g722: Split out computation of band->s_zero and unroll codePeter Meerwald
2015-02-15g722: Unroll g722_apply_qmf()Peter Meerwald
2015-02-15g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald
2015-02-15g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald
2015-02-14vdpau: Adjust necessary #includes for vdpau_internal.hDiego Biurrun
2015-02-14dca: Move all tables into dcadata.hDiego Biurrun
2015-02-14dca: Remove trace debugging codeDiego Biurrun
2015-02-14dca: Return more informative error codesDiego Biurrun
2015-02-14dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-14vp56: Return meaningful error codesHimangi Saraogi
2015-02-13hevc: Use generic av_clip function, not C implementationPeter Meerwald
2015-02-07dxva2_hevc: properly fill the scaling list structureHendrik Leppkes
2015-02-03aacsbr: silence message for SBR extension "padding".Reimar Döffinger
2015-02-03aacdec: Support for ER AAC ELD 480.Alex Converse
2015-02-03aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen
2015-02-03aacdec: Support for ER AAC in LATMNiel van der Westhuizen
2015-02-03aacdec: Refactor aac_er_decode_frame.Alex Converse
2015-02-03aacdec: Refactor decode_ics_info.Alex Converse
2015-02-03svq1dec: Validate the stages value strictlyLuca Barbato
2015-02-03svq1enc: correctly handle memory error and allocationsMichael Niedermayer
2015-02-02opus: Factor out imdct15 into a standalone componentDiego Biurrun
2015-02-02configure: Add a dependency on vc1_decoder from vc1_parserMartin Storsjö
2015-01-29flacenc: initialize sums matrixVittorio Giovara
2015-01-29ituh263dec: use macro instead of #ifVittorio Giovara
2015-01-29mpegvideo_enc: initialize the encoding contextVittorio Giovara
2015-01-29DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara
2015-01-29DNxHD: Simplify pixel format detectionVittorio Giovara
2015-01-29DNxHD: More verbose error messagesVittorio Giovara
2015-01-29libopenh264: Log debug messages to a non-null contextMartin Storsjö
2015-01-28h264: Do not share rbsp_buffer across threadsMichael Niedermayer
2015-01-27dvbsubdec: check memory allocations and propagate errorsVittorio Giovara
2015-01-27lavc: support extracting audio service type from side dataAnton Khirnov
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-27lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2015-01-27h264: drop any pretense of support for data partitioningAnton Khirnov
2015-01-27h264_parser: restore a comment lost in 0268a54Anton Khirnov
2015-01-27h264: do not reset the ref lists in flush_change()Anton Khirnov
2015-01-27h264: move parser-only variables to their own contextAnton Khirnov
2015-01-27error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov
2015-01-27Add DXVA2 HEVC HWAccelHendrik Leppkes
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: store the short term rps flag and size in the contextHendrik Leppkes
2015-01-27hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes
2015-01-27hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes