Stefano Sabatini
1c43713e57
ffprobe: add compact writer
14 years ago
Janne Grunau
d8a091698a
doc: add support for an optional navigation bar in texi2html pages
The navigation header for the web pages lives in a different repository.
Read it during documentation regeneration to use the same navigation bar
on all pages.
14 years ago
Clément Bœsch
4fa6e9d0b4
doc: replace an "avconv" reference with "ffmpeg" in indevs.
14 years ago
Clément Bœsch
9466237b8b
doc: drop "./" binary prefixes.
14 years ago
Luca Barbato
58b68d6b36
texi2html: remove stray \n
Single-quoted strings are printed verbatim in perl.
14 years ago
Luca Barbato
84fb63ed23
doc: prettyfy the texi2html documentation
make it use the website css and start structuring it so it is consistent
14 years ago
Derek Buitenhuis
0c251257b5
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still has a cult following. Used to be popular
several years ago on doom9.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Derek Buitenhuis
c433a3f9a5
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still has a cult following. Used to be popular
several years ago on doom9.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
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