Carl Eugen Hoyos
|
6bca574a98
|
Allow to overwrite input stream tags.
|
13 years ago |
Justin Ruggles
|
b631fba936
|
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
This will prevent seeking by bytes for formats that cannot handle this.
|
13 years ago |
Nicolas George
|
7d60b43e90
|
vsrc_nullsrc: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
21e888bd11
|
vf_crop: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
94b345855f
|
vf_settb: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
db820c3c13
|
vf_setpts: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
1a3fa3ab2c
|
vf_select: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
3b316f9f22
|
vf_scale: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
e2abe90ed7
|
vf_pad: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
157ff97e3b
|
vf_lut: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
a2af901295
|
vf_drawtext: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
40963ea9e9
|
eval: add mathematical constants (PI, E, PHI).
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Justin Ruggles
|
3e68b28221
|
fix ac3 encoder documentation
some of the mode values were reversed
|
13 years ago |
Anton Khirnov
|
492bd1a28f
|
AVOptions: bump minor and add APIchanges entry.
|
13 years ago |
Clément Bœsch
|
cdd30e5642
|
doc: small ascii diagram on I/O files and streams in ffmpeg.c
|
13 years ago |
Michael Niedermayer
|
be5ac961e0
|
examples/encoding: rename to decoding_encoding.c as the file is an example for both.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
f8e98061ec
|
examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Diego Biurrun
|
25c27f379f
|
doc: fix references to obsolete presets directories for avconv/ffmpeg
|
13 years ago |
Clément Bœsch
|
d557152285
|
eval: document recently added random(), hypot(), gcd().
|
13 years ago |
Carl Eugen Hoyos
|
3c8862a567
|
Add G.723.1 to the documentation.
|
13 years ago |
Mans Rullgard
|
8124d8ad66
|
avtools: add -v as alias for -loglevel
This saves a bit of typing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
13 years ago |
Anton Khirnov
|
667d98182d
|
doc/avconv: add forgotten output/per-stream info to -filter
|
13 years ago |
Anton Khirnov
|
3460dd8acf
|
avconv: add -stats option to enable/disable printing encoding progress
|
13 years ago |
Stefano Sabatini
|
cb50ada4f8
|
ffprobe: parse arguments for -print_format writer
This allows -print_format to accept string of the form WRITER=OPTIONS,
as required by the pending compact writer patch.
|
13 years ago |
Stefano Sabatini
|
9806dda8a8
|
ffprobe: create a dedicated "Writers" section in the manual
Also update documentation related to the output format.
|
13 years ago |
Clément Bœsch
|
af52e6b6dd
|
doc: avoid "@table has text but no @item" warning.
|
13 years ago |
Michael Niedermayer
|
9fa05db400
|
swr-docs: update due to last change to swresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Diego Biurrun
|
e83c2ddebf
|
Fix 'heigth' vs. 'height' typos.
|
13 years ago |
Stefano Sabatini
|
2a9046c741
|
vf_lut.c: fix wrong syntax in example
|
13 years ago |
Michael Niedermayer
|
53d5c463b2
|
doc: add swresample doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
9714a78bbb
|
Revert "general.texi: we dont have a g729 encoder yet"
This reverts commit 84f8aef40c .
|
13 years ago |
Michael Niedermayer
|
84f8aef40c
|
general.texi: we dont have a g729 encoder yet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Mohamed Naufal Basheer
|
abd71130bd
|
G.723.1 doc and change log entry
|
13 years ago |
Stefano Sabatini
|
1ee2014190
|
vf_unsharp: set default chroma size value to 5x5
The previous default value 0x0 was not good, since it is not even
valid.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Carl Eugen Hoyos
|
a3a5c61c61
|
2/4 bpp png is supported.
|
13 years ago |
Carl Eugen Hoyos
|
6a095afbbc
|
Encoding speex via libspeex is supported.
|
13 years ago |
Stefano Sabatini
|
46b29397a6
|
vf_scale: add a "sar" variable
Also create a "dar" alias for the "a" variable, for avoiding possible
confusion between dar/sar.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Michael Niedermayer
|
530cd7a913
|
doc/ffmpeg.texi: merge changes from avconv.texi since last merge
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
36be0f2e31
|
ffplay.texi: document -codec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Anton Khirnov
|
3ccd15803b
|
avconv: add support for copying attachments.
|
13 years ago |
Anton Khirnov
|
d159060a87
|
doc/avconv: expand documentation for some options.
|
13 years ago |
Anton Khirnov
|
5aa3fcec35
|
doc/avconv: document -timelimit.
|
13 years ago |
Anton Khirnov
|
e3245b2631
|
avconv: replace all fprintf() by av_log().
Deprecate -v option, now only -loglevel is enough.
|
13 years ago |
tipok
|
cbf914cf16
|
libaac+ support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Carl Eugen Hoyos
|
9b3df9b6d3
|
G.729 decoding is supported.
|
13 years ago |
Carl Eugen Hoyos
|
e8b8b038d0
|
AMV encoding is supported.
|
13 years ago |
Stefano Sabatini
|
482ce0ce4e
|
vf_drawtext: make x and y options parametric
Address trac issue #378.
|
13 years ago |
Stefano Sabatini
|
d7d587db62
|
vf_drawtext: fix missed update in docs
|
13 years ago |
Maxim Poliakovski
|
be64629a13
|
Apple ProRes decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
|
14 years ago |
Carl Eugen Hoyos
|
ff60d1b794
|
Cosmetics: Fix typo.
|
14 years ago |