summaryrefslogtreecommitdiffstats
path: root/Changelog
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-221-0/+1
| | | | Inspired by MPlayer's af_channels filter and SoX's remix effect.
* lavfi: add join audio filter.Anton Khirnov2012-06-221-0/+1
| | | | It joins multiple input streams into one multi-channel output.
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+1
|
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+1
| | | | | | The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
* RTMPT protocol supportSamuel Pitoiset2012-06-171-0/+1
| | | | | | | | | | This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPT protocol implementation uses rtmphttp:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-121-0/+1
|
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+2
|
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-261-1/+2
|
* avprobe: changelog entryLuca Barbato2012-05-251-1/+1
|
* lavfi: add audio mix filterJustin Ruggles2012-05-231-0/+1
|
* lavfi: add an audio split filterJustin Ruggles2012-05-211-0/+1
| | | | | Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
* lavfi: Add fps filter.Anton Khirnov2012-05-181-0/+1
| | | | Partially based on a patch by Robert Nagy <ronag89@gmail.com>
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-151-0/+1
|
* Add libavresampleJustin Ruggles2012-04-241-0/+1
| | | | | This is a new library for audio sample format, channel layout, and sample rate conversion.
* avconv: drop support for building without libavfilter.Anton Khirnov2012-04-061-0/+1
| | | | | | | Since the mandatory memcpy in vsrc_buffer has been eliminated, there shouldn't be any significant reason to build without lavfi anymore. This will make upcoming support for complex filtergraphs easier to do.
* fix space type in ChangelogKostya Shishkov2012-03-191-1/+1
|
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
| | | | | | | | An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+1
|
* avcodec: add XBM encoderPaul B Mahol2012-03-171-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* Windows Media Audio Lossless decoderMashiat Sarker Shakkhar2012-03-021-0/+1
| | | | | | | | | | | | Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet. Bitstream parser written by Andreas Öman with contributions from Baptiste Coudurier and Ulion. Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and Konstantin Shishkov, shine and polish by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Add a minor bump, changelog/APIchanges entry and some documentation for APIC ↵Anton Khirnov2012-02-291-0/+1
| | | | support.
* Remove libpostproc.Diego Biurrun2012-02-231-0/+1
| | | | | | | | This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-171-0/+1
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* prores encoderKostya Shishkov2012-02-151-0/+1
|
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-251-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-251-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Changelog: restore version <next> headerPaul B Mahol2012-01-241-1/+4
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* XWD encoder and decoderPaul B Mahol2012-01-231-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* Finalize changelog for 0.8 ReleaseReinhard Tartler2012-01-211-1/+1
|
* add SMJPEG muxerPaul B Mahol2012-01-161-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* avcodec: add GSM parserJustin Ruggles2012-01-111-0/+5
| | | | | The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
* Add some missing changelog entries and release 0.8_beta2Reinhard Tartler2012-01-111-1/+3
| | | | Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* No longer build libpostproc by defaultReinhard Tartler2012-01-111-0/+2
| | | | | | | update documentation to inform developers that it may be removed in a later release. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* adx: add an adx muxerJustin Ruggles2012-01-031-1/+1
|
* fix Changelog fileReinhard Tartler2012-01-021-2/+2
| | | | | Both the Indeo 4 decoder and the SMJPEG demuxer were included in the 0.8_beta1 release.
* threads: default to automatic thread count detectionJanne Grunau2011-12-311-0/+1
|
* Changelog: restore version <next> headerJanne Grunau2011-12-311-2/+6
| | | | | Indeo 4 decoder and SMJPEG demuxer are not included in 0.8_beta1. Move them to version <next>.
* avformat: Add SMJPEG demuxer.Paul B Mahol2011-12-281-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* Prepare for 0.8_beta1 snapshot releaseReinhard Tartler2011-12-231-1/+2
|
* segment: introduce segmented chain muxerLuca Barbato2011-12-191-0/+1
| | | | It behaves similarly to image2 muxer
* lavf: add OpenMG audio muxer.Michael Karcher2011-12-181-0/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* v410 encoder and decoderDerek Buitenhuis2011-12-131-0/+1
| | | | | | | | v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* cljr: add encoderPaul B Mahol2011-12-081-0/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* oma: PCM supportDavid Goldwich2011-12-041-0/+1
| | | | | Signed-off-by: David Goldwich <david.goldwich@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-011-0/+1
| | | | | | | | | Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-261-0/+1
|
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+1
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
OpenPOWER on IntegriCloud