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.
Martin Storsjö
a92c30d76e
rtsp: Allow requesting of filtering of source packets
...
If filtered, only packets from the right source address and port
are received.
To test, play back e.g. some mpeg4 video RTSP stream (where the
video stream is the first stream in the presentation) over UDP.
While receiving this stream, send another stream to the same port:
ffmpeg -re -i <whatever> -vcodec mpeg4 -an -f rtp
rtp://127.0.0.1:5000?localport=1234
Normally, the RTSP playback reports lots of errors at this point.
If the RTSP stream has the ?filter_src option enabled, these
interferring packets are ignored.
Originally committed as revision 26246 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
..
APIchanges
Bump lavfi minor and add an entry after r26108 (which added
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.
14 years ago
build_system.txt
custom build system documentation
14 years ago
developer.texi
s/program/programs, as FFmpeg consists of many programs.
14 years ago
eval.texi
Implement isnan() function evaluation.
14 years ago
faq.texi
Fix typo, -flags 4mv => -flags mv4.
14 years ago
ffmpeg.texi
Metadata muxer
14 years ago
ffplay.texi
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
14 years ago
ffprobe.texi
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
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
Add copy filter, useful for testing the avfilter_draw_slice() copy
14 years ago
general.texi
add ASS encoding and decoding support in Subtitle Formats documentation
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
14 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