summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer2018-08-171-1/+1
* avformat/av1: filter out tile list OBUs from samplesJames Almer2018-08-172-1/+2
* avformat: bump micro version after previous changesJames Almer2018-08-171-1/+1
* Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"James Almer2018-08-172-2/+0
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-174-13/+259
* avcodec/av1_parse: take trailing bits into account when initializing the GetB...James Almer2018-08-172-10/+53
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-174-19/+26
* avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer2018-08-161-0/+4
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-163-10/+19
* avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+9
* avcodec/mpeg4_unpack_bframes_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+7
* avcodec/vp9_superframe_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+12
* avcodec/vp9_superframe_split_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-10/+29
* avcodec/h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+10
* avcodec/bsf: add a flushing mechanism to AVBSFContextJames Almer2018-08-164-2/+21
* lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-161-1/+1
* avcodec/frame_thread_encoder: fix memory leak that occurs when close encoder...lee ju2018-08-161-0/+17
* avcodec/scpr: Check for min > max in decompress_p()Michael Niedermayer2018-08-161-0/+3
* avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()Michael Niedermayer2018-08-161-1/+1
* avcodec/shorten: Fix integer overflow in residual/LPC combinationMichael Niedermayer2018-08-161-1/+1
* avcodec/shorten: Check verbatim lengthMichael Niedermayer2018-08-161-0/+5
* avfilter/vf_hue: 10bit supportMichael Niedermayer2018-08-161-11/+92
* doc/filters: Add entry for sr filter.Sergey Lavrushkin2018-08-151-0/+59
* avutil/encryption_info: Fix size calculation.Jacob Trimble2018-08-151-3/+3
* lavfi/vf_colorconstancy: cosmetic updateMina2018-08-141-7/+7
* lavfi/vf_colorconstancy: change option rangesMina2018-08-142-6/+6
* libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.Sergey Lavrushkin2018-08-142-2/+4
* libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.Sergey Lavrushkin2018-08-141-86/+48
* libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.Sergey Lavrushkin2018-08-141-1/+3
* lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann2018-08-141-1/+1
* avformat: correct fdebug loglevelGyan Doshi2018-08-143-8/+8
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-1419-4/+248
* libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil2018-08-131-1/+12
* lavfi: add erosion_opencl, dilation_opencl filtersDanil Iashchenko2018-08-126-0/+414
* avcodec/mpegaudio_parser: Initialize poutbuf*Michael Niedermayer2018-08-121-0/+2
* avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane()Michael Niedermayer2018-08-121-2/+3
* avcodec/ivi: Only clip samples when needed in ivi_output_plane()Michael Niedermayer2018-08-121-2/+9
* avcodec/indeo5: require initial valid intra/gop headers not just laterMichael Niedermayer2018-08-121-0/+2
* avcodec/microdvddec: limit style characters in parsingMichael Niedermayer2018-08-121-1/+1
* libavutil: Adds gray floating-point pixel formats.Sergey Lavrushkin2018-08-114-2/+32
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-113-2/+10
* lavfi/vf_libvmaf: update to use libvmaf v1.3.9Kyle Swanson2018-08-103-3/+19
* lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.Jun Zhao2018-08-101-2/+6
* lavfi/selectivecolor: fix neutral color filteringClément Bœsch2018-08-091-1/+1
* lavfi/xbr: update filter urlMina2018-08-092-2/+2
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-091-0/+2
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-081-1/+0
* MAINTAINERS: add myself to MIPS sectionShiyou Yin2018-08-081-1/+1
* ffmpeg: simplify refcounting packets for the muxing queueJames Almer2018-08-071-2/+2
* avs2: correct avs2 descriptionhwren2018-08-085-5/+5
OpenPOWER on IntegriCloud