- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout().
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Aug, 2010 3 commits
-
-
S.N. Hemanth Meenakshisundaram authored
AVFilterLink.srcpic -> AVFilterLink.src_buf AVFilterLink.cur_pic -> AVFilterLink.cur_buf AVFilterLink.outpic -> AVFilterLink.out_buf The new names are more generic and more consistent, since the struct they contain, which was named AVFilterPicRef, has been renamed to AVFilterBufferRef. Patch by S.N. Hemanth Meenakshisundaram %smeenaks%ucsd%edu%. Originally committed as revision 24732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
S.N. Hemanth Meenakshisundaram authored
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
-
S.N. Hemanth Meenakshisundaram authored
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
-
- 08 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24126 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2010 2 commits
-
-
Stefano Sabatini authored
The old names were not av_ prefixed, and they were causing linking failure on many platforms. The new names are also more descriptive. Patch by Stefano Sabatini. Originally committed as revision 24101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
-