summaryrefslogtreecommitdiffstats
path: root/libavfilter/video.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-221-0/+5
* lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame.Nicolas George2012-08-171-1/+1
* lavfi: grant all permissions on mallocated video buffers.Nicolas George2012-08-171-2/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+4
|\
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-141-1/+6
* | lavfi: use a new field for automatic buffer copy.Nicolas George2012-08-041-4/+16
* | lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini2012-08-021-6/+0
* | lavfi: use correct PTS for link age.Nicolas George2012-07-301-1/+1
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-291-0/+36
|\ \ | |/
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-281-0/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-37/+63
|\ \ | |/
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-1/+6
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-7/+11
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-8/+12
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-16/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-10/+9
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-4/+1
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-4/+3
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-46/+0
|\ \ | |/
| * lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-51/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-4/+5
|\ \ | |/
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-161-1/+1
* | lavfi/video: set output frame w/h properties in default_start_frame()Stefano Sabatini2012-06-161-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-7/+11
|\ \ | |/
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-3/+3
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-4/+8
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-131-5/+5
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-101-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-9/+21
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-9/+21
* | lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-051-40/+0
* | lavfi/video: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | lavfi: copy palette in start_frame()Stefano Sabatini2012-05-241-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-12/+47
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-4/+20
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-8/+27
* | Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-191-0/+2
|\ \ | |/
| * lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-181-0/+2
| * avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-151-0/+14
* | lavfi: remove stray reference to planar/packed.Nicolas George2012-05-191-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-11/+62
|/
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-151-0/+294
OpenPOWER on IntegriCloud