You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Scheutzow
20ac9de3df
streamid does not work with newaudio, newvideo, newsubtitle
...
fixes issue2465.
The problem is that the ffmpeg (the app) -streamid option did not work
with -newaudio/-newvideo/-newsubtitle.
The cause was a conflict between the feature where streamid values were
reset to default for each output filename, and the implementation of
-new*, which requires that the -new* option be specified after the
target filename.
My patch changes the ffmpeg behavior so that user-specified streamid
values apply to all the following output files on the command line
(rather than just the next output filename.)
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
14 years ago
..
APIchanges
Fix date and revision for lavc 52.104.
14 years ago
TODO
Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
15 years ago
avutil.txt
misc spelling fixes
18 years ago
bitstream_filters.texi
MJPEG/AVI1 to JPEG/JFIF bitstream filter.
15 years ago
build_system.txt
custom build system documentation
15 years ago
demuxers.texi
Add documentation for the image2 demuxer.
14 years ago
developer.texi
s/program/programs, as FFmpeg consists of many programs.
15 years ago
eval.texi
Implement isnan() function evaluation.
15 years ago
faq.texi
Fix typo, -flags 4mv => -flags mv4.
15 years ago
ffmpeg.texi
streamid does not work with newaudio, newvideo, newsubtitle
14 years ago
ffplay.texi
Add demuxers.texi file.
14 years ago
ffprobe.texi
Add demuxers.texi file.
14 years ago
ffserver.conf
Support presets in ffserver.conf
15 years ago
ffserver.texi
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
14 years ago
fftools-common-opts.texi
Deprecate the use of the NO_COLOR environment variable.
14 years ago
filters.texi
In yadif filter, default to top field first if interlacing is unknown
14 years ago
general.texi
Missing parts of IVF muxer support.
14 years ago
git-howto.txt
Update git-howto with ffmpeg.org URLs
14 years ago
indevs.texi
In video4linux2, in the case the timebase value in ap is 0/0, read the
14 years ago
issue_tracker.txt
Roundup now works from a ffmpeg.org domain as well, so prefer that.
16 years ago
libavfilter.texi
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
15 years ago
metadata.texi
Metadata muxer
14 years ago
optimization.txt
doc: mention xmm clobber macros usage
15 years ago
outdevs.texi
Remove audio_beos entries in indevs.texi and output.devs, BeOS audio
15 years ago
protocols.texi
rtsp: Allow requesting of filtering of source packets
14 years ago
rate_distortion.txt
The definition of rate and distortion is not conditional of lambda being
16 years ago
snow.txt
Use a consistent capitalization for 'Snow' as discussed on the list
17 years ago
soc.txt
editorial changes
19 years ago
swscale.txt
Update SW scaler doc after libswscale commit 30841.
15 years ago
tablegen.txt
Update tablegen documentation for WRITE_ARRAY macro.
15 years ago
texi2pod.pl
Remove @anchor{} commands from the POD output.
14 years ago
viterbi.txt
Quick description of the Viterbi algorithm so I do not have to repeat it
16 years ago