aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos2017-11-181-1/+1
* avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-188-7/+167
* avcodec: Fix reference data type for nvdec vc1 hwaccelPhilip Langdale2017-11-181-2/+2
* Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt2017-11-181-0/+1
* lavf/mov: don't read outside frag_index boundsJohn Stebbins2017-11-181-0/+4
* Use ff_thread_once for fixed, float table init.Dale Curtis2017-11-181-2/+6
* Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis2017-11-181-0/+1
* avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2017-11-181-1/+1
* avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2017-11-181-0/+2
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()Michael Niedermayer2017-11-181-1/+1
* avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2017-11-181-2/+16
* lavc/dnxhddata: Improve help output, mention yuv444p10 and gbrp10.Carl Eugen Hoyos2017-11-181-1/+1
* avcodec/nvenc: check pop_context return valueTimo Rothenpieler2017-11-171-9/+7
* avcodec/nvenc: fix double defined GUID on cygwinTimo Rothenpieler2017-11-172-8/+8
* hwcontext_d3d11va: add missing stdint.h includeTimo Rothenpieler2017-11-171-0/+1
* libavcodec/h264_sei: Don't log random user data. This prevents terminal junk.Kieran Kunhya2017-11-171-3/+0
* lavc/libvpxenc: add tune-content optionJames Zern2017-11-172-0/+22
* avcodec/snowdec: Check for remaining bitstream in decode_blocks()Michael Niedermayer2017-11-171-0/+2
* avcodec/snowdec: Check intra block dc differences.Michael Niedermayer2017-11-171-4/+13
* avfilter: add multiband compand filterPaul B Mahol2017-11-176-2/+710
* avformat/tcp: add option to enable TCP_NODELAYAman Gupta2017-11-173-0/+9
* lavf/mxf: Support 60fps output.Carl Eugen Hoyos2017-11-161-0/+2
* libavcodec/als: fix address sanitization error in decoderUmair Khan2017-11-161-1/+1
* libavcodec/als: remove check for predictor order of a blockUmair Khan2017-11-161-5/+0
* avformat/mov: Check size of STSC allocationFredrik Hubinette2017-11-161-0/+2
* lavf/movenc: allow writing avc3 sample entry typeJohn Stebbins2017-11-161-0/+1
* configure: call flatten_extralibs in a subshellTimo Rothenpieler2017-11-161-4/+10
* Merge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a'James Almer2017-11-162-29/+4
|\
| * makedef: Pass EXTERN_PREFIX from configure to makedefMartin Storsjö2017-11-162-29/+4
* | Merge commit 'd070b9b703a542429a13db9623109ae20474c775'James Almer2017-11-161-20/+13
|\|
| * configure: Coalesce some arch configuration and PIC handlingDiego Biurrun2017-11-151-13/+11
* | Merge commit '9e48de3cc86c732d9cebd496d6f0a2b7e7732754'James Almer2017-11-161-12/+10
|\|
| * configure: Miscellaneous minor changesDiego Biurrun2017-11-151-9/+8
* | Merge commit '5c2a01f064d5ab2b309d25c7f46c6c4471838d90'James Almer2017-11-160-0/+0
|\|
| * Makefile: fix distclean targetJames Almer2017-11-141-1/+1
| * configure: fix writing library dependencies to config.shJames Almer2017-11-121-1/+1
* | avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failuresAman Gupta2017-11-151-3/+10
* | avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta2017-11-153-0/+57
* | avcodec/proresdec: align dequantization matrix buffersJames Almer2017-11-151-2/+2
* | Merge commit '620f88a0b94a651c6cc912b1fb32d308762d59b5'Mark Thompson2017-11-160-0/+0
|\|
| * vaapi_h264: Add missing return value checkMark Thompson2017-11-121-1/+3
| * h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-11-121-1/+1
| * cbs_h2645: Fix memory leak on when reading SEI failsMark Thompson2017-11-121-0/+1
| * cbs: Add a missing return value checkMark Thompson2017-11-121-1/+1
* | Merge commit 'c77da21e5d15056b8ba060ee5ce9e73f26653612'Mark Thompson2017-11-150-0/+0
|\|
| * vaapi_h264: Do not use deprecated header typeMark Thompson2017-11-121-1/+1
* | Merge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626'Mark Thompson2017-11-151-0/+18
|\|
| * vaapi_h264: Add workaround for bad SEI in old Intel driversMark Thompson2017-11-121-0/+18
* | avcodec/vc2enc: Clear coef_buf on allocationMichael Niedermayer2017-11-151-1/+1
* | avcodec/dvbsubdec: Avoid re-computing clutMichael Niedermayer2017-11-151-4/+14