summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/filters: improve afftfilt documentationPaul B Mahol2018-11-161-4/+4
* avcodec/pngdec: Check compression methodMichael Niedermayer2018-11-161-0/+4
* fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer2018-11-161-3/+7
* avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.Chirag Lathia2018-11-151-1/+2
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-151-2/+2
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-151-6/+6
* avfilter/vf_blend: add 12bit supportPaul B Mahol2018-11-151-1/+85
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-153-89/+221
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-152-78/+241
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-143-231/+41
* avfilter/yadif_common: Add field type tracking to help bwdifPhilip Langdale2018-11-142-3/+23
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-1416-395/+367
* avcodec/cbs_av1: fix parsing signed integer valuesJames Almer2018-11-141-21/+9
* avcodec/cbs_av1: fix storage size for segmentation_params feature_value fieldsJames Almer2018-11-141-1/+1
* configure: Add missing xlib dependency for VAAPI X11 codeMark Thompson2018-11-141-0/+1
* lavf/dashenc: set FLAC manifest codec string to "flac"Jan Ekström2018-11-141-0/+1
* avcodec/libdav1d: fix build after a recent API breakJames Almer2018-11-141-3/+9
* avcodec/huffyuvenc: add support for gbrp16Paul B Mahol2018-11-141-1/+1
* avcodec/shorten: Fix integer overflow with offsetMichael Niedermayer2018-11-131-2/+2
* avcodec/golomb: Speed up long ur_golomb codesMichael Niedermayer2018-11-131-3/+7
* h264_metadata: Don't use inferred value of buffering framesAndreas Rheinhardt2018-11-131-3/+6
* h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt2018-11-133-3/+3
* avcodec/prores_metadata_bsf : fix colorspace checkMartin Vignali2018-11-131-1/+1
* avcodec/libopenh264enc: fix class_nameTobias Rapp2018-11-131-1/+1
* avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...Paul B Mahol2018-11-121-7/+5
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-121-4/+4
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-121-0/+4
* lavc/videotoolbox: Fix cropping with HEVC and H264 videosAkemi2018-11-121-0/+11
* fate: Add test for vc1test demuxerJun Zhao2018-11-123-0/+65
* avfilter/vf_alphamerge: switch to activatePaul B Mahol2018-11-121-44/+44
* avformat/hlsenc: check dirname and fix vtt problemSteven Liu2018-11-121-5/+14
* avcodec/tiff: add initial bayer and sub image supportPaul B Mahol2018-11-122-12/+156
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-121-0/+3
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-121-4/+7
* cbs_h2645: Improve performance of writing slicesAndreas Rheinhardt2018-11-121-50/+68
* fate/prores_metadata : fix md5 valueMartin Vignali2018-11-111-1/+1
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-111-0/+15
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-112-17/+74
* fate/prores_metadata_bsf : add test for setting color propertyMartin Vignali2018-11-112-0/+7
* avcodec : add prores_metadata bsf for set the color property of each prores f...Martin Vignali2018-11-114-0/+240
* avfilter/vf_minterpolate: use common scene sad functionsMarton Balint2018-11-112-10/+8
* avfilter/vf_select: use common scene sad functionsMarton Balint2018-11-112-20/+8
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint2018-11-119-58/+257
* cbs_mpeg2: Improve performance of writing slicesAndreas Rheinhardt2018-11-111-12/+27
* cbs_h265: Add PTL parsing for sublayersMark Thompson2018-11-114-5/+85
* fate/libavcodec: Fix config dependency of h264-levels testMark Thompson2018-11-111-1/+1
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-111-2/+2
* fftools/ffmpeg: Indent the codeJun Zhao2018-11-111-64/+64
* fftools/ffmpeg: Put the variable declaration at uppper for block.Jun Zhao2018-11-111-5/+2
* fftools/ffmpeg: Remove the micor like "#if 1"Jun Zhao2018-11-111-6/+0
OpenPOWER on IntegriCloud