summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-091-0/+6
* avcodec/decode: Also consider channels in max_samples checkMichael Niedermayer2019-11-091-1/+1
* avcodec/rasc: Check input size in decode_fint()Michael Niedermayer2019-11-091-0/+2
* avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer2019-11-091-1/+1
* avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer2019-11-091-1/+2
* avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer2019-11-091-0/+6
* avcodec/dstdec: Check that AC probabilities are within rangeMichael Niedermayer2019-11-091-0/+4
* avcodec/dstdec: Check read_table() for failureMichael Niedermayer2019-11-091-2/+6
* avcodec/vc1_block: Check input in the block decode loopsMichael Niedermayer2019-11-091-0/+17
* avcodec/vc1_block: Check for end of bitstream at the top of vc1_decode_i_bloc...Michael Niedermayer2019-11-091-2/+6
* tools/target_dec_fuzzer: Adjust threshold for smackerMichael Niedermayer2019-11-091-0/+1
* avcodec/hqx: Check the input data against the image sizeMichael Niedermayer2019-11-091-0/+8
* avcodec/pafvideo: Only clear frame when it was written toMichael Niedermayer2019-11-091-2/+8
* avformat/vividas: Fix n_sb_blocks CheckMichael Niedermayer2019-11-091-1/+1
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-091-0/+1
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-091-2/+2
* avformat/mlvdec:drop unnecessary check before ff_format_io_closeSteven Liu2019-11-091-2/+1
* avcodec/libvpxenc,cosmetics: fix a typoJames Zern2019-11-081-1/+1
* avcodec/libvpxdec.c,cosmetics: bpp -> bpcJames Zern2019-11-081-1/+1
* avfilter/Makefile: add missing framesync dependency to bm3d & mix filtersLou Logan2019-11-081-2/+2
* configure: select missing rdft for several filtersLou Logan2019-11-081-1/+4
* avfilter/vf_dnn_processing: correct duplicate statementleozhang2019-11-081-2/+2
* avfilter/vf_dnn_processing: fix fate-sourceGuo, Yejun2019-11-081-1/+1
* avformat/mxfdec: cleanup on "essence prior to first PartitionPack"Michael Niedermayer2019-11-081-1/+3
* avfilter/f_metadata: remove unneeded codeLimin Wang2019-11-081-4/+0
* lavf/dashdec: drop unnecessary check before ff_format_io_closeJun Zhao2019-11-081-8/+4
* lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxerJun Zhao2019-11-081-2/+2
* lavf/hls: support probesize/max_analyze_duration when open sub-demuxerJun Zhao2019-11-081-0/+2
* lavf/flvenc: Cosmetics: fix indentationJun Zhao2019-11-081-4/+4
* lavf/mov: add log context dump in log messageJun Zhao2019-11-081-15/+15
* lavf/hls: fix the log context setting in log messageJun Zhao2019-11-081-7/+7
* avfilter/vf_dnn_processing: add a generic filter for image proccessing with d...Guo, Yejun2019-11-075-0/+378
* fftools/ffmpeg_opt: Fix mixed declarations and codeAndreas Rheinhardt2019-11-061-2/+4
* avcodec/extract_extradata_bsf: fix typo in commentsleozhang2019-11-061-2/+2
* avdevice/v4l2: Remove av_assert0 when format not supportedAndriy Gelman2019-11-061-1/+2
* avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoderLou Logan2019-11-061-1/+1
* avcodec/Makefile: add missing h263data dependency to snow encoderLou Logan2019-11-061-1/+1
* avcodec/Makefile: add missing vorbis_data dependency to opus encoderLou Logan2019-11-061-1/+1
* configure: select mdct for dca encoderLou Logan2019-11-061-0/+1
* avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier2019-11-062-20/+72
* avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier2019-11-061-3/+10
* avcodec/libvpxdec: reject video and alpha dimension mismatchesMarton Balint2019-11-051-0/+11
* avcodec/libvpxdec: decode to custom framebuffers for vp9Marton Balint2019-11-051-5/+68
* avcodec/libvpxdec: pass decoder instances to vpx_init directlyMarton Balint2019-11-051-13/+13
* avcodec/libvpxdec: make sure BlockAdditional side data size >= 8Marton Balint2019-11-051-1/+1
* avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint2019-11-051-24/+35
* avcodec/libvpxenc: fix alpha strideMarton Balint2019-11-051-1/+1
* avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()Michael Niedermayer2019-11-051-5/+6
* doc/bitstream_filters: Fix copy an paste typoLimin Wang2019-11-051-1/+1
* configure: select bswapdsp for ylc decoderLou Logan2019-11-051-0/+1
OpenPOWER on IntegriCloud