summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/wsddec: Fix undefined shiftMichael Niedermayer2019-06-211-1/+1
* avformat/tiertexseq: Cleanup on errorMichael Niedermayer2019-06-211-4/+12
* avformat/tiertexseq: Move seq_read_close() up so it can be used for cleanupMichael Niedermayer2019-06-211-11/+11
* avcodec/fmvc: Check if header fields are available before allocating the imageMichael Niedermayer2019-06-211-0/+3
* avcodec/wcmv: check remaining space vs. blocksMichael Niedermayer2019-06-211-0/+3
* ffprobe: Fix memory leakDerek Buitenhuis2019-06-211-3/+1
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-216-2/+311
* doc/filters: drawtext additions and correctionsgreg Luce2019-06-211-2/+12
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-2010-23/+23
* avformat/segment: fix muxing tmcd tracks in MOVGyan Doshi2019-06-201-0/+6
* avformat/hlsenc: enhanced %v handling with variant namesBodecs Bela2019-06-202-30/+96
* av_format/hlsenc: fix %v handling by format_name functionBodecs Bela2019-06-191-10/+10
* lavfi/af_asetnsamples: Remove the redundant condition checkJun Zhao2019-06-181-1/+1
* avformat/segment: fix increment_tcGyan Doshi2019-06-181-2/+19
* libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12Limin Wang2019-06-171-0/+5
* doc/filters: correct typos in tinterlace flagsGyan Doshi2019-06-171-2/+2
* doc/filters.texi: Fix the confusing description for find_rect and cover_rect ...Limin Wang2019-06-161-2/+2
* avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_...Amir Pauker2019-06-163-1/+5
* avcodec/bink: Reorder operations in init to avoid memleak on errorMichael Niedermayer2019-06-161-3/+3
* avformat/wtvdec: Avoid (32bit signed) sectorsMichael Niedermayer2019-06-141-2/+3
* avcodec/bitstream: Check for more conflicting codes in build_table()Michael Niedermayer2019-06-141-1/+2
* avcodec/bitstream: Check for integer code truncation in build_table()Michael Niedermayer2019-06-141-0/+4
* avformat/sbgdec: Fixes integer overflow in str_to_time() with hoursMichael Niedermayer2019-06-141-1/+1
* avformat/vpk: Check offset for validityMichael Niedermayer2019-06-141-0/+3
* avformat/vpk: Fix integer overflow in samples_per_block computationMichael Niedermayer2019-06-141-2/+2
* tools/target_dec_fuzzer: Also fuzz extradataMichael Niedermayer2019-06-141-2/+13
* lavf/tls_gnutls: retry gnutls_handshake on non fatal errorsRemita Amine2019-06-141-5/+7
* libavfilter/vf_blend.c: remove duplicate code with macro-defined functionLimin Wang2019-06-141-140/+48
* libavfilter/vf_blend.c: remove duplicate code with same functionLimin Wang2019-06-141-12/+9
* avformat/dashdec: check copy_init_section memory alloc resultSteven Liu2019-06-141-4/+16
* lavf/hls: More log messageJun Zhao2019-06-141-2/+3
* doc/fftools-common-opts: document ffmpeg -h bsf=bitstream_filter_nameJun Zhao2019-06-141-0/+4
* doc/formats: document f_strict/strict for AVFormatContextJun Zhao2019-06-141-0/+22
* lavf/webvtt: fix ffmpeg -h demuxer=webvtt can't dump optionsJun Zhao2019-06-141-5/+5
* avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu2019-06-141-1/+1
* avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu2019-06-141-1/+1
* 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
OpenPOWER on IntegriCloud