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-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
2015-07-21h264: aarch64: intra prediction optimisationsJanne Grunau
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara
2015-07-20ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20libvpxenc: Do not entangle coded_frameVittorio Giovara
2015-07-20libxvid: Do not entangle coded_frameVittorio Giovara
2015-07-20svq1enc: Do not entangle coded_frameVittorio Giovara
2015-07-20proresenc: Do not entangle coded_frameVittorio Giovara
2015-07-20a64multienc: Do not entangle coded_frameVittorio Giovara
2015-07-20roqvideoenc: Drop unneeded initializationVittorio Giovara
2015-07-20mpegvideo_enc: Drop unnneded initializationVittorio Giovara
2015-07-19qsvenc: properly handle asynchronous encodingAnton Khirnov
2015-07-19qsvdec: properly handle asynchronous decodingAnton Khirnov
2015-07-18h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau
2015-07-17x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner
2015-07-17configure: Factor out g722dsp moduleVittorio Giovara
2015-07-17configure: Factor out wmv2dsp moduleVittorio Giovara
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara