978 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)

Author SHA1 Message Date
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() 14 years ago
Stefano Sabatini 065a20cb07 Reindent. 14 years ago
Stefano Sabatini 3aace1bcac Rename av_transcode() to transcode(). 14 years ago
Stefano Sabatini 639e4ec81b Rename av_exit() to ffmpeg_exit(). 14 years ago
Stefano Sabatini f62c025a5e Use X ? Y : Z construct, simplify. 14 years ago
Stefano Sabatini f7bd4a8ebd Cosmetics: rename enc -> dec in opt_input_file(). 14 years ago
Jai Menon d62ccec8b1 FFmpeg : Replace some av_exit calls in av_transcode with branches to the 14 years ago
Jai Menon 961e4a3389 FFmpeg : Close input file and free any related memory if 14 years ago
Michael Niedermayer 748db0fcc4 Move frame_available computation to where it belongs in ffmpeg.c. 14 years ago
Stefano Sabatini 9f434b6584 Make opt_pad() print more information. 14 years ago
Stefano Sabatini 74dc99f2b3 Update help message for the -pad* options, as they have been removed, 14 years ago
Baptiste Coudurier 3c5e1b36d5 LOL, 100l, really fix warning: 14 years ago
Baptiste Coudurier 947cbeca16 Fix warning: 14 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 14 years ago
Baptiste Coudurier 8abcbf2d54 Reduce codec time base when stream copying 14 years ago
Baptiste Coudurier f96363df7a Set graph swscale opts before parsing it, that way opts are available 14 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 14 years ago