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-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
2015-07-25qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov
2015-07-25qsvenc_hevc: fix enum declarationAnton Khirnov
2015-07-25qsvdec: fix a memleak of async_fifoAnton Khirnov
2015-07-25qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov
2015-07-23dds: Write the palette in the native endian formMartin Storsjö
2015-07-23hap: Name enums, remove unused struct memberTom Butterworth
2015-07-23snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth
2015-07-23hap: Fix slice size computationTom Butterworth
2015-07-23dds: Fix the slice size computationTom Butterworth
2015-07-22mpegvideo: Add missing includeVittorio Giovara
2015-07-22dds: Fix 32bpp bitmaps decodingMichael Niedermayer
2015-07-22dds: Fix palette decodingVittorio Giovara
2015-07-22dds: Fix enum declarationVittorio Giovara
2015-07-22qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov
2015-07-21dds: Decode using optimal slices sizesLuca Barbato
2015-07-21hap: Decode using optimal slices sizesLuca Barbato
2015-07-21arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau