X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Changelog;h=1a2e0b257c5e6fdb0f94ae7c52630213d0c9b2f0;hb=671028e074bfdfb1ceb61ae9746a33ebd33a61cc;hp=0b96efe85141b774751fd50cb90a0886dc1ad22c;hpb=a5fbe001957936b6fa1a621277a9aa48d6bcb532;p=ffmpeg diff --git a/Changelog b/Changelog index 0b96efe8514..1a2e0b257c5 100644 --- a/Changelog +++ b/Changelog @@ -63,7 +63,7 @@ version - Delphine Software .cin demuxer/audio and video decoder - Tiertex .seq demuxer/video decoder - MTV demuxer -- TIFF picture decoder +- TIFF picture encoder and decoder - GIF picture decoder - Intel Music decoder - Musepack decoder @@ -77,6 +77,32 @@ version - DNxHD decoder - Gamecube movie (.THP) playback system - Blackfin optimizations +- Interplay C93 demuxer and video decoder +- Bethsoft VID demuxer and video decoder +- 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 +- IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1 version 0.4.9-pre1: @@ -248,8 +274,8 @@ version 0.4.6: version 0.4.5: -- some header fixes (Zdenek Kabelac ) -- many MMX optimizations (Nick Kurshev ) +- some header fixes (Zdenek Kabelac ) +- many MMX optimizations (Nick Kurshev ) - 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 @@ -266,12 +292,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 - ) + ) - 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 ) -- ARM optimizations (Lionel Ulmer ). +- MPEG-4 vol header fixes (Jonathan Marsden ) +- ARM optimizations (Lionel Ulmer ). - Windows porting of file converter - added MJPEG raw format (input/ouput) - added JPEG image format support (input/output) @@ -279,7 +305,7 @@ version 0.4.5: version 0.4.4: - fixed some std header definitions (Bjorn Lindgren - ). + ). - added MPEG demuxer (MPEG-1 and 2 compatible). - added ASF demuxer - added prototype RM demuxer @@ -302,7 +328,7 @@ version 0.4.4: version 0.4.3: -- BGR24 patch (initial patch by Jeroen Vreeken ) +- BGR24 patch (initial patch by Jeroen Vreeken ) - fixed raw yuv output - added motion rounding support in MPEG-4 - fixed motion bug rounding in MSMPEG4 @@ -317,7 +343,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 - , but changed completely since we use a format + , but changed completely since we use a format instead of a protocol) version 0.4.2: @@ -369,7 +395,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" ) + (Juan J. Sierralta P. a.k.a. "Juanjo" ) - 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