summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf/avidec: fix memory leak in error handling pathJun Zhao2019-09-101-1/+3
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-101-3/+3
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-102-1/+3
* tools/target_dec_fuzzer: Adjust threshold for LSCRMichael Niedermayer2019-09-091-0/+1
* doc/filters: fix typo in v360Paul B Mahol2019-09-091-1/+1
* avcodec/mediacodec_surface: drop unnecessary local variableAman Gupta2019-09-091-5/+1
* avcodec/mediacodecdec_common: log codec name during configure/start failuresAman Gupta2019-09-091-4/+4
* avcodec/mediacodecdec_common: ensure current input buffer is always used corr...Aman Gupta2019-09-091-1/+1
* avcodec/mediacodecdec_common: improve trace logging for end-of-streamAman Gupta2019-09-091-1/+1
* avcodec/mediacodecdec_common: warn when PTS is missingAman Gupta2019-09-091-1/+5
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-092-9/+15
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-091-2/+0
* tests: Fix bash errors in lavf_container tests.Andrey Semashev2019-09-091-1/+1
* avfilter/vf_v360: add guards against NaNsPaul B Mahol2019-09-091-0/+6
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-093-26/+4
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-093-9/+31
* avfilter/vf_v360: factor vector normalization outPaul B Mahol2019-09-091-26/+31
* lavfi/concat: fix logic error in framerate checkJun Zhao2019-09-091-1/+1
* configure: check for a sufficiently recent enough AMF versionHendrik Leppkes2019-09-091-1/+1
* doc/filters: update v360Paul B Mahol2019-09-081-0/+12
* avfilter/vf_v360: add stereographic output projectionPaul B Mahol2019-09-082-0/+38
* avfilter/vf_v360: disallow too low h_fov/v_fovPaul B Mahol2019-09-081-2/+2
* lavfi/concat: allow to support inputs with different frame ratesCalvin Walton2019-09-084-2/+249
* avfilter/vf_v360: add aliases for some projectionsPaul B Mahol2019-09-081-6/+10
* avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang2019-09-081-4/+22
* avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol2019-09-073-27/+73
* avfilter/vf_v360: support transposed input/outputPaul B Mahol2019-09-073-5/+26
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-061-0/+5
* avformat/vividas: check for tiny blocks using alignmentMichael Niedermayer2019-09-061-0/+4
* avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer2019-09-061-1/+2
* avfilter/vf_showinfo: display GOP timecode side dataLimin Wang2019-09-061-0/+6
* swscale/output: fix some code indentationsLinjie Fu2019-09-061-35/+35
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-061-1/+1
* lavf/rawenc: Only accept the appropriate stream type for raw muxers.Carl Eugen Hoyos2019-09-061-0/+12
* x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer2019-09-061-7/+4
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-063-4/+11
* avfilter/vf_v360: add option to pick rotation orderPaul B Mahol2019-09-063-15/+100
* avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol2019-09-062-15/+43
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-065-155/+394
* avfilter/vf_v360: add asserts to guard against invalid conditionsPaul B Mahol2019-09-061-0/+19
* avfilter/vf_v360: stop using floats in interpolationPaul B Mahol2019-09-061-20/+20
* avfilter/vf_v360: rewrite storing of remap positions and interpolationsPaul B Mahol2019-09-061-79/+89
* doc/filters: correct range for contrast in eq filterSourabh Sharma2019-09-061-1/+1
* avformat/hlsenc: fix compiling error of hlsencSteven Liu2019-09-061-1/+1
* avformat/hlsenc: fix code styleSteven Liu2019-09-061-21/+28
* avformat/hlsenc: move the warning message from every segment upload to init partSteven Liu2019-09-061-1/+5
* avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistentSteven Liu2019-09-061-11/+55
* avformat/http: add ff_http_get_shutdown_status api for check the status of sh...Steven Liu2019-09-062-0/+25
* fate: add test for stream_loopGyan Doshi2019-09-052-0/+89
* ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi2019-09-051-1/+1
OpenPOWER on IntegriCloud