aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3799376dd3373ee255651ed542c75b15665801a8'Michael Niedermayer2013-08-061-2/+9
|\
| * lavfi/fifo: fix flushing when using request_samplesAnton Khirnov2013-08-051-2/+9
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-052-2/+2
|\|
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-042-2/+2
* | vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-041-0/+19
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-041-4/+6
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-0311-14/+14
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-035-0/+19
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-025-0/+19
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\|
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* | Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'Michael Niedermayer2013-08-012-0/+6
|\|
| * avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun2013-07-312-0/+6
* | avfilter/af_compand: %f is for printing doublesMichael Niedermayer2013-07-301-1/+1
* | Merge commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8'Michael Niedermayer2013-07-301-1/+1
|\|
| * avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-291-1/+1
* | lavfi: add compand filterPaul B Mahol2013-07-294-2/+519
* | Merge commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2'Michael Niedermayer2013-07-281-2/+3
|\|
| * Add missing deprecation attributesDiego Biurrun2013-07-271-2/+3
* | Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer2013-07-281-20/+18
|\|
| * buffersink: K&R formatting cosmeticsDiego Biurrun2013-07-271-21/+19
| * lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-262-5/+5
* | avfilter/vf_scale: set in_color_matrix default to "auto"Michael Niedermayer2013-07-271-1/+1
* | avfilter/vf_scale: use sws_getCoefficients()Michael Niedermayer2013-07-261-11/+1
* | lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-07-261-7/+1
* | lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-07-261-9/+4
* | lavfi/gradfun: remove nv21/nv12 as they are not supportedPaul B Mahol2013-07-261-2/+1
* | lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-262-13/+13
* | lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol2013-07-261-1/+0
* | avfilter/can_merge_formats: fix memleakMichael Niedermayer2013-07-251-0/+1
* | avfilter/avfiltergraph: fix check using the wrong variablesMichael Niedermayer2013-07-251-1/+1
* | avfilter/vf_scale: use the inputs color range when its set and its not overri...Michael Niedermayer2013-07-251-0/+6
* | vf_scale: add input h/v_chr_pos parametersMichael Niedermayer2013-07-242-1/+7
* | vf_scale: add output h/v_chr_pos parameterssMichael Niedermayer2013-07-241-0/+8
* | avfilter/avfiltergraph: minor cosmeticMichael Niedermayer2013-07-231-1/+1
* | avfilter: Dont partially merge listsMichael Niedermayer2013-07-231-6/+62
* | avfilter/REDUCE_FORMATS: fix bug that ended reducing too earlyMichael Niedermayer2013-07-221-0/+1
* | vfilter/vf_scale: avoid using "{}"Michael Niedermayer2013-07-211-1/+1
* | avfilter/vf_scale; fix indentMichael Niedermayer2013-07-201-6/+6
* | avfilter/vf_scale: add in/out color range optionMichael Niedermayer2013-07-202-1/+17
* | avfilter/vf_scale: Add in/out yuv color matrix optionMichael Niedermayer2013-07-201-0/+66
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-201-1/+9
|\|
| * lavfi: filtfmts: use newer avfilter APIsVittorio Giovara2013-07-191-1/+9
* | avfilter/vf_separatefields: fix ;;Michael Niedermayer2013-07-201-1/+1
* | avfilter: fix preprocessor conditionwm42013-07-191-1/+1
* | avfilter/vf_yadif:remove unneeded include assert.hMichael Niedermayer2013-07-191-3/+0
* | lavf/concat: Never fail for sample aspect ratio 0:1.Carl Eugen Hoyos2013-07-181-1/+4
* | lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos2013-07-181-2/+1
* | lavfi/scale: allocate interlaced scalers only if needed.Nicolas George2013-07-181-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-5/+5
|\|