summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* opus: Add Special Hybrid Folding (per RFC8251)Andrew D'Addesio2017-12-041-3/+15
* opus_celt: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-041-1/+2
* opus_silk: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-041-2/+9
* avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decod...Michael Niedermayer2017-12-031-3/+2
* lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins2017-12-021-0/+6
* avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymmMartin Vignali2017-12-021-5/+1
* avcodec/jpeg2000: Only allocate Jpeg2000Pass for the encoderMichael Niedermayer2017-12-013-2/+5
* avcodec/j2kenc: Fix out of array access in encode_cblk()Michael Niedermayer2017-12-011-1/+2
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer2017-12-011-1/+1
* mediacodecdec: fix build by including hwaccel.hJan Ekström2017-12-011-0/+1
* avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis2017-12-011-1/+1
* avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer2017-12-011-8/+8
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-015-18/+18
* avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson2017-11-301-1/+3
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-296-7/+25
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-286-7/+25
| * prores: Always assume limited rangeVittorio Giovara2017-11-281-0/+1
* | Merge commit 'b843b343d8a3210ae37a2342b1904a5bd1e5fc6e'James Almer2017-11-293-10/+13
|\ \ | |/
| * qsvenc: cavlc option is only available for h264Li, Zhong2017-11-243-11/+14
* | lavc/samidec: properly raise errors from sami_paragraph_to_ass()Clément Bœsch2017-11-291-2/+5
* | avcodec/samidec: check av_strdup() return valuePan Bian2017-11-291-0/+3
* | avcodec/amfenc: move config.h include where it's neededJames Almer2017-11-292-1/+2
* | vp9_parser: don't split superframes into separate packetswm42017-11-291-117/+10
* | vp9: use superframe split BSFwm42017-11-292-1/+2
* | avcodec/nvenc: set correct error codePan Bian2017-11-291-1/+3
* | libvpxenc,vp9: add corpus-complexity optionJames Zern2017-11-281-0/+16
* | Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDKMikhail Mironov2017-11-286-0/+1479
* | avcodec: set correct return value in ff_mpeg_ref_picturePan Bian2017-11-281-1/+3
* | prores: Always assume limited rangeVittorio Giovara2017-11-281-0/+1
* | avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.cAman Gupta2017-11-281-1/+7
* | avcodec/nvdec: More effort to make vp8 compile with gcc < 4.6Philip Langdale2017-11-261-11/+10
* | avcodec/nvdec: Make vp8 initialisation more 'compatible'Philip Langdale2017-11-261-5/+14
* | avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2017-11-271-1/+1
* | avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer2017-11-271-4/+4
* | avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer2017-11-271-0/+3
* | avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer2017-11-261-18/+18
* | avcodec/mpeg4videodec: fix preprocessor check for the nvdec hwaccelJames Almer2017-11-261-1/+1
* | avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-266-1/+107
* | vaapi_decode: Ignore the profile when not usefulMark Thompson2017-11-261-1/+2
* | vaapi: Add VP8 decode hwaccelMark Thompson2017-11-264-0/+245
* | vp8: Add hwaccel hooksMark Thompson2017-11-263-68/+172
* | vaapi: Make the decode profile matching more explicitMark Thompson2017-11-261-11/+9
* | lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-2628-101/+101
* | lavc: Delete all fake hwaccelsMark Thompson2017-11-266-122/+1
* | lavc: Remove register mechanism for hwaccelsMark Thompson2017-11-261-82/+0
* | lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-11-263-13/+22
* | lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-264-94/+211
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-2616-1/+372
* | lavc: Add codec metadata to indicate hardware supportMark Thompson2017-11-264-2/+106
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer2017-11-261-2/+2