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
2017-01-22avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell
2017-01-22vaapi_mpeg4: Restore changes overwritten by mergeMark Thompson
2017-01-21avcodec/fraps: add support for PAL8Paul B Mahol
2017-01-21avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer
2017-01-20lavc/h264dec: re-indent after previous commitMatthieu Bouron
2017-01-20lavc/h264dec: make sure a slice is decoded before finishing setupMatthieu Bouron
2017-01-20avcodec/wmaprodec: add xma_flush for seeking in XMA2Paul B Mahol
2017-01-20avcodec: add XMA2 parserPaul B Mahol
2017-01-20avcodec/wmaprodec: unbreak XMA mono decodingPaul B Mahol
2017-01-20avcodec/atrac3: allow 6 channels (non-joint stereo)bnnm
2017-01-20dcaenc: Use Huffman codes for Bit Allocation IndexDaniil Cherednik
2017-01-20avcodec/nvenc: add logging for more error casesTimo Rothenpieler
2017-01-20avcodec/nvenc: make gpu indices independend of supported capabilitiesTimo Rothenpieler
2017-01-19avcodec/exr: export writer info into frame metadataPaul B Mahol
2017-01-19avcodec/exr: make it aware of 2 additional compressionsPaul B Mahol
2017-01-19avcodec/avcodec: fix lil typo in commentAleksandr Slobodeniuk
2017-01-19avcodec/speedhq: Fix warning about "initialization from incompatible pointer ...Michael Niedermayer
2017-01-19avcodec/wmaprodec: check number of channels for XMA streamsPaul B Mahol
2017-01-19avcodec/pixlet: use av_clip_uintp2_c explicitlyPaul B Mahol
2017-01-19avcodec/pixlet: use av_clip_uintp2()Paul B Mahol
2017-01-19avcodec/pixlet: clip chroma before shiftingPaul B Mahol
2017-01-19avcodec/wmapro: redone stream selection for XMA1/2Paul B Mahol
2017-01-19lavc/h264: simplify find_unused_picture()Clément Bœsch
2017-01-19avcodec/wmaprodec: >2 channel support for XMAPaul B Mahol
2017-01-18lavc/h264dec: remove flush goto in decode callbackClément Bœsch
2017-01-18lavc: Remove old vaapi decode infrastructureMark Thompson
2017-01-18vaapi_vp9: Convert to use the new VAAPI hwaccel codeMark Thompson
2017-01-18vaapi_hevc: Convert to use the new VAAPI hwaccel codeAnton Khirnov
2017-01-18vaapi_mpeg4: Convert to use the new VAAPI hwaccel codeMark Thompson
2017-01-18vaapi_vc1: Convert to use the new VAAPI hwaccel codeMark Thompson
2017-01-18vaapi_mpeg2: Convert to use the new VAAPI hwaccel codeMark Thompson
2017-01-18vaapi_h264: Convert to use the new VAAPI hwaccel codeMark Thompson
2017-01-18lavc: Rewrite VAAPI decode infrastructureMark Thompson
2017-01-18vaapi_vc1: Remove redundant version checkMark Thompson
2017-01-18vaapi_vc1: Constify pointersMark Thompson
2017-01-18vaapi_mpeg2: Constify pointersMark Thompson
2017-01-18vaapi_h264: Constify pointersMark Thompson
2017-01-17Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a'Matthieu Bouron
2017-01-16lavc/h264dec: reconstruct and debug flush frames as wellClément Bœsch
2017-01-16lavc/h264_slice: drop redundant current_slice resetClément Bœsch
2017-01-16lavc/pthread_frame: protect read state access in setup finish functionClément Bœsch
2017-01-16avcodec: add SIPR parserPaul B Mahol
2017-01-16dxva2: allow an empty array of ID3D11VideoDecoderOutputViewSteve Lhomme
2017-01-16dxva2: get the slice number directly from the surface in D3D11VASteve Lhomme
2017-01-16dxva2: use a single macro to test if the DXVA context is validSteve Lhomme
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
2017-01-15dcaenc: Reverse data layout to prevent data copies during Huffman encoding in...Daniil Cherednik
2017-01-14aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö
2017-01-14aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö
2017-01-14arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö