Matthew Heaney
b24f15c45e
lavf: add WebVTT muxer.
This revision creates a WebVTT muxer, that outputs files having the
format described in the following specification:
http://dev.w3.org/html5/webvtt/
12 years ago
James Almer
99b8cd0c81
lavu: Add RIPEMD hashing
Includes RIPEMD-128, RIPEMD-160, RIPEMD-256 and RIPEMD-320
Signed-off-by: James Almer <jamrial@gmail.com>
12 years ago
Andrey Utkin
194fde3834
Document "cache" protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Timothy Gu
6fe419bf73
doc/general: Make the license status of the Android libraries clearer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Jean Delvare
cef42ded8d
drawbox: Respect thickness parameter
The drawbox video filter is drawing lines one pixel thinner than
requested. The default thickness is 4 pixel but in fact the lines
drawn by default are only 3 pixel wide.
Change the comparisons in the code to fix this off-by-one bug. Also
change the default thickness from 4 to 3 to minimize the unexpected
changes from the user's perspective.
As I was already touching these lines, I also removed the "maximum" in
the thickness parameter description, as I don't think it was adding
any value and I even found it confusing.
Reviewed-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
852f74bd85
lavfi/mp: remove mp=spp.
The filter was ported to a native libavfilter filter.
12 years ago
Clément Bœsch
a2c547ffec
lavfi: add spp filter.
12 years ago
Stefano Sabatini
e0135a4bcd
lavfi/rotate: add angle command
12 years ago
Stefano Sabatini
dc5e26d67f
lavfi: add rotate filter
Based on the libavfilter SOC filter by Vitor Sessak, with the following additions:
* integer arithmetic
* bilinear interpolation
* RGB path
* configurable parametric angle, output width and height
Address trac issue #1500 .
See thread:
Subject: [FFmpeg-devel] [WIP] rotate filter(s)
Date: 2010-10-03 17:35:49 GMT
12 years ago
Timothy Gu
0ec65aa104
doc/encoders: Add libvo-amrwbenc doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
df084adbf7
doc/general: s/Libav/FFmpeg
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Stefano Sabatini
57655c6080
doc/metadata: add notes and examples regarding metadata usage with ffmpeg
14 years ago
Anton Khirnov
84d3ff50cd
lavc: add a libwavpack encoder wrapper
12 years ago
Michael Niedermayer
f320b00541
doc/codecs: Mention relation of the experimental setting and codecs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Timothy Gu
ba7cb4807f
doc/encoders: Add libvo-aacenc doc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Tim.Nicholson
0ea1356137
doc/filters: fix alias option name for chroma_mode in 'il' filter.
12 years ago
James Almer
b06717ef40
APIchanges: Add missing entry for SHA-2 512
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
4da5402256
ffprobe: show chapter and chapter metadata information
Address trac ticket #2636 .
12 years ago
Timothy Gu
ea038b996d
doc/encoders: add documentation for libtwolame
12 years ago
Stefano Sabatini
449558d34a
lavfi/mp: remove mp=sab
The filter was ported to a native libavfilter filter.
12 years ago
Stefano Sabatini
841df7bf86
lavfi: port sab filter from libmpcodecs
12 years ago
Paul B Mahol
0804171104
swresample: set flags & description and add documentation for output_sample_bits
Allows users to actually use such option.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Paul B Mahol
e3e398b80b
doc/general: update after e4e4add0e3
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Martin Storsjö
fc962d4e7a
mem: Add av_realloc_array and av_reallocp_array
These help avoiding overflows and simplify error handling.
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Kostya Shishkov
2d66a58ccd
Go2Webinar decoder
12 years ago
Paul B Mahol
514cb9bb92
tta encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Stefano Sabatini
ec34963276
lavfi/mp: drop mcdeint wrapper
It was ported to a native libavfilter filter.
12 years ago
Stefano Sabatini
e89182fc94
lavfi: port mcdeint filter from libmpcodecs
12 years ago
Clément Bœsch
2886e8065e
lavfi/vignette: add aspect option.
12 years ago
Clément Bœsch
0ab9362fcb
lavfi: add vignette filter.
12 years ago
Stefano Sabatini
f7a267affe
doc/encoders: remove duplicated "the"
12 years ago
Stefano Sabatini
9f8937b5ef
lavd: add xv output device
Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>.
See thread:
Subject: [FFmpeg-devel] x11 output device for libavdevice
Date: Wed, 10 Apr 2013 23:10:47 +0000
12 years ago
Kostya Shishkov
0b0953baec
proresenc: alpha coding support
12 years ago
Martin Storsjö
a51161ed98
doc: Mention the target_samples and ld variables for fate configs
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Martin Storsjö
d7b9b66abb
fate.sh: Allow specifying --as via a specific variable
This simplifies specifying a value containing spaces for this
parameter.
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Clément Bœsch
158d96e3f0
lavfi: add haldclut filter.
Fixes Ticket #2517 .
12 years ago
Clément Bœsch
3cec29cf59
lavfi: add haldclutsrc filter.
12 years ago
Paul B Mahol
7aa99a69c7
lavfi/bbox: make min_val user configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Timothy Gu
4703a345fb
doc/encoders: Add documentation for libmp3lame
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Andrey Utkin
70fbfd75c3
img2dec: Add ts_from_file option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
129bb23843
lavfi: add a slice threading infrastructure
Mostly based on libavcodec's
12 years ago
Anton Khirnov
2a6eaeaa85
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
It will be useful in lavfi, and could conceivably be useful to the user
applications as well.
12 years ago
Anton Khirnov
e69222c507
doxy: enable TYPEDEF_HIDES_STRUCT
This means that typedef struct SomeStruct {...} SomeStruct will only be
documented as SomeStruct in the doxy, without a pointless entry in the
typedefs list.
12 years ago
Yusuke Nakamura
b493847df4
avcodec: Add picture structure information to AVCodecParserContext.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Clément Bœsch
d51dfc7ec4
doc/filters: fix wording of color option in testsrc filters.
12 years ago
Clément Bœsch
a0a41db339
lavfi/testsrc: make nb_decimals available only in testsrc.
12 years ago
Darryl Wallace
3e16047507
s302m encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Paul B Mahol
591fa05278
doc/general: remove obsolete info about APE decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Clément Bœsch
165bc9caa2
v4l2: make possible to disable libv4l2 at runtime.
Also disable it by default since it looks currently buggy. The
usefulness of such library is mostly limited to backward compatibility
with very old devices.
12 years ago
Clément Bœsch
12f51c1f9e
lavfi: add lut3d filter.
Fixes part of Ticket #2517 .
12 years ago