summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_select: yuv will use Y plane only for scenecut detectLimin Wang2019-08-172-9/+13
* avformat/matroskadec: Fix seekingAndreas Rheinhardt2019-08-161-1/+1
* convert_from_tensorflow.py: support conv2d with dilationGuo, Yejun2019-08-151-21/+59
* convert_from_tensorflow.py: add option to dump graph for visualization in ten...Guo, Yejun2019-08-152-7/+12
* aarch64/opusdsp: do not clobber register v8Lynne2019-08-151-4/+4
* libavdevice: Update the class name as uniform styleJun Zhao2019-08-1512-12/+12
* lavf/utils: fix error like "offset 0x1f85: partial file"tomajsjiang2019-08-151-1/+7
* lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloctomajsjiang2019-08-152-0/+40
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-142-1/+2
* avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB.Shiyou Yin2019-08-151-2/+0
* avformat/mux: Use av_packet_rescale_tsAndreas Rheinhardt2019-08-151-12/+4
* avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt2019-08-156-9/+11
* avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP(...Michael Niedermayer2019-08-151-8/+1
* avcodec/loco: Check left column valueMichael Niedermayer2019-08-151-0/+2
* tools/target_dec_fuzzer: adjust pixel threshold for MSRLE, as it allows codin...Michael Niedermayer2019-08-151-0/+1
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-153-16/+16
* avcodec/ffwavesynth: Fixes invalid shift with pink noise seekingMichael Niedermayer2019-08-151-1/+1
* avcodec/ffwavesynth: Fix integer overflow for some corner case valuesMichael Niedermayer2019-08-151-2/+2
* avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint2019-08-142-17/+0
* avformat/mpegtsenc: fix PCR generation intervalsMarton Balint2019-08-141-36/+54
* avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint2019-08-141-2/+4
* avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint2019-08-141-26/+24
* avformat/mpegtsenc: factorize setting up servicesMarton Balint2019-08-141-41/+25
* avformat/mpegtsenc: fix incorrect PCR selection with multiple programsMarton Balint2019-08-141-64/+80
* ffplay: properly detect all window size changesMarton Balint2019-08-141-1/+1
* avfilter/vf_convolution: Fix build failuresAndreas Rheinhardt2019-08-141-2/+3
* avcodec/indeo2: Check remaining input more oftenMichael Niedermayer2019-08-131-5/+6
* avcodec/diracdec: Check that slices are fewer than pixelsMichael Niedermayer2019-08-131-1/+3
* tools/target_dec_fuzzer: Print max_pixels and iterations at the endMichael Niedermayer2019-08-131-0/+2
* libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow2019-08-132-1/+26
* avcodec/vp56: Consider the alpha start as end of the prior headerMichael Niedermayer2019-08-131-2/+2
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-1315-380/+280
* avcodec/4xm: Check for end of input in decode_p_block()Michael Niedermayer2019-08-131-0/+2
* avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer2019-08-131-0/+4
* libavformat/subfile: Fix SEEK_CUR and SEEK_END seekingAndreas Rheinhardt2019-08-131-3/+3
* lavf/concat: implement FFSEEK_SIZE.Nicolas George2019-08-131-1/+6
* lavf/aviobuf: make AVSEEK_SIZE usable from outside.Nicolas George2019-08-131-0/+3
* tools/aviocat: add verbose mode.Nicolas George2019-08-131-2/+12
* fate: add a case for ticket #3229Zhong Li2019-08-132-0/+11
* lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner2019-08-131-20/+4
* tools/target_dec_fuzzer: Add missing breaksMichael Niedermayer2019-08-121-4/+4
* tools/target_dec_fuzzer: Limit number off all pixels decodedMichael Niedermayer2019-08-121-1/+17
* avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer2019-08-121-5/+8
* LICENSE: Add missing libraries that need --enable-version3.Carl Eugen Hoyos2019-08-121-2/+14
* LICENSE: Update list of GPLv2 libraries.Carl Eugen Hoyos2019-08-121-1/+4
* LICENSE: Clarify that lensfun is GPLv3+.Carl Eugen Hoyos2019-08-121-1/+1
* LICENSE: Add missing filters licensed under the GPL.Carl Eugen Hoyos2019-08-121-0/+5
* LICENSE: Remove a file that does not exist anymore.Carl Eugen Hoyos2019-08-121-1/+0
* LICENSE: Fix path to libswresample test file.Carl Eugen Hoyos2019-08-121-1/+1
* lavc/zmbvenc: Do not left-shift negative values.Carl Eugen Hoyos2019-08-111-2/+2
OpenPOWER on IntegriCloud