summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* hap: Add utility functions fileVittorio Giovara2015-07-27
* Support the Hap chunked frame formatTom Butterworth2015-07-27
* hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-27
* lavc: Update version and APIchangesVittorio Giovara2015-07-27
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* 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
* configure: Check for _M_ARMT to detect thumb when using MSVCMartin Storsjö2015-07-27
* configure: Check MSVC defines for identifying hardfloatMartin Storsjö2015-07-27
* configure: Default to armasm for --toolchain=msvc when targeting armMartin Storsjö2015-07-27
* configure: Simplify, remove an unnecessary intermediate variableMartin Storsjö2015-07-27
* doc: Remove the now unnecessary remark about PATH and link.exeMartin Storsjö2015-07-27
* asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-27
* checkasm: Modify report formatHenrik Gramner2015-07-27
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-27
* configure: Only redirect strtoll to _strtoi64 if necessaryMartin Storsjö2015-07-26
* configure: Only redefine inline to __inline for msvc if necessaryMartin Storsjö2015-07-26
* configure: Only add -FIstdlib.h for msvc/icl if necessaryMartin Storsjö2015-07-26
* force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme2015-07-26
* checkasm: Use LOCAL_ALIGNEDMichael Niedermayer2015-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
* use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme2015-07-24
* configure: force -nologo- when detecting MSVCSteve Lhomme2015-07-23
* 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
* asfdec: remove the wrong conditionAlexandra Hájková2015-07-23
* hap: Fix slice size computationTom Butterworth2015-07-23
* dds: Fix the slice size computationTom Butterworth2015-07-23
* af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-23
* asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-23
* asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-23
* mpegvideo: Add missing includeVittorio Giovara2015-07-22
* dds: Add a rgba fate testVittorio 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
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-22
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-22
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-22
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-22