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
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ö
2017-01-14aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö
2017-01-14arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö
2017-01-14arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö
2017-01-14aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö
2017-01-14arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö
2017-01-14arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö
2017-01-14aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö
2017-01-14arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau
2017-01-14aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau