summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_frei0r.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-171-0/+6
|\ \ | |/
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-8/+34
|\ \ | |/
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-221-0/+3
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-1/+8
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-4/+14
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-16/+16
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-2/+0
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-9/+9
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-9/+9
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-2/+2
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-2/+2
* | lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-201-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-1/+2
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-9/+11
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-5/+6
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-4/+5
* | vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier2012-03-101-0/+1
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-4/+4
* | lavu: add av_strtok()Stefano Sabatini2011-10-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-0/+1
|\ \ | |/
| * Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+2
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-1/+1
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-2/+2
|/
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-301-2/+2
* Implement frei0r source.Stefano Sabatini2010-11-301-10/+111
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Fix crash in uninit.Stefano Sabatini2010-11-251-1/+1
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-171-1/+1
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-131-1/+1
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-021-1/+1
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-031-1/+1
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+1
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-241-2/+1
* Add frei0r filter.Stefano Sabatini2010-09-241-0/+363
OpenPOWER on IntegriCloud