summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...Steven Liu2019-06-141-1/+3
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-145-12/+39
* lavf/qsv_vpp: add frame format optionZhong Li2019-06-141-1/+36
* avformat/id3v2enc: fix bug, CTOC flags take only one bytePaul B Mahol2019-06-131-1/+1
* avcodec/mediacodecdec: re-indent after previous commitMatthieu Bouron2019-06-131-10/+10
* avcodec/mediacodecdec: remove unneeded else block in ff_mediacodec_dec_send()Matthieu Bouron2019-06-131-2/+2
* avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codecMatthieu Bouron2019-06-132-1/+2
* avcodec/omx: Correct av_log() log messageAlejandro Solozabal2019-06-121-1/+1
* vaapi_encode_mjpeg: fix bad component id bugU. Artie Eoff2019-06-121-2/+4
* avfilter/vf_gblur: add missing preprocessor checkJames Almer2019-06-121-0/+4
* configure: add missing dnn dependency to derain filterJames Almer2019-06-121-0/+1
* fate: add VP4 testPeter Ross2019-06-122-0/+32
* avformat/riff: add VP4 fourccPeter Ross2019-06-121-0/+1
* VP4 video decoderPeter Ross2019-06-129-36/+1903
* avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross2019-06-121-13/+26
* avcodec/mjpegdec: Check for non ls PAL8Michael Niedermayer2019-06-121-1/+3
* avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failureMichael Niedermayer2019-06-121-0/+4
* tests/ref/fate/nuv-rtjpeg: Preserve the original timestampsMichael Niedermayer2019-06-122-10/+10
* avcodec/interplayvideo: check decoding_map_size with video_data_sizeMichael Niedermayer2019-06-121-1/+1
* avcodec/h264_parse: Use 64bit for expectedpoc and expected_delta_per_poc_cycleMichael Niedermayer2019-06-121-1/+2
* checkasm/vf_gblur: add test for horiz_slice simdRuiling Song2019-06-125-0/+72
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-125-39/+310
* libavfilter/vf_cover_rect.c: free the allocated frameLimin Wang2019-06-111-0/+1
* avfilter/vf_normalize: fix filtering of RGB0 formatsPaul B Mahol2019-06-101-7/+9
* avformat/nut: add cpia codecStephan Hilb2019-06-101-0/+1
* lavf/qsvvpp: add P010 output format supportZhong Li2019-06-102-0/+2
* lavf/qsvvpp: add extra_hw_frames supportZhong Li2019-06-101-0/+2
* fate: add dst decoder testPeter Ross2019-06-101-0/+5
* avfilter/vf_lut2: add slice threadingPaul B Mahol2019-06-091-13/+37
* avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross2019-06-082-8/+7
* cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undefAndreas Rheinhardt2019-06-074-6/+5
* lavfi/vaapi: Fix build with libva 2.1 and 2.2Mark Thompson2019-06-071-2/+6
* avformat/matroskadec: Compactify structureAndreas Rheinhardt2019-06-071-1/+1
* avformat/matroskadec: Correct outdated error messageAndreas Rheinhardt2019-06-071-1/+1
* avformat/matroskadec: Remove unused variablesAndreas Rheinhardt2019-06-071-6/+2
* avformat/id3v2enc: write CTOC tooPaul B Mahol2019-06-071-0/+39
* lavf/hls: Update av_log() log messageJun Zhao2019-06-071-9/+15
* libavfilter: Add derain filterXuewei Meng2019-06-064-0/+248
* avfilter/framesync: fix shortest with eof_action=passGyan Doshi2019-06-061-4/+4
* avcodec/mss4: Check input size against skip bitsMichael Niedermayer2019-06-051-3/+5
* avcodec/dxv: Check op_offset in dxv_decompress_cocg()Michael Niedermayer2019-06-051-0/+3
* avcodec/diracdec: Fix integer overflow in global_mv()Michael Niedermayer2019-06-051-2/+2
* tools/target_dec_fuzzer: Limit error concealment on pixels instead of just fr...Michael Niedermayer2019-06-051-1/+3
* bitstream_filters: Correct dump_extradata descriptionAndreas Rheinhardt2019-06-042-2/+2
* avcodec/vmnc: Check available space against chunks before reget_buffer()Michael Niedermayer2019-06-041-4/+7
* avcodec/pafvideo: Clear frame buffer laterMichael Niedermayer2019-06-041-3/+4
* avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head...Michael Niedermayer2019-06-041-0/+3
* avcodec/arbc: Skip tiles in fill_tileX() which are completely outsideMichael Niedermayer2019-06-041-0/+3
* avcodec/aacdec_fixed: Handle more extreem cases in noise_scale()Michael Niedermayer2019-06-041-4/+9
* avcodec/aacdec_template: Merge 3 #ifs related to noise handlingMichael Niedermayer2019-06-041-9/+8
OpenPOWER on IntegriCloud