summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAge
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-06
| | | | Originally committed as revision 20181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
| | | | Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Core Audio Format demuxerPeter Ross2009-09-16
| | | | Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing wmapro decoder partsSascha Sommer2009-09-02
| | | | Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
| | | | | | Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Bluray Subtitle SupportStephen Backway2009-08-25
| | | | | | Patch by Stephen Backway, stev391 A exemail D com D au Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TwinVQ decoderVitor Sessak2009-08-23
| | | | Originally committed as revision 19682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
| | | | Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 19617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Changelog entry for noX handling for OPT_BOOL X.Benoit Fouet2009-08-05
| | | | Originally committed as revision 19591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
| | | | Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-27
| | | | | | discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist. Originally committed as revision 19516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
| | | | Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention removal of libamr support in the changelog.Diego Biurrun2009-07-07
| | | | Originally committed as revision 19368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
| | | | | | Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me. Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Madcow decoderPeter Ross2009-06-13
| | | | Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
| | | | | | Patch by Daniel Verkamp $firstname@drv DOT nu. Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CorePNG can be decoded since 18421Ben Littler2009-05-25
| | | | Originally committed as revision 18933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCP demuxer.Kenan Gillet2009-05-20
| | | | Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention LGPL AC-3 decoder in the changelog.Diego Biurrun2009-05-20
| | | | Originally committed as revision 18882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
| | | | | | | | Patch by Cyril Comparon: gmail(name, surname); Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp2009-05-06
| | | | | | Patch by Daniel Verkamp daniel AT drv + nu. Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-27
| | | | | | | | Patch by Cyril Comparon: standard_gmail_full_name_address Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Changelog for Cook multi channel supportBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the sort order for changelog entries.Diego Biurrun2009-04-15
| | | | Originally committed as revision 18524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
| | | | | | | qualification task, see "RTP/Vorbis payload implementation (GSoC qual task)" thread on mailinglist. Originally committed as revision 18509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a changelog entry for the alpha scaler supportCédric Schieli2009-03-20
| | | | Originally committed as revision 18076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-07
| | | | Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks VideoDiego Biurrun2009-03-05
| | | | Originally committed as revision 17834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Order changelog entries chronologically.Diego Biurrun2009-03-05
| | | | Originally committed as revision 17833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "deprecated old scaler removed"Michael Niedermayer2009-03-04
| | | | Originally committed as revision 17810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add vhook removal to the changelog.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Start Changelog for next version.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some empty lines for readability.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention non-recursive Makefiles in the changelog.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling/wording fixesDiego Biurrun2009-03-02
| | | | Originally committed as revision 17724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-02
| | | | Originally committed as revision 17714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-02
| | | | Originally committed as revision 17713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis and flac ogg muxer onlyBen Littler2009-03-02
| | | | Originally committed as revision 17708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxer is vorbis onlyBen Littler2009-03-02
| | | | Originally committed as revision 17707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add release version number.Diego Biurrun2009-03-01
| | | | Originally committed as revision 17696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF D-10 muxerBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11
| | | | Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk