summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_aspect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer2013-05-171-13/+17
|\
| * vf_setdar: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-13/+15
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-12/+12
|\ \ | |/
| * vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-12/+12
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi/vf_aspect: improve compatibility of parsing.Nicolas George2013-04-181-12/+17
* | lavfi/aspect: apply hot fix for NUM:DEN syntaxStefano Sabatini2013-04-171-1/+1
* | lavfi/setdar: fix num/den swapping in log messageStefano Sabatini2013-04-171-1/+1
* | lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init fieldStefano Sabatini2013-04-171-4/+0
* | lavfi/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini2013-04-171-5/+23
* | lavfi/aspect: restore ratio parsingStefano Sabatini2013-04-171-14/+19
* | lavfi/aspect: fix weird copyright noticeStefano Sabatini2013-04-161-1/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | lavfi/aspect: fix d2q convert in init.Clément Bœsch2013-04-111-1/+1
* | lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch2013-04-111-28/+20
* | Merge commit '62dcdb028cc84845fd263bb09304c4c6500bda7a'Michael Niedermayer2013-04-101-59/+62
|\ \ | |/
| * vf_aspect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-31/+68
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-2/+2
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-2/+2
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-8/+5
* | avfilter: fix segfault with setsar/darMichael Niedermayer2013-02-201-1/+1
* | vf_aspect: switch to filter_frameAnton Khirnov2012-11-291-8/+5
* | vf_aspect: unbreak avoption systemMichael Niedermayer2012-10-221-1/+1
* | lavfi/aspect: add max optionStefano Sabatini2012-10-221-2/+4
* | lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini2012-10-221-8/+65
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-22/+46
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-22/+46
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-2/+2
|\ \ | |/
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-22/+22
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-22/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-0/+1
|\ \ | |/
| * vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-2/+2
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-2/+2
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-1/+1
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-4/+5
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-4/+5
* | lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini2012-03-211-1/+1
* | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini2012-03-191-3/+2
* | lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini2012-02-181-0/+1
* | lavfi/aspect: remove confusing commentsStefano Sabatini2012-02-181-2/+0
* | lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini2012-02-181-2/+2
OpenPOWER on IntegriCloud