Andreas Cadhalpun
0224b35c89
avcodec: add unpack packed B-frames bitstream filter
Fixes Ticket #2913
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Christophe Gisquet
55a06b4619
doc: mention the noise_bsf parameter in the docs
This looks more like a seed than an amount, as the variable name
could lead to think.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Christophe Gisquet
4c592c3908
ffmpeg: take bsf arguments from the command line
The format is now:
-bsf:X filter1[=opt1=str1/opt2=str2],filter2
ie the parameters are appended after the filter name using '='. As ','
has been reserved already for the list of filters, '/' is just an
example of token separation for now, but that could become part of the
API to avoid each bsf using its own tokenization.
The proper solution would be using AVOption, but this is overkill for now.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Lou Logan
eba453e03f
doc/bitstream_filters: document imxdump
Partially addresses ticket #3198 .
Signed-off-by: Lou Logan <lou@lrcd.com>
Tested-by: Dave Rice <dave@dericed.com>
11 years ago
Lou Logan
c17973f19a
doc/bsf: document noise bitstream filter
Partially addresses ticket #3198 .
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Stefano Sabatini
de9ea40a40
doc/bitstream_filters: remove mp3_header_decompress filter
It was removed in commit c6080d8900
.
11 years ago
Stefano Sabatini
34322ab27a
doc/bitstream_filters: document dump_extra
11 years ago
Stefano Sabatini
ab5f581625
doc/bitstream_filters: amend name of some bitstream filters
11 years ago
Stefano Sabatini
db7ebab5c3
doc/bitstream_filters: document the chomp filter
TODO: add some meaningful examples.
12 years ago
Stefano Sabatini
7b38c4c95f
doc/bitstream-filters.texi: add documentation for the aac_adtstoasc filter
Based on the notes in libavcodec/aac_adtstoasc_bsf.c.
12 years ago
Vicente Jimenez Aguilar
202b5f6deb
doc: Fix some obsolete references to av* tools as ff* tools
Signed-off-by: Diego Biurrun <diego@biurrun.de>
CC: libav-stable@libav.org
12 years ago
John Van Sickle
d6a77e2b97
docs: use -bsf:[vas] instead of -[vas]bsf.
The latter syntax is now invalid.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
13 years ago
Stefano Sabatini
4057505e28
doc/bistream_filters.texi: add documentation for the h264_mp4toannexb filter
13 years ago
Luca Barbato
d5837d7fe9
doc: update documentation to use avconv
13 years ago
Michael Niedermayer
a6be21d3ba
Revert "replace FFmpeg with Libav in doc/"
This reverts commit f8a45fa1b1
.
Conflicts:
doc/optimization.txt
14 years ago
Janne Grunau
f8a45fa1b1
replace FFmpeg with Libav in doc/
unless it stands for ffmpeg the program or is historic
14 years ago
Nicolas George
ba83c4bfb5
MJPEG/AVI1 to JPEG/JFIF bitstream filter.
Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
361d275879
Add a file for bitstream filters documentation.
Based on a patch by Nicolas George
<@var{name}.@var{surname}@@normalesup.@code{org}>.
Originally committed as revision 25709 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago