summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs2010-10-07
| | | | | | There was an off-by-one when addressing bitstream_filters[] in this situation. Originally committed as revision 25398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass RC parameters on stream copy to the muxer.Michael Niedermayer2010-10-07
| | | | Originally committed as revision 25384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: break long lineAurelien Jacobs2010-10-06
| | | | Originally committed as revision 25377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-05
| | | | Originally committed as revision 25358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: break long lineAurelien Jacobs2010-10-03
| | | | Originally committed as revision 25329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
| | | | | | | between ffmpeg and ffplay and avoids a valgrind error by freeing avformat_opts->key. Originally committed as revision 25309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate stream_mapsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate output_codecsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate input_codecsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate streamid_mapAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
| | | | | | This avoids conflicts with the system assert.h. Originally committed as revision 25284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_assert() system.Michael Niedermayer2010-09-30
| | | | | | | With this the developer can now choose if he wants an assert always enabled or at which compile time assert level. This can thus replace the #define NDEBUG hacks Originally committed as revision 25278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
| | | | Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]Janne Grunau2010-09-27
| | | | | | | | Options are not yet set for video encoders and for codec specific defaults it is desireable to set the codec options only after the codec is known. Originally committed as revision 25230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
| | | | | | | Slightly more intuitive and required by a pending changes for making the filter parametric. Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxy consistency cosmeticsMichael Niedermayer2010-09-24
| | | | Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer2010-09-24
| | | | Originally committed as revision 25175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
| | | | | | which allows to specify only a subset of all the options to show. Originally committed as revision 25166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
| | | | Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: error in last commit. use decoder channels not encoder channels.Justin Ruggles2010-09-18
| | | | Originally committed as revision 25144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles2010-09-18
| | | | | | do_audio_out(). Originally committed as revision 25143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the audio sample rate when doing lowres audio decoding, before ↵Martin Storsjö2010-09-09
| | | | | | opening the decoder Originally committed as revision 25090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize opt_new_{audio,video,subtitle} definitions.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename out_video_filter to output_video_filter, forStefano Sabatini2010-08-24
| | | | | | consistency with input_video_filter. Originally committed as revision 24904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make configure_filters() return a meaningful error code rather thanStefano Sabatini2010-08-24
| | | | | | always -1. Originally committed as revision 24903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentRamiro Polla2010-08-24
| | | | Originally committed as revision 24894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-23
| | | | | | | | | instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
| | | | | | | | | | | AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to: int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name); This way it is possible to propagate an error code telling the reason of the failure. Originally committed as revision 24765 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 fields:S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | | | | | | 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
* 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
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
| | | | | | | | | | | 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
* Reindent.Stefano Sabatini2010-07-26
| | | | Originally committed as revision 24506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename av_transcode() to transcode().Stefano Sabatini2010-07-26
| | | | | | | 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
* Rename av_exit() to ffmpeg_exit().Stefano Sabatini2010-07-25
| | | | | | | 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
* Use X ? Y : Z construct, simplify.Stefano Sabatini2010-07-25
| | | | Originally committed as revision 24496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename enc -> dec in opt_input_file().Stefano Sabatini2010-07-25
| | | | | | | The variable refer to a *decoder* context, the old name was misleading. Originally committed as revision 24492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon2010-07-18
| | | | | | | | cleanup code. This plugs a bunch of memleaks. Originally committed as revision 24305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg : Close input file and free any related memory ifJai Menon2010-07-15
| | | | | | av_find_stream_info fails. Originally committed as revision 24247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer2010-07-05
| | | | | | | This fixes a infinite loop. Fixes issue 2066. Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_pad() print more information.Stefano Sabatini2010-07-04
| | | | Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-04
| | | | | | | | 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
* LOL, 100l, really fix warning:Baptiste Coudurier2010-07-03
| | | | | | | | 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
* Fix warning:Baptiste Coudurier2010-07-03
| | | | | | | | 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
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
| | | | | | | | 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