summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/lzw: Check for end of inputMichael Niedermayer2019-01-161-0/+3
* lavd/iec61883: Fix the include path for poll.h.Carl Eugen Hoyos2019-01-161-1/+1
* lavf/rtpproto: Use the correct patch when including poll.hCarl Eugen Hoyos2019-01-161-1/+1
* avcodec/hcom: get rid of single line bracketsPaul B Mahol2019-01-151-3/+2
* avformat: add HCOM demuxerPaul B Mahol2019-01-155-1/+93
* avcodec: add HCOM decoderPaul B Mahol2019-01-156-2/+152
* ffmpeg_opt: Print a warning if more than one -vf/-af option was specified.Carl Eugen Hoyos2019-01-151-0/+4
* lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos2019-01-141-9/+9
* avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer2019-01-141-1/+1
* avcodec/gdv: Optimize and factorize scaling loopsMichael Niedermayer2019-01-141-23/+64
* api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-142-5/+3
* avcodec/vc1: fix B predictor validity for 4-MV MBsJerome Borsboom2019-01-141-0/+2
* avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross2019-01-141-1/+1
* checkasm/af_afir: relax the max allowed absolute differenceJames Almer2019-01-131-1/+1
* avfilter/af_anlmdn: add timeline supportPaul B Mahol2019-01-131-2/+3
* avfilter: add maskfun filterPaul B Mahol2019-01-126-1/+310
* lavc: Allow very high bitrates in AVCPBProperties after next version bump.Carl Eugen Hoyos2019-01-122-0/+15
* lavc/tiff: Support CMYK images.Carl Eugen Hoyos2019-01-122-3/+21
* lavc/psd: Support CMYK images.Carl Eugen Hoyos2019-01-121-0/+84
* avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer2019-01-121-1/+1
* avcodec/exr: set layer_match in all branchesMichael Niedermayer2019-01-121-0/+1
* avcodec/exr: Check for duplicate channel indexMichael Niedermayer2019-01-121-0/+5
* avcodec/vc1: fix decoding of old WMV3 formatJerome Borsboom2019-01-122-6/+4
* avcodec/vc1: shuffle calculation of MV predictor candidatesJerome Borsboom2019-01-121-6/+7
* avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol2019-01-122-3/+3
* avcodec/dstdec: use appropriate alignmentPeter Ross2019-01-121-1/+1
* lavc/hevc_parser: report detailed log when missing picture occursLinjie Fu2019-01-121-1/+1
* avcodec/nuv: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-01-121-0/+1
* avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol2019-01-111-6/+8
* dstdec: big-endian compatiblityPeter Ross2019-01-111-2/+2
* intreadwrite: add AV_RL64A, AV_WL64APeter Ross2019-01-111-0/+15
* avfilter/af_anlmdn: drain samples at endPaul B Mahol2019-01-111-0/+30
* avfilter/af_anlmdn: do not trim first samplesPaul B Mahol2019-01-111-0/+5
* avfilter/af_anlmdn: log used parametersPaul B Mahol2019-01-111-0/+2
* avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol2019-01-101-4/+21
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-105-10/+185
* lavfi/f_select: Cosmetics, move a function.Carl Eugen Hoyos2019-01-101-23/+23
* lavfi/f_select: Fix aselect filter standalone compilation.Carl Eugen Hoyos2019-01-101-1/+1
* lavfi/Makefile: Fix bwdif filter standalone compilation.Carl Eugen Hoyos2019-01-101-1/+1
* configure: Fix hymt decoder standalone compilation.Carl Eugen Hoyos2019-01-101-0/+1
* lavc/qsvenc: set pict_type to be I for IDR frames.Zhong Li2019-01-101-4/+3
* lavc/qsvenc: add VDENC support for H264Linjie Fu2019-01-103-0/+13
* avfilter/af_anlmdn: ignore too small valuesPaul B Mahol2019-01-091-1/+4
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-086-2/+299
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-081-35/+40
* avcodec/vp3data: use more compact data typePeter Ross2019-01-081-1/+1
* avcodec/qpeg: Optimize long runs in qpeg_decode_intra() not spanning a full rowMichael Niedermayer2019-01-071-1/+4
* avformat/file: Fix file delete for WindowsKarthick Jeyapal2019-01-071-1/+5
* avcodec/huffyuvdec: Check that slices do not exceed frame heightMichael Niedermayer2019-01-061-1/+2
* avcodec/huffyuvdec: Check that slice height is non negative.Michael Niedermayer2019-01-061-1/+1
OpenPOWER on IntegriCloud