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