- 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
-
- 26 Jul, 2010 3 commits
-
-
Stefano Sabatini authored
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_ prefix is reserved for libav* libraries functions, it is confusing to use it for an application function. Originally committed as revision 24505 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jul, 2010 3 commits
-
-
Stefano Sabatini authored
av_ is a prefix reserved for av* libraries functions, using that for an application function is confusing. Originally committed as revision 24497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24496 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
The variable refer to a *decoder* context, the old name was misleading. Originally committed as revision 24492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2010 1 commit
-
-
Jai Menon authored
cleanup code. This plugs a bunch of memleaks. Originally committed as revision 24305 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2010 1 commit
-
-
Jai Menon authored
av_find_stream_info fails. Originally committed as revision 24247 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2010 1 commit
-
-
Michael Niedermayer authored
This fixes a infinite loop. Fixes issue 2066. Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2010 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
and update the manual page accordingly. Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z"). Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jul, 2010 5 commits
-
-
Baptiste Coudurier authored
ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Rodney Baker authored
and options. Keep old options until next major version bump. Patch by Rodney Baker, rodney d baker a iinet d net d au Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 24019 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
when auto-adding scalers. Originally committed as revision 24015 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
Avoid a compile-time dependency of the pad filter on libavcodec. Originally committed as revision 23940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Mike Scheutzow authored
Patch by Mike Scheutzow, scheutzow alcatel-lucent com Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jun, 2010 1 commit
-
-
Måns Rullgård authored
This functionality is better accessed through tools like oprofile. Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2010 1 commit
-
-
Stefano Sabatini authored
recording_time. Originally committed as revision 23727 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jun, 2010 1 commit
-
-
Alexander Strange authored
Originally committed as revision 23677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jun, 2010 1 commit
-
-
Michael Niedermayer authored
will be fixed by removing them. Originally committed as revision 23607 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jun, 2010 3 commits
-
-
Justin Ruggles authored
Originally committed as revision 23571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Also, use audio_buf when encoding the final frame. Fixes Issue 1921. Originally committed as revision 23570 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
BeOS support has been broken for many years and the "maintainer" of the port has not reacted to countless requests to get the port fixed. approved by Mans Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jun, 2010 1 commit
-
-
Luca Abeni authored
the output codec context (instead of just copying a pointer to the extradata). Originally committed as revision 23538 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2010 1 commit
-
-
Stefano Sabatini authored
unsigned int, as the corresponding variable set in AVCodecContext.codec_tag is unsigned int. Originally committed as revision 23441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 May, 2010 2 commits
-
-
Janne Grunau authored
Originally committed as revision 23398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Janne Grunau authored
Originally committed as revision 23397 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 May, 2010 1 commit
-
-
Ramiro Polla authored
This fixes a regression on Windows introduced by r22769 in which the data read from the file was not properly zero terminated. The file was read as text, which caused the \r characters to be suppressed. Since the zero termination happens at the end of the buffer, and there was one byte less read per line, this caused the remaining space on the buffer to contain random data. Originally committed as revision 23251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 May, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 May, 2010 5 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 23092 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 23091 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 23090 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 23089 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 23088 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 May, 2010 1 commit
-
-
Michael Niedermayer authored
Use avfilters if you want padding! Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-