summaryrefslogtreecommitdiff
path: root/libavfilter/vf_frei0r.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-31
|\
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | vf_frei0r: switch to filter_frame, the filter did not support slicesAnton Khirnov2012-11-28
* | lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini2012-11-18
* | lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini2012-11-18
* | lavfi/frei0r: add additional trailing slash in FREI0R_PATH pathsStefano Sabatini2012-11-13
* | lavfi/frei0r: correctly handle paths longer than 1023 charsStefano Sabatini2012-11-13
* | lavfi/frei0r: allow for Windows style pathsrogerdpack2012-10-29
* | lavfi/frei0r: update link to specStefano Sabatini2012-10-29
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* | lavfi/vf_frei0: add missing new line to some error messagesPiotr Bandurski2012-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-17
|\|
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\|
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier2012-03-10
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | lavu: add av_strtok()Stefano Sabatini2011-10-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01