summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
* wmv2enc: Check memory allocationVittorio Giovara2015-07-27
* ac3enc_template: Use the correct context fieldVittorio Giovara2015-07-27
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-27
* force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme2015-07-26
* lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-25
* lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-25
* lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov2015-07-25
* qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-25
* qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-25
* qsvdec: fix a memleak of async_fifoAnton Khirnov2015-07-25
* qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov2015-07-25
* dds: Write the palette in the native endian formMartin Storsjö2015-07-23
* hap: Name enums, remove unused struct memberTom Butterworth2015-07-23
* snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-23
* hap: Fix slice size computationTom Butterworth2015-07-23
* dds: Fix the slice size computationTom Butterworth2015-07-23
* mpegvideo: Add missing includeVittorio Giovara2015-07-22
* dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-22
* dds: Fix palette decodingVittorio Giovara2015-07-22
* dds: Fix enum declarationVittorio Giovara2015-07-22
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-22
* dds: Decode using optimal slices sizesLuca Barbato2015-07-21
* hap: Decode using optimal slices sizesLuca Barbato2015-07-21
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-20
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-20
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* libvpxenc: Do not entangle coded_frameVittorio Giovara2015-07-20
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-20
* svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-20
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-20
* a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-20
* roqvideoenc: Drop unneeded initializationVittorio Giovara2015-07-20
* mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-20
* qsvenc: properly handle asynchronous encodingAnton Khirnov2015-07-19
* qsvdec: properly handle asynchronous decodingAnton Khirnov2015-07-19
* h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau2015-07-18
* x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner2015-07-17
* configure: Factor out g722dsp moduleVittorio Giovara2015-07-17
* configure: Factor out wmv2dsp moduleVittorio Giovara2015-07-17
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* configure: Factor out vp56dsp moduleVittorio Giovara2015-07-17