Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-21h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov
2015-02-21h264: only ref cur_pic in update_thread_context if it is initializedAnton Khirnov
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-02-20libavcodec: Don't use av_cold annotation in twinvq header filePeter Meerwald
2015-02-19lavc: Add DSS SP decoderOleksij Rempel
2015-02-19qsv_api: fix building with libmfx disabledAnton Khirnov
2015-02-19lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov
2015-02-19h264_parser: export video format and dimensionsAnton Khirnov
2015-02-19rv40: Return more meaningful error codesHimangi Saraogi
2015-02-18libx265: Add crf private optionDerek Buitenhuis
2015-02-18libx265: Reduce the scope of some variablesDerek Buitenhuis
2015-02-17wmv2: Return meaningful error codesHimangi Saraogi
2015-02-17qdm2: Return meaningful error codesHimangi Saraogi
2015-02-17libxvid: Return meaningful error messagesHimangi Saraogi
2015-02-17aac_adtstoasc_bsf: Check extradata memory allocationHimangi Saraogi
2015-02-17avpacket: Check buffer referenceVittorio Giovara
2015-02-17vorbisdec: Check memory allocationsVittorio Giovara
2015-02-17dvdsubdec: Check memory allocationsVittorio Giovara
2015-02-17dct-test: Fix initialization syntaxVittorio Giovara
2015-02-17lavc: Document interaction between avcodec_open2() and decoding routinesVittorio Giovara
2015-02-16dca: Remove separate header for DCA ExSSDiego Biurrun
2015-02-16dca: Move data tables from a header to an object fileDiego Biurrun
2015-02-16dca: 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-04aacsbr: silence message for SBR extension "padding".Reimar Döffinger
2015-02-04aacdec: Support for ER AAC ELD 480.Alex Converse
2015-02-04aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen
2015-02-04aacdec: Support for ER AAC in LATMNiel van der Westhuizen
2015-02-04aacdec: Refactor aac_er_decode_frame.Alex Converse
2015-02-04aacdec: 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