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-08-25nvenc: Properly free the fifosLuca Barbato
2015-08-24dnxhddata: Add tables for missing DNx100 profilesVittorio Giovara
2015-08-24dnxhddata: Merge a few duplicated RUN tablesVittorio Giovara
2015-08-24dnxhddata: Group together RUN-related tablesVittorio Giovara
2015-08-24dnxhddata: Merge a few duplicated DC tablesVittorio Giovara
2015-08-24dnxhddata: Group together DC-related tablesVittorio Giovara
2015-08-24dnxhddata: List the reused tables in a commentVittorio Giovara
2015-08-24dnxhddata: Keep a single CID in the table namesVittorio Giovara
2015-08-23aac: Make sure to set err on the failure pathLuca Barbato
2015-08-23xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato
2015-08-22h264: Fix faulty call to avpriv_request_sampleLuca Barbato
2015-08-21h264: Discard currently unsupported registered seiJohn Högberg
2015-08-21imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato
2015-08-21hevcdsp: fix a function nameAnton Khirnov
2015-08-21hevc: avoid invalid shifts of negative valuesAnton Khirnov
2015-08-16vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti
2015-08-16libfdk-aacdec: Clean up properly if the init failsMartin Storsjö
2015-08-16libfdk-aacdec: Always decode into an intermediate bufferMartin Storsjö
2015-08-16libfdk-aacdec: Bump the max number of channels to 8Martin Storsjö
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner
2015-08-08cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri
2015-08-06h264: Do not print an error when the buffer has to be refilledLuca Barbato
2015-08-05h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones
2015-08-02png: Be more informative regarding signature errorsLuca Barbato
2015-08-02opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov
2015-08-02x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner
2015-08-01hevc: Split the sei parsing in 3 functionsLuca Barbato
2015-08-01hevc: Use switch instead of if-nests in decode_nal_sei_messageLuca Barbato
2015-08-01hevc: Use a proper enum for the SEI valuesLuca Barbato
2015-08-01avcodec: h264: Extract decoder methodsDavid Holm
2015-07-28dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600Martin Storsjö
2015-07-27h264: fix AVDISCARD_NONKEY for some interlaced contentJohn Högberg
2015-07-27qsvdec_mpeg2: drop an incorrect commentAnton Khirnov
2015-07-27hap: Add utility functions fileVittorio Giovara
2015-07-27Support the Hap chunked frame formatTom Butterworth
2015-07-27hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth
2015-07-27lavc: Update version and APIchangesVittorio Giovara
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27wmv2enc: Check memory allocationVittorio Giovara
2015-07-27ac3enc_template: Use the correct context fieldVittorio Giovara
2015-07-27qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov
2015-07-26force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme
2015-07-25lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov
2015-07-25lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov
2015-07-25lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov