aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Simplify, remove an unnecessary intermediate variableMartin Storsjö2015-07-271-2/+1
* doc: Remove the now unnecessary remark about PATH and link.exeMartin Storsjö2015-07-271-6/+0
* asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-271-2/+4
* checkasm: Modify report formatHenrik Gramner2015-07-273-31/+30
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-272-3/+3
* configure: Only redirect strtoll to _strtoi64 if necessaryMartin Storsjö2015-07-261-2/+3
* configure: Only redefine inline to __inline for msvc if necessaryMartin Storsjö2015-07-261-1/+12
* configure: Only add -FIstdlib.h for msvc/icl if necessaryMartin Storsjö2015-07-261-2/+13
* force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme2015-07-262-1/+10
* checkasm: Use LOCAL_ALIGNEDMichael Niedermayer2015-07-263-10/+13
* lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-258-16/+95
* lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-254-0/+185
* lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov2015-07-254-0/+189
* 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
* use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme2015-07-242-1/+10
* configure: force -nologo- when detecting MSVCSteve Lhomme2015-07-231-2/+2
* 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
* asfdec: remove the wrong conditionAlexandra Hájková2015-07-231-1/+1
* hap: Fix slice size computationTom Butterworth2015-07-232-10/+18
* dds: Fix the slice size computationTom Butterworth2015-07-231-9/+17
* af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-231-4/+4
* asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-231-1/+1
* asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-231-0/+1
* mpegvideo: Add missing includeVittorio Giovara2015-07-221-0/+1
* dds: Add a rgba fate testVittorio Giovara2015-07-222-1/+3
* dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-221-5/+7
* dds: Fix palette decodingVittorio Giovara2015-07-223-5/+9
* dds: Fix enum declarationVittorio Giovara2015-07-221-2/+2
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-221-0/+2
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-221-3/+8
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-221-7/+10
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-221-1/+1
* checkasm: remove empty array initializer list in h264pred testJanne Grunau2015-07-221-2/+1
* checkasm: Always link staticallyLuca Barbato2015-07-213-4/+6
* dds: Decode using optimal slices sizesLuca Barbato2015-07-211-9/+27
* hap: Decode using optimal slices sizesLuca Barbato2015-07-212-8/+27
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-212-4/+4
* 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-2049-4/+278
* Add a quality factor packet side dataVittorio Giovara2015-07-2012-6/+66
* 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