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