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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2015-01-27hevc: unref the current frame if frame_start() failsAnton Khirnov
2015-01-27hevc: clear unused refs on failureAnton Khirnov
2015-01-27h264: simplify code in flush_dpb()Anton Khirnov
2015-01-23mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutionsMichael Niedermayer
2015-01-22libx265: Pass through user-set frame typeDerek Buitenhuis
2015-01-20libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö
2015-01-20libopenh264enc: Remove a workaround for silencing warnings about unused varia...Martin Storsjö