1153 Commits (301183d9be4e426d472d4be8c84095c853cb8ac4)

Author SHA1 Message Date
Stefano Sabatini dbabc2773a Reset metadata after opt_output_file(), fix the previous commit. 14 years ago
Stefano Sabatini 4bf65e2a4d Use an AVMetadata struct for storing metadata, simplify. 14 years ago
Anton Khirnov a7e5a832c4 ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Nicolas George 0b6d358a09 Place the bitstream_filters variable in the AVOutputStream, thus 14 years ago
Nicolas George 9fdf4b5817 Move the allocation of the AVOutputStream structure earlier in the 14 years ago
Stefano Sabatini f7ead94c69 Factorize definition of the output_filter defined in both ffplay.c and 14 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
Alexander Strange 0ff4f0c0fc ffmpeg: Use guess_correct_pts() to set decoded picture timestamps 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Aurelien Jacobs ca8064d2d1 fix bitstream filter option mapping when using -newvideo and friends 14 years ago
Michael Niedermayer 2dec2bb880 Pass RC parameters on stream copy to the muxer. 14 years ago
Aurelien Jacobs 1136850dd5 cosmetic: break long line 14 years ago
Aurelien Jacobs 6d3421498e ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int. 14 years ago
Aurelien Jacobs 59ac1da26d cosmetic: break long line 14 years ago
Reimar Döffinger a5c33faacc Add init and uninit functions to cmdutils, reduces code duplication 14 years ago
Aurelien Jacobs 84fd51e5ad ffmpeg: replace MAX_STREAMS by an arbitrary sanity check 14 years ago
Aurelien Jacobs 620a67d56a ffmpeg: dynamically allocate bitstream_filters 14 years ago
Aurelien Jacobs 3a8e882419 ffmpeg: dynamically allocate stream_maps 14 years ago
Aurelien Jacobs 0a6d97b371 ffmpeg: dynamically allocate output_codecs 14 years ago
Aurelien Jacobs 311e223f28 ffmpeg: dynamically allocate input_codecs 14 years ago
Aurelien Jacobs 2c6958aabd ffmpeg: dynamically allocate input_files_ts_scale 14 years ago
Aurelien Jacobs e640f26177 ffmpeg: dynamically allocate streamid_map 14 years ago
Aurelien Jacobs dba249abee ffmpeg: add a grow_array() helper function 14 years ago
Måns Rullgård b64b4134d5 Rename libavutil/assert.h to avassert.h 14 years ago
Michael Niedermayer b926b6282d av_assert() system. 14 years ago
Michael Niedermayer 0093ebc20a User application side of Codec specific parameters. 14 years ago
Janne Grunau d04247a134 use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*] 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Michael Niedermayer 3f07e8dbee Doxy consistency cosmetics 14 years ago
Michael Niedermayer 6b6bca6443 Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. 14 years ago
Stefano Sabatini e44c01563f Deprecate av_opt_show() in favor of a new function av_opt_show2(), 14 years ago
Stefano Sabatini 1790d3b330 Move log_callback_help to cmdutils.[hc], for allowing sharing. 14 years ago
Justin Ruggles ff19d16b91 10l: error in last commit. use decoder channels not encoder channels. 14 years ago
Justin Ruggles 37f5a713de Change remaining ost->st->codec and ist->st->codec to enc and dec in 14 years ago
Martin Storsjö 2dfa7c72ce Update the audio sample rate when doing lowres audio decoding, before opening the decoder 14 years ago
Stefano Sabatini 37b9706123 Factorize opt_new_{audio,video,subtitle} definitions. 14 years ago
Stefano Sabatini dfd5775735 Cosmetics: rename out_video_filter to output_video_filter, for 14 years ago
Stefano Sabatini 4ddf0d2915 Make configure_filters() return a meaningful error code rather than 14 years ago
Ramiro Polla 3f1710e74f indent 14 years ago
Vitor Sessak c4ab519e00 Make "-fs ss" mean "make output file of size equals or less than ss" 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Stefano Sabatini 065a20cb07 Reindent. 15 years ago
Stefano Sabatini 3aace1bcac Rename av_transcode() to transcode(). 15 years ago
Stefano Sabatini 639e4ec81b Rename av_exit() to ffmpeg_exit(). 15 years ago