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