Stefano Sabatini
dc8054128a
lavfi: port MP swapuv filter
(cherry picked from commit fa35d880aa )
Conflicts:
Changelog
libavfilter/version.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Justin Ruggles
7f3f85544c
avutil: add AVERROR_UNKNOWN
Useful to return instead of -1 when the cause of the error is unknown,
typically from an external library.
(cherry picked from commit c9bca80132 )
Conflicts:
doc/APIchanges
libavutil/avutil.h
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
14 years ago
Anton Khirnov
2ad77c60ef
lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Fixes bug 212.
(cherry picked from commit dd6d3b0e02 )
Conflicts:
doc/APIchanges
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Paul B Mahol
a1556d37b8
avutil: make intfloat api public
The functions are already av_ prefixed and intfloat header is already provided.
Install libavutil/intfloat.h
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
(cherry picked from commit 8b933129b9 )
Conflicts:
doc/APIchanges
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Anton Khirnov
350d06d63f
lavc: add avcodec_is_open().
It allows to check whether an AVCodecContext is open in a documented
way. Right now the undocumented way this check is done in lavf/lavc is
by checking whether AVCodecContext.codec is NULL. However it's desirable
to be able to set AVCodecContext.codec before avcodec_open2().
(cherry picked from commit af08d9aeea )
Conflicts:
doc/APIchanges
14 years ago
Michael Niedermayer
7e16636995
doc: remove doc/ffmpeg-mt-authorship.txt for release/0.10
we dont carry the whole git history in releases so theres no
point in having this in them either.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
5ce1b214eb
RELEASE_NOTES: update for 0.10
remove minor things and things that we had in many previous releases
already.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Clément Bœsch
ee0cab7721
doc: remove trailing 's' to metadata.
metadata is already plural.
Found-by: Alexander Strasser
14 years ago
Paul B Mahol
dd453f197c
r210, r10k and avrp encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
2f3a86a761
doc/ffmpeg.texi
Merge changes from avconv.texi since the last merge into ffmpeg.texi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
def678956a
Remove avconv
All features have been merged into ffmpeg.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Martin Storsjö
6cb288290d
doc: Update APIchanges with info on muxer flushing
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Clément Bœsch
5dfc7f7342
doc: add Timecode documentation.
14 years ago
Nicolas George
0c9ddc0fd5
faq: fix typo.
Reported-By: Clément Bœsch
14 years ago
Nicolas George
9aaa70a845
faq: document af_aconvert quirks using lavfi.
14 years ago
Nicolas George
0c3577bfd9
lavfi: add avfilter_graph_dump.
14 years ago
Clément Bœsch
6728dd37ac
pan: add channel mapping capability.
14 years ago
Anton Khirnov
0fec2cb15c
Remove ffmpeg.
14 years ago
Paul B Mahol
27ed027bcd
XWD encoder and decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
14 years ago
Anton Khirnov
7512bb74f2
doc/APIChanges: fill in missing dates and hashes
14 years ago
Anton Khirnov
bbf0023bb6
RELEASE_NOTES: mention hiding private symbols in shared builds.
14 years ago
Anton Khirnov
26f71ef48c
RELEASE_NOTES: mention some notable API changes in 0.8
14 years ago
Stefano Sabatini
6c06868e61
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
14 years ago
Stefano Sabatini
e4e291061c
doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
14 years ago
Stefano Sabatini
999495734b
lavu/eval: add if() and ifnot() eval functions
They allow to implement the if/then/else logic, which cannot be
implemented otherwise.
For example the expression:
A*B + not(A)*C
always evaluates to NaN if B is NaN, even in the case where A is 0.
14 years ago
Stefano Sabatini
a798c20a76
lavfi/testsrc: add "decimals" option to the testsrc filter
14 years ago
Paul B Mahol
ffa0923eee
add SMJPEG muxer
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
14 years ago
Justin Ruggles
a6ccae3f4c
avcodec: bump minor version and add APIChanges for the new audio encoding API
14 years ago
Stefano Sabatini
4057505e28
doc/bistream_filters.texi: add documentation for the h264_mp4toannexb filter
14 years ago
Lou Logan
a2c419848d
docs: remove extra sar entry for scale filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
b25c239c7a
ffprobe: add support to audio frame information printing
14 years ago
Stefano Sabatini
a8b0ece6e5
lavfi/testsrc: add "d" alias for the duration option
14 years ago
Anton Khirnov
3167dc9515
lavfi: move version macros to a new installed header version.h
14 years ago
Diego Biurrun
f1355dfcd6
doc: Replace ffmpeg references in avserver config file by avconv.
14 years ago
Diego Biurrun
1466a5181b
doc: Fix names of av_log color environment variables.
14 years ago
Diego Biurrun
5ea20630b4
Fix a bunch of platform name and other typos.
14 years ago
Reinhard Tartler
014f8d8106
No longer build libpostproc by default
update documentation to inform developers that it may be removed in a
later release.
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
14 years ago
Michael Niedermayer
6fe7b57280
doc: Fix stray references to libva
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
93d49cba7f
ffprobe: add compact option to JSON writer
14 years ago
Stefano Sabatini
5226be0dd5
ffprobe: add -show_program_version and -show_library_versions options
14 years ago
Luca Barbato
0c50edb789
doc: fix stray reference to FFmpeg
14 years ago
Clément Bœsch
0c01947316
lavfi: add audio silencedetect filter.
14 years ago
Stefano Sabatini
9997d41672
ffprobe: add support to video frame information printing
Add -show_frames option to ffprobe.
Partially based on the work of Thomas Kuehnel <kuehnelth@googlemail.com>
for SOCIS 2011.
The wicked idea of creating a special "packets_and_frames" container for
structured formats (JSON and XML) comes from Clément.
14 years ago
Stefano Sabatini
78c47e0a1e
doc/filters.texi: fix typo in volume description
14 years ago
Diego Biurrun
8b1a26864c
faq: Solutions for common problems with sample paths when running FATE.
14 years ago
Anton Khirnov
e8c04f6240
avconv: add symbolic names for -vsync parameters
14 years ago
Carl Eugen Hoyos
17edc370b2
yuv4 libquicktime packed 4:2:0 encoder and decoder.
Reviewed-by: Derek Buitenhuis
Reviewed-by: Paul B Mahol
14 years ago
Carl Eugen Hoyos
2754514787
v308 Quicktim Uncompressed 4:4:4 encoder and decoder.
Reviewed-by: Derek Buitenhuis
Reviewed-by: Paul B Mahol
14 years ago
Carl Eugen Hoyos
64e4f4836a
Add decoder for Avid 1:1 10-bit RGB Packer (AVrp).
Fixes ticket #525 .
Reviewed-by: Paul B Mahol
14 years ago
Clément Bœsch
dc7ad85c40
doc: use @command{} for commands.
14 years ago