summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer2017-10-262-29/+0
|\
| * lavfi: Drop unused and empty header fileVittorio Giovara2017-04-102-30/+0
| * vf_deinterlace_vaapi: Add support for field rate outputMark Thompson2017-04-021-117/+166
* | lavfi/tests/filtfmts: Constify a variable.Carl Eugen Hoyos2017-10-241-1/+1
* | Merge commit '883ce264d9ffc5bdaf477e09ee155b03339c46a6'James Almer2017-10-231-0/+41
|\ \ | |/
| * vf_showinfo: Display spherical propertiesVittorio Giovara2017-03-231-0/+41
* | Merge commit '3f128fc4a3fa1ef8a87974eb5484a997a84868fe'James Almer2017-10-231-13/+1
|\ \ | |/
| * vf_showinfo: Simplify reporting stereo3d informationVittorio Giovara2017-03-231-13/+1
* | Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer2017-10-214-13/+4
|\ \ | |/
| * lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-235-15/+5
* | Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer2017-10-213-32/+0
|\ \ | |/
| * lavfi: Drop deprecated filter registrationVittorio Giovara2017-03-233-32/+0
* | Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer2017-10-213-25/+0
|\ \ | |/
| * lavfi: Drop deprecated filter initializationVittorio Giovara2017-03-233-25/+0
* | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer2017-10-214-58/+0
|\ \ | |/
| * lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-234-58/+0
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-216-82/+1
|\ \ | |/
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-236-148/+0
* | lavfi/graphparser: Constify a variable.Carl Eugen Hoyos2017-10-211-1/+1
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-4/+4
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2017-03-231-2/+2
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-24/+0
|\ \ | |/
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-013-11/+11
| * vf_deinterlace_vaapi: Create filter buffer after contextMark Thompson2017-02-171-5/+6
| * vf_fade: Make sure to not miss the last lines of a frameMartin Storsjö2017-02-161-1/+2
* | Bump version for master after 3.4 branchpointn3.5-devMichael Niedermayer2017-10-111-1/+1
* | Bump minor versions for branching 3.4Michael Niedermayer2017-10-111-2/+2
* | vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-092-2/+2
* | lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-074-22/+22
* | lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva2017-10-071-4/+4
* | avfilter/vf_fps: add eof_action filter optionTobias Rapp2017-10-062-2/+14
* | avfilter/vf_fps: clean-up filter optionsTobias Rapp2017-10-051-6/+6
* | lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-011-9/+13
* | avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer2017-10-011-1/+2
* | avfilter/vmaf_motion: use correct header guardsJames Almer2017-09-301-3/+3
* | avfilter: add vmafmotion filterAshish Singh2017-09-304-0/+425
* | Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer2017-09-271-3/+3
|\ \ | |/
| * scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-111-3/+5
| * Mark some arrays that never change as const.Anton Khirnov2017-02-014-5/+5
* | avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp2017-09-271-2/+2
* | avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-252-10/+10
* | avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-251-1/+1
* | avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-237-56/+311
* | avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-232-9/+10
* | lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-237-188/+166
* | avfilter/thumbnail_cuda: add cuda thumbnail filterYogender Gupta2017-09-225-1/+526
* | lavfi/stereo3d: Set SAR for every output frame.Carl Eugen Hoyos2017-09-201-10/+12
* | avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-181-8/+4
* | vf_fps: Fix memory leak introduced by eea64ef4Thierry Foucu2017-09-151-0/+1
* | avfilter/interlace: simplify codeThomas Mundt2017-09-152-42/+18