Sebastien Zwickert
ac3dbb4d58
hwaccel: OS X Video Decoder Acceleration (VDA) support.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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
Kostya Shishkov
f545e00677
BMV demuxer and decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Anton Khirnov
a747629880
Changelog: add more entries.
14 years ago
Anton Khirnov
c4302a3914
Changelog: update ffmpeg/avconv incompatibility list.
14 years ago
Martin Storsjö
183baeadca
avformat: Add the https protocol
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Maxim Poliakovski
594b54b51e
replacement Indeo 3 decoder
The new decoder is much smaller and has better code quality.
Cleanup and fixes courtesy of Kostya Shishkov.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
14 years ago
Luca Barbato
0de9c41ff4
pulse: introduce pulseaudio input
It currently use the simple api and is using the latency information
provided only to offset the stream start.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Baptiste Coudurier
76741b0e56
h264: 4:2:2 intra decoding support
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Justin Ruggles
b606a01759
libspeexenc: add libspeex encoder
14 years ago
Kostya Shishkov
0d8506b8c5
Ut Video decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
ce6b6ef645
lavfi: port boxblur filter from libmpcodecs
With the following additions:
* support to gray format
* support to yuva420p format
* parametric luma/chroma/alpha radius
* consistency check on the radius values, avoid crashes with invalid values
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
8fe0c527f3
lavfi: add LUT (LookUp Table) generic filters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Mashiat Sarker Shakkhar
51757ac789
lavc: Micro version bump for VC1 interlaced decoding support
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Nicolas George
4ca59d1948
oggdec: add support for Xiph's CELT codec
This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
14 years ago
Janne Grunau
dcb9f6a20d
Add LATM demuxer
This is a raw demuxer for the AAC LATM decoder and thus limited to
single stream LOAS.
14 years ago
Maxim Poliakovski
be64629a13
Apple ProRes decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Stefano Sabatini
d763fb7d47
lavfi: add select filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Anton Khirnov
e417d80d28
lavd: add libcdio-paranoia input device for audio CD grabbing
14 years ago
Bobby Bingham
615baa13e4
lavfi: add split filter from soc.
Some fixes by Stefano.
For detailed authorship see SOC repo
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
ee42716b07
lavfi: add showinfo filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Kieran Kunhya
0ca36b4de7
Add LATM muxer
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
14 years ago
Alberto Delmás
45ecda8554
Windows Media Image decoder (WMVP/WVP2)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Anton Khirnov
ddf5ef0263
avconv: remove -intra option.
It's equivalent to -g 0.
14 years ago
Sven Hesse
c6c6c1aaa6
add XMV demuxer
Signed-off-by: Diego Biurrun <diego@biurrun.de>
14 years ago
Anton Khirnov
320d769389
Changelog: document avconv incompatibilities with ffmpeg.
14 years ago
Anton Khirnov
4d58e4cb4c
Rename ffserver to avserver.
14 years ago
Anton Khirnov
9e12f0bf5f
Rename ffprobe to avprobe.
14 years ago
Anton Khirnov
266463daff
Rename ffplay to avplay.
14 years ago
Kostya Shishkov
c2d23309ef
add Flash Screen Video 2 decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Benjamin Larsson
a4ad943860
wav: add an option for writing BEXT chunk
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Diego Biurrun
b047941d7d
changelog: misc typo and wording fixes
14 years ago
Reinhard Tartler
dea22a1a91
document libswscale bump
14 years ago
Reinhard Tartler
bed31c7e3c
more Changelog additions
14 years ago
Reinhard Tartler
b95d19b020
Add some (important) changelog entries
14 years ago
Justin Ruggles
aa47c35dff
ac3enc: add support for E-AC-3 encoding.
This adds basic stream format support and allows for arbitrary bit rates
rather than just those supported in AC-3.
14 years ago
Reinhard Tartler
21bbca5b44
add changelog entries for 0.7_beta2
14 years ago
Anton Khirnov
8fb566fdf8
ffmpeg: get rid of the 'q' key schizofrenia
SIGINT for quitting should be enough for everybody.
14 years ago
Baptiste Coudurier
9aa91043f3
Port SMPTE S302M audio decoder from FFmbc 0.3.
14 years ago
Peter Ross
e27ce0eea3
DPX image encoder
14 years ago
Vitor Sessak
9d35fa520e
Add AVX FFT implementation.
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
14 years ago
Mark Himsley
2f84bb4236
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Diego Biurrun
75e8fba823
Remove stray libavcore and _g binary references.
14 years ago
Reinhard Tartler
5efef54e70
Reflect 0.7_beta1 release in the Changelog
14 years ago
Max Horn
ad4c50347a
add xWMA demuxer
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Martin Storsjö
f502ff3f61
Add support for AMR-WB encoding via libvo-amrwbenc
The wrapper code is based on the libamr wrapper removed in SVN rev 19365.
Signed-off-by: Martin Storsjö <martin@martin.st>
16 years ago
Martin Storsjö
d89e738a0c
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: Martin Storsjö <martin@martin.st>
15 years ago
anatoly
ce02f9becf
Add MxPEG decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Kostya Shishkov
42315dabce
Chronomaster DFA decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
c6f951442e
framebuffer device demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago