Luca Barbato
299809defb
doc: update libavfilter documentation
Update the reference to the conversion tool to use avconv and
make sure the example line works as supposed.
Remove the paragraph pointing to the svn repo
14 years ago
Lou Logan
a14708d4ac
doc: update examples to use -b:v or -b:a
Fixes Ticket613
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Mark Himsley
8c1fb50d07
vf_fade: add alpha option and alpha fading support
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
14 years ago
Mark Himsley
0d602615ab
vf_fade: add support to options parsing
Extend fade syntax, required by a pending patch.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
14 years ago
Martin Storsjö
65ac51373b
udp: Allow specifying the local IP address
This is useful if sending multicast data on a host with
multiple interfaces.
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Anton Khirnov
8a691dfdab
doc/git-howto: expand format-patch and send-email notes.
14 years ago
Kostya Shishkov
f545e00677
BMV demuxer and decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Anton Khirnov
eacec07e9c
doc/APIchanges: add missing dates and hashes
14 years ago
Anton Khirnov
a2aeeb2263
avconv: move copy_initial_nonkeyframes to the options context.
Also document it.
14 years ago
Anton Khirnov
d9b49e72a6
doc/avconv: elaborate on basic functionality.
14 years ago
Anton Khirnov
2b56db5869
doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
14 years ago
Stefano Sabatini
079700f582
af_aconvert: fix doc reference to unexisting chlayout.h file
14 years ago
Reimar Döffinger
ba04ecfdac
avstring: Add locale independent implementations of strcasecmp/strncasecmp
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Luca Barbato
07b172fe8f
avstring: Add locale independent implementations of toupper/tolower
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Ramiro Polla
2f9b955918
dshow: support choosing between devices with same name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Clément Bœsch
a010b56ebc
doc: fix typo in previous commit.
14 years ago
Clément Bœsch
11f2a56585
doc: document v4l and v4l2 aliases.
14 years ago
Clément Bœsch
1335331e8e
doc: fix a few typo in the filters section.
14 years ago
Clément Bœsch
1054ab3595
v4l2: add libv4l2 support.
14 years ago
Clément Bœsch
0e5ecd806e
Replace remaining av_new_stream() with avformat_new_stream().
14 years ago
Clément Bœsch
5fd1a69509
APIChanges: fill missing dates and hashes.
14 years ago
Martin Storsjö
b6d08f40aa
avformat: Add functions for doing global network initialization
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Michael Niedermayer
0fd28e39ec
examples/filtering: remove #include vsink_buffer.h, the header does not exist
Found-by: teratorn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Mina Nagy Zaki
fa4f06ab5e
lavfi: add earwax audio filter, ported from Sox
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
15 years ago
Stefano Sabatini
618ac71354
lavfi: add volume filter
14 years ago
Clément Bœsch
f5cd136f2b
ffmpeg: add -map_channel option.
Based on an initial work by Baptiste Coudurier.
14 years ago
Reimar Döffinger
96949dafcc
Replace all strcasecmp/strncasecmp usages.
All current usages of it are incompatible with localization.
For example strcasecmp("i", "I") != 0 is possible, but would
break many of the places where it is used.
Instead use our own implementations that always treat the data
as ASCII.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
14 years ago
Anton Khirnov
a2c0b830d5
avconv: add -dump_attachment option.
14 years ago
Anton Khirnov
4dbc6ceef5
avconv: add -attach option.
It allows attaching arbitrary files, e.g. fonts to Matroska files.
14 years ago
Stefano Sabatini
3013bfa81e
vf_overlay: enable RGB path
Add option rgb which forces the RGB path.
14 years ago
Carl Eugen Hoyos
938458094b
Dirac decoding is supported natively.
14 years ago
Carl Eugen Hoyos
f6498e2677
Add missing 'tab'.
14 years ago
Clément Bœsch
ccc09185e4
doc: add v4l2 example with ALSA instead of OSS.
14 years ago
Clément Bœsch
e1d613515b
doc: fix and clarify libx264 encoding.
tune, fastfirstpass and profile are not available through x264opts.
Since some FFmpeg options don't match the names used in libx264, add
libx264 option names as a reference when needed. And last thing, x264
don't have a manpage ATM, so prefer the x264 --fullhelp over the
unexistant manpage reference.
14 years ago
Carl Eugen Hoyos
bc2814d848
Add G.729 raw demuxer.
14 years ago
Anatoliy Wasserman
70bab5847e
Apple ProRes encoder
Signed-off-by: Anatoliy Wasserman <anatoliy.wasserman@yandex.ru>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Justin Ruggles
512557b291
avcodec: remove avcodec_parse_frame and deprecate associated elements.
The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only
indicates that they are utilized through avcodec_parse_frame(), which was
never actually implemented.
14 years ago
Clément Bœsch
a0b7853f7a
vf_showinfo: print checksums in hexadecimal.
14 years ago
Luca Barbato
c4b97fbdfa
pulse: documentation
Specify avoptions and how to use pactl to list devices.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Michael Niedermayer
fc3203fcf9
doc: tiny spelling fix
Found-by & newspelling-by: pasteeater
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
7d7e3023d9
doc: document -moov_size
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Justin Ruggles
85579b6381
avcodec: remove the Zork PCM encoder.
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore
the encoder based on the decoder is also incorrect. There is no good reason to
keep the encoder.
14 years ago
Nicolas George
cf88cf17d0
Remove CELT / Opus confusion in labels, doc and comments.
The situation was not clear when support was added but it is now:
CELT and Opus are really two different codecs.
The current code supports CELT via libcelt, not Opus.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
1f4652068e
lavfi: rewrite nullsrc using the code in vsrc_testsrc.c
Factorize code, extend the functionality of the filter, and make it
return empty buffers. This is useful for filters which ignore the input
frames content.
This is also changing the syntax of the nullsrc source, and dropping the
framerate expression evaluation, which does not look particularly useful.
14 years ago
Mark Himsley
3092509b08
filters.texi: document interlaced scaling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Lou Logan
3ac1ade118
docs: remove reference to enable-libavfilter
This is no longer a valid configure option.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Paul Flinders
e2c213328b
deshake: add documentation in filters.texi
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
14 years ago
Justin Ruggles
b606a01759
libspeexenc: add libspeex encoder
14 years ago
Janne Grunau
8096fdf0b6
presets: rename presets directory
14 years ago
Anton Khirnov
569129a6dc
lavf: add avformat_new_stream as a replacement for av_new_stream.
It takes a codec parameter, thus enabling codec-specific defaults.
14 years ago