]> git.sesse.net Git - ffmpeg/blobdiff - Changelog
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
[ffmpeg] / Changelog
index ee3678e57ac51f460718e7e6db7eb20cd9ec942f..c0a9fb136ef46b7e6c3b6be0d521ee0f18ae0300 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -82,6 +82,26 @@ version <next>
 - CRYO APC demuxer
 - Atrac3 decoder
 - V.Flash PTX decoder
+- RoQ muxer, audio encoder
+- Renderware TXD demuxer and decoder
+- extern C declarations for C++ removed from headers
+- sws_flags command line option
+- codebook generator
+- RoQ video encoder
+- QTRLE encoder
+- OS/2 support removed
+- AC-3 decoder
+- NUT muxer (since r10052)
+- Matroska muxer
+- Slice-based parallel H.264 decoding
+- Monkey's Audio demuxer and decoder
+- additional SPARC (VIS) optimizations
+- AMV audio and video decoder
+- DNxHD encoder
+- H.264 PAFF decoding
+- Nellymoser ASAO decoder
+- Beam Software SIFF demuxer and decoder
+- libvorbis Vorbis decoding removed in favor of native decoder
 
 version 0.4.9-pre1:
 
@@ -253,8 +273,8 @@ version 0.4.6:
 
 version 0.4.5:
 
-- some header fixes (Zdenek Kabelac <kabi@informatics.muni.cz>)
-- many MMX optimizations (Nick Kurshev <nickols_k@mail.ru>)
+- some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
+- many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
 - added configure system (actually a small shell script)
 - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
   Michael Hipp (temporary solution - waiting for integer only
@@ -271,12 +291,12 @@ version 0.4.5:
 - added MJPEG decoder
 - added mmx/mmxext IDCT from libmpeg2
 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
-  <celer@shell.scrypt.net>)
+  <celer at shell.scrypt.net>)
 - added pixel format conversion layer (e.g. for MJPEG or PPM)
 - added deinterlacing option
 - MPEG-1/2 fixes
-- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm@pacbell.net>)
-- ARM optimizations (Lionel Ulmer <lionel.ulmer@free.fr>).
+- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
+- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
 - Windows porting of file converter
 - added MJPEG raw format (input/ouput)
 - added JPEG image format support (input/output)
@@ -284,7 +304,7 @@ version 0.4.5:
 version 0.4.4:
 
 - fixed some std header definitions (Bjorn Lindgren
-  <bjorn.e.lindgren@telia.com>).
+  <bjorn.e.lindgren at telia.com>).
 - added MPEG demuxer (MPEG-1 and 2 compatible).
 - added ASF demuxer
 - added prototype RM demuxer
@@ -307,7 +327,7 @@ version 0.4.4:
 
 version 0.4.3:
 
-- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq@amsat.org>)
+- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
 - fixed raw yuv output
 - added motion rounding support in MPEG-4
 - fixed motion bug rounding in MSMPEG4
@@ -322,7 +342,7 @@ version 0.4.3:
 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
   output.
 - added pgmpipe I/O format (original patch from Martin Aumueller
-  <lists@reserv.at>, but changed completely since we use a format
+  <lists at reserv.at>, but changed completely since we use a format
   instead of a protocol)
 
 version 0.4.2:
@@ -374,7 +394,7 @@ version 0.4.0:
 - added WAV format support
 - added "tty user interface" to ffmpeg to stop grabbing gracefully
 - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
-  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo@atmlab.utfsm.cl>)
+  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
 - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
 - added new motion estimation algorithms, log and phods (Juanjo)
 - changed directories: libav for format handling, libavcodec for