summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600Martin Storsjö2015-07-282-4/+4
* h264: fix AVDISCARD_NONKEY for some interlaced contentJohn Högberg2015-07-271-1/+1
* qsvdec_mpeg2: drop an incorrect commentAnton Khirnov2015-07-271-1/+0
* hap: Add utility functions fileVittorio Giovara2015-07-271-0/+55
* Support the Hap chunked frame formatTom Butterworth2015-07-275-97/+411
* hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-271-21/+28
* lavc: Update version and APIchangesVittorio Giovara2015-07-272-2/+9
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-2784-149/+158
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27270-375/+469
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27100-338/+434
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-2713-109/+221
* wmv2enc: Check memory allocationVittorio Giovara2015-07-271-0/+3
* ac3enc_template: Use the correct context fieldVittorio Giovara2015-07-271-1/+1
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-272-3/+3
* force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme2015-07-261-0/+9
* lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-256-16/+91
* lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-253-0/+182
* lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov2015-07-253-0/+188
* qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-253-110/+118
* qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-251-2/+2
* qsvdec: fix a memleak of async_fifoAnton Khirnov2015-07-251-4/+6
* qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov2015-07-251-0/+7
* dds: Write the palette in the native endian formMartin Storsjö2015-07-231-5/+7
* hap: Name enums, remove unused struct memberTom Butterworth2015-07-231-13/+12
* snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-233-13/+37
* hap: Fix slice size computationTom Butterworth2015-07-232-10/+18
* dds: Fix the slice size computationTom Butterworth2015-07-231-9/+17
* mpegvideo: Add missing includeVittorio Giovara2015-07-221-0/+1
* dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-221-5/+7
* dds: Fix palette decodingVittorio Giovara2015-07-221-3/+7
* dds: Fix enum declarationVittorio Giovara2015-07-221-2/+2
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-221-1/+1
* dds: Decode using optimal slices sizesLuca Barbato2015-07-211-9/+27
* hap: Decode using optimal slices sizesLuca Barbato2015-07-212-8/+27
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-201-1/+2
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-205-2/+465
* Deprecate avctx.coded_frameVittorio Giovara2015-07-2047-4/+251
* Add a quality factor packet side dataVittorio Giovara2015-07-208-3/+47
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-2049-419/+17
* flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-1/+1
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-201-4/+4
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-202-5/+7
* qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-8/+14
* libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-1/+1
* libvpxenc: Do not entangle coded_frameVittorio Giovara2015-07-201-15/+15
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-201-9/+9
* svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-202-15/+21
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-201-7/+8
* a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-201-6/+5
* roqvideoenc: Drop unneeded initializationVittorio Giovara2015-07-201-2/+0
OpenPOWER on IntegriCloud