summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_buffer.c
Commit message (Collapse)AuthorAge
* Support changing pixel formats on avfilter input.Michael Niedermayer2011-04-03
| | | | | Fix issue2217 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge libavcore into libavutilReinhard Tartler2011-02-16
| | | | Done to keep ABI compatible. Otherwise this is just silly
* Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
| | | | | This fixes aspect handling in ffmpeg This is based on a patch by baptiste
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-09-07
| | | | Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
| | | | | | av_image_copy(). Originally committed as revision 25067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
| | | | | | | | | This is required to make AVFilterBufferRef able to contain also audio data, required by audio filtering integration. Patch by S.N. Hemanth Meenakshisundaram smeen?ks@ucsd.ed?. Originally committed as revision 24773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
| | | | | | | | | | | | Define a new struct AVFilterBufferRefVideoProps and add a type field to AVFilterBufferRef. Video specific properties in AVFilterBufferRefVideoProps are now referred to by *video pointer in AVFilterBufferRef. Patch by S.N. Hemanth Meenakshisundaram smeenaks->ucsd.edu. Originally committed as revision 24763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | | | | avfilter_(un)ref_pic -> avfilter_(un)ref_buffer avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props AVFilterBufferRef.pic -> AVFilterBufferRef.buffer They have been renamed to allow sharing with audio. Patch by S.N. Hemanth Meenakshisundaram $smeenaks$ucsd$edu$. Originally committed as revision 24731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | The struct is going to be used for storing audio buffer references as well, and the new name is more generic. Patch by S.N. Hemanth Meenakshisundaram @smeenaks@ucsd@edu@. Originally committed as revision 24730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | Patch by S.N. Hemanth Meenakshisundaram |smeenaks|ucsd|edu|. Originally committed as revision 24728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend buffer source syntax.Stefano Sabatini2010-07-21
| | | | | | | Make the buffer source accept a string for specifying the input pixel format. Originally committed as revision 24387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an informational trace in init().Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify logic and feedback of the init() function.Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add description to the buffer source.Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc cosmetical style fixes.Stefano Sabatini2010-07-20
| | | | Originally committed as revision 24365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add @file doxy.Stefano Sabatini2010-07-20
| | | | Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-17
| | | | | | | | warning #188: enumerated type mixed with another type enum PixelFormat pix_fmts[] = { c->pix_fmt, PIX_FMT_NONE }; ^ Originally committed as revision 23640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
| | | | Originally committed as revision 23044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-07
This is needed by the current SOC-ffmpeg.c code. Originally committed as revision 23039 to svn://svn.ffmpeg.org/ffmpeg/trunk