Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-11-12VBLE DecoderDerek Buitenhuis
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>
2011-11-08BMV demuxer and decoderKostya Shishkov
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-06Changelog: add more entries.Anton Khirnov
2011-11-06Changelog: update ffmpeg/avconv incompatibility list.Anton Khirnov
2011-11-05avformat: Add the https protocolMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-03replacement Indeo 3 decoderMaxim Poliakovski
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>
2011-10-27pulse: introduce pulseaudio inputLuca Barbato
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>
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-10-20libspeexenc: add libspeex encoderJustin Ruggles
2011-10-19Ut Video decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
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>
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-10lavc: Micro version bump for VC1 interlaced decoding supportMashiat Sarker Shakkhar
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-09-22Add LATM demuxerJanne Grunau
This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
2011-09-22Apple ProRes decoderMaxim Poliakovski
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-17lavfi: add select filterStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-17lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov
2011-09-12lavfi: add split filter from soc.Bobby Bingham
Some fixes by Stefano. For detailed authorship see SOC repo Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-12lavfi: add showinfo filterStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-07Add LATM muxerKieran Kunhya
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-08-18avconv: remove -intra option.Anton Khirnov
It's equivalent to -g 0.
2011-08-17add XMV demuxerSven Hesse
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-08-16Changelog: document avconv incompatibilities with ffmpeg.Anton Khirnov
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-08-09Rename ffprobe to avprobe.Anton Khirnov
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-07-22add Flash Screen Video 2 decoderKostya Shishkov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-07-12changelog: misc typo and wording fixesDiego Biurrun
2011-06-21document libswscale bumpReinhard Tartler
2011-06-18more Changelog additionsReinhard Tartler
2011-06-13Add some (important) changelog entriesReinhard Tartler
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
2011-05-21add changelog entries for 0.7_beta2Reinhard Tartler
2011-05-13ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov
SIGINT for quitting should be enough for everybody.
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-01DPX image encoderPeter Ross
2011-04-26Add AVX FFT implementation.Vitor Sessak
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-04-26lavfi: add fieldorder filterMark Himsley
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-23Remove stray libavcore and _g binary references.Diego Biurrun
2011-04-20Reflect 0.7_beta1 release in the ChangelogReinhard Tartler
2011-04-14add xWMA demuxerMax Horn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö
The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-11Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-03-30Add MxPEG decoderanatoly
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-28Chronomaster DFA decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>