August 11, 2010
View cc80caf

Separate video specific BufferRef properties into VideoProps.

S.N. Hemanth Meenakshisundaram authored on 2010/08/11 20:06:04
August 7, 2010
View 5d4890d

Rename fields:

S.N. Hemanth Meenakshisundaram authored on 2010/08/07 10:15:34
View 7fce481

Rename functions and fields:

S.N. Hemanth Meenakshisundaram authored on 2010/08/07 10:15:27
View ecc8dad

Rename AVFilterPicRef to AVFilterBufferRef.

S.N. Hemanth Meenakshisundaram authored on 2010/08/07 10:15:19
View d54e094

Move format from AVFilterBuffer to AVFilterPicRef.

S.N. Hemanth Meenakshisundaram authored on 2010/08/07 09:02:26
View 59ff3fd

Fix the size of the data to be copied from an AVFilterBuffer to an AVFilterBuffereRef in avfilter_default_get_video_buffer().

S.N. Hemanth Meenakshisundaram authored on 2010/08/07 09:02:21
July 30, 2010
View 7be5b73

Make avfilter_default_get_video_buffer() use functions in libavcore/imgutils.c rather than ff_fill_linesize() and ff_fill_pointer().

Stefano Sabatini authored on 2010/07/30 09:29:50
July 22, 2010
View bdab614

Generalize pixel format enum fields to int formats.

S.N. Hemanth Meenakshisundaram authored on 2010/07/22 20:12:47
July 18, 2010
View b5c582f

Remove AVFilterBuffer w and h fields.

S.N. Hemanth Meenakshisundaram authored on 2010/07/18 03:13:17
July 17, 2010
View f0d77b2

Rename AVFilterPic to AVFilterBuffer.

S.N. Hemanth Meenakshisundaram authored on 2010/07/17 19:44:14
July 11, 2010
View 922189f

Use avfilter_copy_picref_props() along lavfi.

VĂ­ctor Paesa authored on 2010/07/11 23:44:43
May 10, 2010
View 8ad802e

Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.

Vitor Sessak authored on 2010/05/10 09:28:18
May 7, 2010
View efdc74e

Try to keep track of interlaced and top field first.

Michael Niedermayer authored on 2010/05/07 19:02:59
March 19, 2010
View 91d1c74

Create a set of null callback functions. These are useful for filters which don't modify the image data.

Bobby Bingham authored on 2010/03/19 08:12:48
March 13, 2010
View 5bb5c1d

Add AVFilterPicRef.pos field and make libavfilter propagate stream byte position information, as stored in the pkt.pos, through the filterchain.

Stefano Sabatini authored on 2010/03/13 20:27:05