summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: reduce buffering during initializationAndriy Gelman2019-03-091-23/+36
* lavf/deinterlace_qsv: set specific field for repeatLinjie Fu2019-03-081-2/+4
* Add the Canon XF-HEVC UL to the picture essence container UL listMatthew McKenna2019-03-081-0/+1
* lavfi/tonemap: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-081-7/+1
* lavfi/zscale: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-081-7/+1
* avcodec/g723_1dec: actually decode second channelPaul B Mahol2019-03-071-1/+2
* avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-071-21/+22
* avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer2019-03-061-1/+1
* avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-061-12/+15
* avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlistsjoepadmiraal2019-03-061-2/+17
* configure: allow enabling libvpx vp9 modules when vp8 is disabledJames Almer2019-03-041-4/+2
* configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checkingGuo, Yejun2019-03-041-2/+2
* configure: add missing pthreads extralibs dependency for libvpx-vp9Guo, Yejun2019-03-041-2/+2
* avcodec/qtrle : improve 24bbp decoding speedMartin Vignali2019-03-041-12/+19
* avcodec/qtrle : 32bpp dec copy two raw argb value at the same timeMartin Vignali2019-03-041-5/+10
* avcodec/qtrle : avoid swap in 32bpp decoding on little endianMartin Vignali2019-03-042-4/+4
* fate/qtrle : change 32b test to output bgra instead of rgb24Martin Vignali2019-03-042-27/+27
* lavc/libx265: signal CPB properties through side dataJan Ekström2019-03-031-0/+8
* avcodec/hcom: check that index into array is validPaul B Mahol2019-03-031-0/+4
* avcodec/utils: remove commented out obsolete codePaul B Mahol2019-03-031-2/+0
* avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer2019-03-031-0/+2
* avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-031-0/+3
* avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer2019-03-031-0/+2
* avcodec/bethsoftvideo: Check block_typeMichael Niedermayer2019-03-031-0/+5
* avcodec/diracdec: Correct max pixels checkMichael Niedermayer2019-03-031-1/+1
* doc/protocols: move option follow entry to correct sectionGyan Doshi2019-03-031-11/+6
* configure: select rotation filters for ffmpegGyan Doshi2019-03-021-2/+2
* tools/target_dec_fate.list: Add testcases for #2000 to #4000Michael Niedermayer2019-03-011-0/+196
* tools/target_dec_fate.sh: Add support for lines that are commentsMichael Niedermayer2019-03-011-0/+5
* avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2019-03-011-1/+1
* avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint2019-03-011-0/+1
* avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint2019-03-011-2/+2
* avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint2019-03-011-0/+3
* avformat/utils: fix indentationMarton Balint2019-03-011-118/+118
* avformat/utils: be even more strict about stream specifiersMarton Balint2019-03-011-11/+15
* avformat/utils: be more strict about stream specifiersMarton Balint2019-03-011-31/+51
* avformat/mpegtsenc: write format_identifier HEVC for HEVC streamsMarton Balint2019-03-011-0/+2
* avformat/mpegtsenc: factorize writing registration_descriptorMarton Balint2019-03-011-32/+18
* avfilter/af_anlmdn: add output mode optionPaul B Mahol2019-03-012-1/+35
* configure: update minimum required ffnvcodec versionsTimo Rothenpieler2019-02-271-4/+5
* configure: pass windows-path to nvcc whenever cygpath is availableTimo Rothenpieler2019-02-271-1/+4
* configure: deprecate cuda_sdk dependency optionPhilip Langdale2019-02-271-2/+5
* avfilter/vf_thumbnail_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-273-81/+93
* avfilter/vf_scale_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-273-115/+128
* avfilter/vf_yadif_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-272-28/+32
* configure: Add an explicit check and option for nvccPhilip Langdale2019-02-271-0/+24
* fate/proresenc_aw : add test for interlace and 444 encodingMartin Vignali2019-02-2713-1/+61
* avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encodingMartin Vignali2019-02-271-2/+2
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-275-0/+736
* mov: Fix start_time for streams with empty edits in the middleJustin Ruggles2019-02-261-1/+3
OpenPOWER on IntegriCloud