summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e22ffb3805f6994bd1fd7ab73e6297f36a53f915'James Almer2019-03-104-8/+3
|\
| * tests: Unify output directory creationDiego Biurrun2019-02-164-8/+3
* | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer2019-03-107-7/+7
|\ \ | |/
| * build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun2019-02-167-7/+7
* | lavf/matroskaenc: Allow dvdsub remuxing from some containers.Carl Eugen Hoyos2019-03-101-0/+1
* | avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer2019-03-101-5/+7
* | avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler2019-03-101-1/+13
* | avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali2019-03-093-10/+10
* | vf_showinfo: Fix timecode displayKieran Kunhya2019-03-091-2/+2
* | avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer2019-03-091-1/+2
* | avformat/mpegts: Simplify score compareMichael Niedermayer2019-03-091-6/+6
* | 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
OpenPOWER on IntegriCloud