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 |
Mike Scheutzow
|
006e8108de
Add new option "streamid" to set the value of an outfile streamid.
|
14 years ago |
Måns Rullgård
|
2829ce4b40
Remove PPC perf counter support
|
14 years ago |
Stefano Sabatini
|
25d3445811
Rename rec_timestamp to recording_timestamp, for consistency with
|
14 years ago |
Alexander Strange
|
28db32159e
ffmpeg: cosmetics: combine two variable declarations
|
14 years ago |
Michael Niedermayer
|
54a13282bd
Deprecate -crop* arguments, they currently are buggy (issue1957) and probably
|
14 years ago |
Justin Ruggles
|
e91376d1f6
10l: audio_buf is already a uint8_t* so no need to cast it
|
14 years ago |
Justin Ruggles
|
79c85beba8
Allocate enough memory for audio_buf to fit a full output frame.
|
14 years ago |
Diego Biurrun
|
a1629e2848
Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
|
14 years ago |
Luca Abeni
|
b659c8b4b7
In case of stream copy, copy the extradata from the input codec context to
|
14 years ago |
Stefano Sabatini
|
83a36b2e0b
Change type of {audio,video,subtitle}_codec_tag variables from int to
|
14 years ago |
Janne Grunau
|
770e50ae80
ffmpeg: offer alternatives for experimental codecs if they exist
|
14 years ago |
Janne Grunau
|
4e605bc3fd
ffmpeg: fail if user selected codec is experimental and strict_std_compliance > experimental
|
14 years ago |
Ramiro Polla
|
c56e9e05ab
Open 2-pass logfile in binary mode for both reading and writing.
|
15 years ago |
Baptiste Coudurier
|
521cfa4aae
rename -vfilters cli option to -vf
|
15 years ago |
Baptiste Coudurier
|
d21f58b52d
cosmetics, rename loop to frame_available
|
15 years ago |
Baptiste Coudurier
|
a9f3cb9372
rename curr_filter to last_filter, factorize filter declaration
|
15 years ago |
Baptiste Coudurier
|
79b90b2549
cosmetics: indentation, whitespaces
|
15 years ago |
Baptiste Coudurier
|
6e82e7fa48
simplify, reuse existing args variable
|
15 years ago |
Baptiste Coudurier
|
aa1249b8aa
cosmetics: filt_graph_all -> graph, like in ffplay.c
|
15 years ago |
Michael Niedermayer
|
0c22311b56
Remove messy pading hack in ffmpeg.c.
|
15 years ago |
Michael Niedermayer
|
bdab692f48
Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.
|
15 years ago |
Michael Niedermayer
|
46847a336e
avfilter support for ffmpeg
|
15 years ago |
Michael Niedermayer
|
ff866063e9
Print warnig if requested samplingrate is unsupported.
|
15 years ago |
Stefano Sabatini
|
a31e795607
Make ffmpeg use print_error() to make apparent the exact cause of
|
15 years ago |
Stefano Sabatini
|
2ef6c1242a
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
|
15 years ago |
Michael Niedermayer
|
10d0f5e035
Make sure ffmpeg chooses a supported samplerte if the encoder supports
|
15 years ago |
Cyril Russo
|
9b157b0ccd
Fix compilation error of ffmpeg and ffplay with --disable-avdevice.
|
15 years ago |
Robert Krüger
|
2328e5a289
Allow setting the environment variable FFMPEG_DATADIR to locate preset files.
|
15 years ago |
Baptiste Coudurier
|
f32f7d8b24
Take ticks per frame into account when warning about difference between
|
15 years ago |
Anton Khirnov
|
46e6fb4c54
Simplify writing stream metadata.
|
15 years ago |
Anton Khirnov
|
1a6498d78c
Don't overwrite user-supplied metadata with metadata mapped from an input file.
|
15 years ago |
Stefano Sabatini
|
685598f58d
Reindent.
|
15 years ago |
Stefano Sabatini
|
ac61f59a76
Rename av_encode() to av_transcode(), the new name is more meaningful.
|
15 years ago |
Carl Eugen Hoyos
|
18590be655
Use AVDISCARD_DEFAULT for 0 where appropriate.
|
15 years ago |
Stefano Sabatini
|
458b062d61
Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading
|
15 years ago |
Ronald S. Bultje
|
d9521cb119
Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that
|
15 years ago |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Ronald S. Bultje
|
aa1de0d9ed
Split out code that auto-chooses a default pix_fmt/sample_fmt in their own
|
15 years ago |
Måns Rullgård
|
64f6e357fd
10l: fix build without termios.h
|
15 years ago |
Måns Rullgård
|
9a9509e6ee
Register atexit handler only when needed
|
15 years ago |