Changelog
888505df
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
9f8d8c57
 version 0.9:
65eae2a7
 
b0355d32
 - Indeo 4 decoder
8dce2dd9
 - SMJPEG demuxer
e5ae8723
 - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
65eae2a7
 - openal input device added
6b61920a
 - boxblur filter added
a4ad9438
 - BWF muxer
c2d23309
 - Flash Screen Video 2 decoder
21435734
 - lavfi input device added
41bf67d8
 - added avconv, which is almost the same for now, except
320d7693
 for a few incompatible changes in the options, which will hopefully make them
 easier to use. The changes are:
c4302a39
     * The options placement is now strictly enforced! While in theory the
       options for ffmpeg should be given in [input options] -i INPUT [output
       options] OUTPUT order, in practice it was possible to give output options
       before the -i and it mostly worked. Except when it didn't - the behavior was
       a bit inconsistent. In avconv, it is not possible to mix input and output
       options. All non-global options are reset after an input or output filename.
     * All per-file options are now truly per-file - they apply only to the next
       input or output file and specifying different values for different files
       will now work properly (notably -ss and -t options).
     * All per-stream options are now truly per-stream - it is possible to
       specify which stream(s) should a given option apply to. See the Stream
       specifiers section in the avconv manual for details.
     * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
       sense that they're specified after the output filename instead of before,
       like all other options. In avconv this irregularity is removed, all options
       apply to the next input or output file.
     * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
       irregular and highly confusing, they were also redundant. In avconv the -map
       option will create new streams in the output file and map input streams to
       them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
       each stream in the first input file.
     * The -map option now has slightly different and more powerful syntax:
         + Colons (':') are used to separate file index/stream type/stream index
           instead of dots. Comma (',') is used to separate the sync stream instead
           of colon.. This is done for consistency with other options.
         + It's possible to specify stream type. E.g. -map 0:a:2 creates an
           output stream from the third input audio stream.
         + Omitting the stream index now maps all the streams of the given type,
           not just the first. E.g. -map 0:s creates output streams for all the
           subtitle streams in the first input file.
         + Since -map can now match multiple streams, negative mappings were
320d7693
           introduced. Negative mappings disable some streams from an already
c4302a39
           defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
           all the stream in the first input file, except for the second audio
           stream'.
     * There is a new option -c (or -codec) for choosing the decoder/encoder to
       use, which allows to precisely specify target stream(s) consistently with
       other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
       libvorbis sets the codec for the first audio stream and -c copy copies all
       the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
       aliases to -c:v/a/s
320d7693
     * It is now possible to precisely specify which stream should an AVOption
c4302a39
       apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
       -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
       syntax is deprecated and will stop working soon.
320d7693
     * -map_chapters now takes only an input file index and applies to the next
       output file. This is consistent with how all the other options work.
     * -map_metadata now takes only an input metadata specifier and applies to
       the next output file. Output metadata specifier is now part of the option
       name, similarly to the AVOptions/map/codec feature above.
c4302a39
     * -metadata can now be used to set metadata on streams and chapters, e.g.
       -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
       This made -vlang/-alang/-slang options redundant, so they were removed.
     * -qscale option now uses stream specifiers and applies to all streams, not
       just video. I.e. plain -qscale number would now apply to all streams. To get
       the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
       and -aq is now an alias for -q:a.
     * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
       uses stream specifiers. Use -bsf:v/a/s instead of the old options.
     * -itsscale option now uses stream specifiers, so its argument is only the
       scale parameter.
     * -intra option was removed, use -g 0 for the same effect.
     * -psnr option was removed, use -flags +psnr for the same effect.
     * -vf option is now an alias to the new -filter option, which uses stream specifiers.
     * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
     * -vtag/-atag/-stag options are now aliases to the new -tag option.
c6c6c1aa
 - XMV demuxer
47818b2a
 - LOAS demuxer
e30a0b1b
 - ashowinfo filter added
45ecda85
 - Windows Media Image decoder
24ddfb2b
 - amovie source added
dcb9f6a2
 - LATM muxer/demuxer
28ccda78
 - Speex encoder via libspeex
3fdf519e
 - JSON output in ffprobe
438debd0
 - WTV muxer
1a2d8c8b
 - Optional C++ Support (needed for libstagefright)
84f26f52
 - H.264 Decoding on Android via Stagefright
5554de13
 - Prores decoder
07a70cab
 - BIN/XBIN/ADF/IDF text file decoder
37cc443c
 - aconvert audio filter added
4893c204
 - audio support to lavfi input device added
e417d80d
 - libcdio-paranoia input device for audio CD grabbing
be64629a
 - Apple ProRes decoder
4ca59d19
 - CELT in Ogg demuxing
abd71130
 - G.723.1 demuxer and decoder
26c7ff93
 - libmodplug support (--enable-libmodplug)
51757ac7
 - VC-1 interlaced decoding
9be937d3
 - libutvideo wrapper (--enable-libutvideo)
eae3a86e
 - aevalsrc audio source added
0d8506b8
 - Ut Video decoder
b606a017
 - Speex encoding via libspeex
76741b0e
 - 4:2:2 H.264 decoding support
a7476298
 - 4:2:2 and 4:4:4 H.264 encoding with libx264
796cd225
 - Pulseaudio input device
70bab584
 - Prores encoder
d66ee6ac
 - Video Decoder Acceleration (VDA) HWAccel module.
594b54b5
 - replacement Indeo 3 decoder
f5cd136f
 - new ffmpeg option: -map_channel
618ac713
 - volume audio filter added
fa4f06ab
 - earwax audio filter added
1054ab35
 - libv4l2 support (--enable-libv4l2)
183baead
 - TLS/SSL and HTTPS protocol support
a7476298
 - AVOptions API rewritten and documented
 - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
   AVCodecContext deprecated. Codec private options should be used instead.
 - Properly working defaults in libx264 wrapper, support for native presets.
 - Encrypted OMA files support
f545e006
 - Discworld II BMV decoding support
0c251257
 - VBLE Decoder
ac3dbb4d
 - OS X Video Decoder Acceleration (VDA) support
1f0d937f
 - compact and csv output in ffprobe
1fbf7165
 - pan audio filter
cf14c822
 - IFF Amiga Continuous Bitmap (ACBM) decoder
28338bc2
 - ass filter
a17c3c7d
 - CRI ADX audio format demuxer
f28070a1
 - Playstation Portable PMP format demuxer
ba8410cb
 - Microsoft Windows ICO demuxer
2f8b6e90
 - life source
c8b27a0e
 - PCM format support in OMA demuxer
e93947b7
 - CLJR encoder
337ce558
 - new option: -report
19341c58
 - Dxtory capture format decoder
6c44ff38
 - cellauto source
93442a27
 - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
888505df
 
9fff623d
 version 0.8:
2db272e9
 
5efef54e
 
11c6d28e
 - many many things we forgot because we rather write code than changelogs
316d6c15
 - WebM support in Matroska de/muxer
21d52447
 - low overhead Ogg muxing
a2403986
 - MMS-TCP support
ee0e9146
 - VP8 de/encoding via libvpx
173bb37f
 - Demuxer for On2's IVF format
a526d619
 - Pictor/PC Paint decoder
a2063901
 - HE-AAC v2 decoder
cbf914cf
 - HE-AAC v2 encoding with libaacplus
41f91b5f
 - libfaad2 wrapper removed
e83aed04
 - DTS-ES extension (XCh) decoding support
db7d307f
 - native VP8 decoder
680b2321
 - RTSP tunneling over HTTP
4449df6b
 - RTP depacketization of SVQ3
2d525ef4
 - -strict inofficial replaced by -strict unofficial
066ce8c9
 - ffplay -exitonkeydown and -exitonmousedown options added
b576934d
 - native GSM / GSM MS decoder
a59096e4
 - RTP depacketization of QDM2
5a717094
 - ANSI/ASCII art playback system
e8723e24
 - Lego Mindstorms RSO de/muxer
9fff623d
 - libavcore added (and subsequently removed)
ba2c508d
 - SubRip subtitle file muxer and demuxer
de295976
 - Chinese AVS encoding via libxavs
530bbe96
 - ffprobe -show_packets option added
91af5601
 - RTP packetization of Theora and Vorbis
1ddc176e
 - RTP depacketization of MP4A-LATM
51291e60
 - RTP packetization and depacketization of VP8
a1e171df
 - hflip filter
cd223e0b
 - Apple HTTP Live Streaming demuxer
7f50caa7
 - a64 codec
b8521394
 - MMS-HTTP support
21e681ba
 - G.722 ADPCM audio encoder/decoder
43836928
 - R10k video decoder
6ebf0bfc
 - ocv_smooth filter
47941088
 - frei0r wrapper filter
2bc05d35
 - change crop filter syntax to width:height:x:y
75b67a8a
 - make the crop filter accept parametric expressions
6afd569e
 - make ffprobe accept AVFormatContext options
5900deeb
 - yadif filter
13fabd7a
 - blackframe filter
8878e3b2
 - Demuxer for Leitch/Harris' VR native stream format (LXF)
3ece3e4c
 - RTP depacketization of the X-QT QuickTime format
01c8d258
 - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
68b79bfc
 - cropdetect filter
5879ea6d
 - ffmpeg -crop* options removed
43945b27
 - transpose filter added
4ad08021
 - ffmpeg -force_key_frames option added
44594cc7
 - demuxer for receiving raw rtp:// URLs without an SDP description
136e19e1
 - single stream LATM/LOAS decoder
a532bb39
 - setpts filter added
b047941d
 - Win64 support for optimized x86 assembly functions
ba83c4bf
 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
c99f9b0a
 - ASS subtitle encoder and decoder
b047941d
 - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
58935b25
 - overlay filter added
2fb21bf4
 - rename aspect filter to setdar, and pixelaspect to setsar
3b39e273
 - IEC 61937 demuxer
9d09ebf1
 - Mobotix .mxg demuxer
f8608dca
 - frei0r source added
a4dc7aa5
 - hqdn3d filter added
35014efc
 - RTP depacketization of QCELP
475ae04a
 - FLAC parser added
d5f187fd
 - gradfun filter added
2b2a597e
 - AMR-WB decoder
3579b405
 - replace the ocv_smooth filter with a more generic ocv filter
82ca054a
 - Windows Televison (WTV) demuxer
fd5b124d
 - FFmpeg metadata format muxer and demuxer
8e43b6fe
 - SubRip (srt) subtitle encoder and decoder
6fd96d1a
 - floating-point AC-3 encoder added
d267b339
 - Lagarith decoder
fbd56159
 - ffmpeg -copytb option added
54bc6403
 - IVF muxer added
abb5f2b7
 - Wing Commander IV movies decoder added
9b8bb626
 - movie source added
4913af0c
 - Bink version 'b' audio and video decoder
9f720d5f
 - Bitmap Brothers JV playback system
dc6fdad5
 - Apple HTTP Live Streaming protocol handler
15d59d2c
 - sndio support for playback and record
c6f95144
 - Linux framebuffer input device added
42315dab
 - Chronomaster DFA decoder
f339f908
 - DPX image encoder
3c9bfb33
 - MicroDVD subtitle file muxer and demuxer
1265395b
 - Playstation Portable PMP format demuxer
aa0c515a
 - fieldorder video filter added
d89e738a
 - AAC encoding via libvo-aacenc
f502ff3f
 - AMR-WB encoding via libvo-amrwbenc
ad4c5034
 - xWMA demuxer
75cf2602
 - Mobotix MxPEG decoder
9fff623d
 - VP8 frame-multithreading
 - NEON optimizations for VP8
 - Lots of deprecated API cruft removed
 - fft and imdct optimizations for AVX (Sandy Bridge) processors
 - showinfo filter added
 - SMPTE 302M AES3 audio decoder
 - Apple Core Audio Format muxer
 - 9bit and 10bit per sample support in the H.264 decoder
 - 9bit and 10bit FFV1 encoding / decoding
 - split filter added
 - select filter added
 - sdl output device added
 - libmpcodecs video filter support (3 times as many filters than before)
 - mpeg2 aspect ratio dection fixed
 - libxvid aspect pickiness fixed
 - Frame multithreaded decoding
 - E-AC-3 audio encoder
 - ac3enc: add channel coupling support
 - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
 - H264/MPEG frame-level multi-threading
 - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
 - 4:4:4 H.264 decoding support
 - 10-bit H.264 optimizations for x86
 - lut, lutrgb, and lutyuv filters added
 - buffersink libavfilter sink added
 - Bump libswscale for recently reported ABI break
856b33f5
 - New J2K encoder (via OpenJPEG)
9fff623d
 
 
 version 0.7:
 
 - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
fbe347d6
 
 
 version 0.6:
 
2db272e9
 - PB-frame decoding for H.263
b11163c8
 - deprecated vhook subsystem removed
3444c914
 - deprecated old scaler removed
616e899c
 - VQF demuxer
b3b5946c
 - Alpha channel scaler
effcedf7
 - PCX encoder
9edfaf3c
 - RTP packetization of H.263
08e696c0
 - RTP packetization of AMR
e6327fba
 - RTP depacketization of Vorbis
e9356be5
 - CorePNG decoding support
9189d7eb
 - Cook multichannel decoding support
276f8e2b
 - introduced avlanguage helpers in libavformat
f0b19bd3
 - 8088flex TMV demuxer and decoder
5f1ac36d
 - per-stream language-tags extraction in asfdec
ca0bb1c4
 - V210 decoder and encoder
de08ebe3
 - remaining GPL parts in AC-3 decoder converted to LGPL
cdce0fb8
 - QCP demuxer
cbfe5bee
 - SoX native format muxer and demuxer
0b175caa
 - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
94d3d6a4
 - DPX image decoder
c63ea92b
 - Electronic Arts Madcow decoder
a4276ba2
 - DivX (XSUB) subtitle encoder
0a4a0aa7
 - nonfree libamr support for AMR-NB/WB decoding/encoding removed
57a80d79
 - experimental AAC encoder
c2f3eec4
 - RTP depacketization of ASF and RTSP from WMS servers
9fd6b843
 - RTMP support in libavformat
3106f489
 - noX handling for OPT_BOOL X options
740e89cf
 - Wave64 demuxer
ab1eff9c
 - IEC-61937 compatible Muxer
7bd47335
 - TwinVQ decoder
c58b82a2
 - Bluray (PGS) subtitle decoder
5dd3707b
 - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
57a80d79
 - WMA Pro decoder
5f14b565
 - Core Audio Format demuxer
61dc238b
 - Atrac1 decoder
 - MD STUDIO audio demuxer
811e0fc2
 - RF64 support in WAV demuxer
99971952
 - MPEG-4 Audio Lossless Coding (ALS) decoder
0584b718
 - -formats option split into -formats, -codecs, -bsfs, and -protocols
7c3c53c8
 - IV8 demuxer
a3d995c1
 - CDG demuxer and decoder
4aaab0a3
 - R210 decoder
ce293510
 - Auravision Aura 1 and 2 decoders
e6565055
 - Deluxe Paint Animation playback system
d140b025
 - SIPR decoder
83ab7f18
 - Adobe Filmstrip muxer and demuxer
45aa9080
 - RTP depacketization of H.263
342c7dfd
 - Bink demuxer and audio/video decoders
4ebaec79
 - enable symbol versioning by default for linkers that support it
b9e06ddd
 - IFF PBM/ILBM bitmap decoder
084eb95f
 - concat protocol
5bebe94d
 - Indeo 5 decoder
556aa7a1
 - RTP depacketization of AMR
57a80d79
 - WMA Voice decoder
 - ffprobe tool
4fe3edaa
 - AMR-NB decoder
6f5a3d0a
 - RTSP muxer
ed492b61
 - HE-AAC v1 decoder
bf354122
 - Kega Game Video (KGV1) decoder
59b4b540
 - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
887af2aa
 - RTP depacketization of Theora
b26708d5
 - HTTP Digest authentication
0f943ce6
 - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
38b9d8b8
 - Psygnosis YOP demuxer and video decoder
ca6e7708
 - spectral extension support in the E-AC-3 decoder
ac1c9564
 - unsharp video filter
910cde56
 - RTP hinting in the mov/3gp/mp4 muxer
a8d9a56a
 - Dirac in Ogg demuxing
 - seek to keyframes in Ogg
 - 4:2:2 and 4:4:4 Theora decoding
 - 35% faster VP3/Theora decoding
 - faster AAC decoding
 - faster H.264 decoding
d31ba231
 - RealAudio 1.0 (14.4K) encoder
de08ebe3
 
2db272e9
 
e0e86c52
 version 0.5:
 
06ab9cff
 - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
9d53d58e
 - TechSmith Camtasia (TSCC) video decoder
d0a0bbd2
 - IBM Ultimotion (ULTI) video decoder
d08d7142
 - Sierra Online audio file demuxer and decoder
 - Apple QuickDraw (qdrw) video decoder
22052247
 - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
ad81a9fe
 - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
ab711b3c
 - Miro VideoXL (VIXL) video decoder
b06b45c4
 - H.261 video encoder
acfd8f0f
 - QPEG video decoder
353147ed
 - Nullsoft Video (NSV) file demuxer
13dfd2b9
 - Shorten audio decoder
9c7fb608
 - LOCO video decoder
115329f1
 - Apple Lossless Audio Codec (ALAC) decoder
a8a15e9d
 - Winnov WNV1 video decoder
589f8220
 - Autodesk Animator Studio Codec (AASC) decoder
bfaad39f
 - Indeo 2 video decoder
b81f8949
 - Fraps FPS1 video decoder
e0db8cfb
 - Snow video encoder/decoder
af4ca324
 - Sonic audio encoder/decoder
108ab268
 - Vorbis audio decoder
af4ca324
 - Macromedia ADPCM decoder
e0db8cfb
 - Duck TrueMotion 2 video decoder
 - support for decoding FLX and DTA extensions in FLIC files
b2909f1a
 - H.264 custom quantization matrices support
a8289180
 - ffserver fixed, it should now be usable again
8d1018bf
 - QDM2 audio decoder
8a2d410e
 - Real Cooker audio decoder
bf3027c8
 - TrueSpeech audio decoder
65694974
 - WMA2 audio decoder fixed, now all files should play correctly
 - RealAudio 14.4 and 28.8 decoders fixed
108ab268
 - JPEG-LS decoder
3f45598a
 - build system improvements
 - tabs and trailing whitespace removed from the codebase
108ab268
 - CamStudio video decoder
f11288da
 - AIFF/AIFF-C audio format, encoding and decoding
4accd1fd
 - ADTS AAC file reading and writing
ea395e8c
 - Creative VOC file reading and writing
4e114829
 - American Laser Games multimedia (*.mm) playback system
6a7d2c3d
 - Zip Motion Blocks Video decoder
58cf42fa
 - improved Theora/VP3 decoder
8a2d410e
 - True Audio (TTA) decoder
26376701
 - AVS demuxer and video decoder
108ab268
 - JPEG-LS encoder
348efc18
 - Smacker demuxer and decoder
dfca23e3
 - NuppelVideo/MythTV demuxer and RTjpeg decoder
fd7b1991
 - KMVC decoder
58cf42fa
 - MPEG-2 intra VLC support
2d974017
 - MPEG-2 4:2:2 encoder
0919e788
 - Flash Screen Video decoder
cc0bc648
 - GXF demuxer
6a09487e
 - Chinese AVS decoder
43dcf590
 - GXF muxer
07bf2af8
 - MXF demuxer
b394e39a
 - VC-1/WMV3/WMV9 video decoder
0ccd1bb5
 - MacIntel support
8ac17293
 - AVISynth support
eb57c889
 - VMware video decoder
5ce117c3
 - VP5 video decoder
 - VP6 video decoder
730581f3
 - WavPack lossless audio decoder
3689cf16
 - Targa (.TGA) picture decoder
108ab268
 - Vorbis audio encoder
dc56e0de
 - Delphine Software .cin demuxer/audio and video decoder
29f86228
 - Tiertex .seq demuxer/video decoder
f7bc5837
 - MTV demuxer
716222db
 - TIFF picture encoder and decoder
06d392a7
 - GIF picture decoder
58cf42fa
 - Intel Music Coder decoder
6a7d2c3d
 - Zip Motion Blocks Video encoder
185c7b6b
 - Musepack decoder
8adc51f2
 - Flash Screen Video encoder
150d2772
 - Theora encoding via libtheora
52548eee
 - BMP encoder
039cd4a7
 - WMA encoder
346a655d
 - GSM-MS encoder and decoder
01ca9ac3
 - DCA decoder
33a0dd37
 - DXA demuxer and decoder
52b6bad2
 - DNxHD decoder
efb0c399
 - Gamecube movie (.THP) playback system
a5fbe001
 - Blackfin optimizations
9a0ddd09
 - Interplay C93 demuxer and video decoder
1e6c6759
 - Bethsoft VID demuxer and video decoder
8e952e4d
 - CRYO APC demuxer
10e26bc7
 - Atrac3 decoder
b46d68c6
 - V.Flash PTX decoder
58cf42fa
 - RoQ muxer, RoQ audio encoder
ad39f1a7
 - Renderware TXD demuxer and decoder
4d5588cf
 - extern C declarations for C++ removed from headers
82e60541
 - sws_flags command line option
ddcf4b5d
 - codebook generator
03e3e765
 - RoQ video encoder
d3b7406c
 - QTRLE encoder
d22e8442
 - OS/2 support removed and restored again
6ea67bbb
 - AC-3 decoder
58cf42fa
 - NUT muxer
108ab268
 - additional SPARC (VIS) optimizations
e09f7d61
 - Matroska muxer
58cf42fa
 - slice-based parallel H.264 decoding
bf4a1f17
 - Monkey's Audio demuxer and decoder
8787d837
 - AMV audio and video decoder
fc4cbc16
 - DNxHD encoder
d6c52130
 - H.264 PAFF decoding
636b13c5
 - Nellymoser ASAO decoder
66f7679c
 - Beam Software SIFF demuxer and decoder
f9def9cc
 - libvorbis Vorbis decoding removed in favor of native decoder
541432c3
 - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
56dc1fdf
 - Ogg (Theora, Vorbis and FLAC) muxer
108ab268
 - The "device" muxers and demuxers are now in a new libavdevice library
540945eb
 - PC Paintbrush PCX decoder
 - Sun Rasterfile decoder
920d3609
 - TechnoTrend PVA demuxer
77c1d04d
 - Linux Media Labs MPEG-4 (LMLM4) demuxer
b264a084
 - AVM2 (Flash 9) SWF muxer
9dc92a38
 - QT variant of IMA ADPCM encoder
39fc859e
 - VFW grabber
58cf42fa
 - iPod/iPhone compatible mp4 muxer
a7129de5
 - Mimic decoder
0f3444e1
 - MSN TCP Webcam stream demuxer
86b3cf7c
 - RL2 demuxer / decoder
d299be08
 - IFF demuxer
 - 8SVX audio decoder
b00b15be
 - non-recursive Makefiles
b64c096b
 - BFI demuxer
74118c07
 - MAXIS EA XA (.xa) demuxer / decoder
2003d3da
 - BFI video decoder
ea662534
 - OMA demuxer
b517af05
 - MLP/TrueHD decoder
e1c74782
 - Electronic Arts CMV decoder
822cc8f7
 - Motion Pixels Video decoder
 - Motion Pixels MVI demuxer
e44bbf62
 - removed animated GIF decoder/demuxer
51c3861e
 - D-Cinema audio muxer
cfc78718
 - Electronic Arts TGV decoder
833e90dd
 - Apple Lossless Audio Codec (ALAC) encoder
7d8f3de4
 - AAC decoder
eb6fc557
 - floating point PCM encoder/decoder
cedebde1
 - MXF muxer
108ab268
 - DV100 AKA DVCPRO HD decoder and demuxer
1f6a594d
 - E-AC-3 support added to AC-3 decoder
755ba886
 - Nellymoser ASAO encoder
0c86f89a
 - ASS and SSA demuxer and muxer
d8d12c15
 - liba52 wrapper removed
0ac1dc6f
 - SVQ3 watermark decoding support
f6958006
 - Speex decoding via libspeex
42b30357
 - Electronic Arts TGQ decoder
108ab268
 - RV40 decoder
73b458e3
 - QCELP / PureVoice decoder
108ab268
 - RV30 decoder
7906f3ca
 - hybrid WavPack support
7eb68edb
 - R3D REDCODE demuxer
115d095e
 - ALSA support for playback and record
d8964f3a
 - Electronic Arts TQI decoder
9a77d59a
 - OpenJPEG based JPEG 2000 decoder
58cf42fa
 - NC (NC4600) camera file demuxer
865780ae
 - Gopher client support
bd3f81f3
 - MXF D-10 muxer
58cf42fa
 - generic metadata API
3f6dc4a1
 - flash ScreenVideo2 encoder
58cf42fa
 
9d53d58e
 
1defd2a8
 version 0.4.9-pre1:
 
4fa1c4fa
 - DV encoder, DV muxer
2fdf638b
 - Microsoft RLE video decoder
 - Microsoft Video-1 decoder
070ed1bc
 - Apple Animation (RLE) decoder
42cad81a
 - Apple Graphics (SMC) decoder
2fdf638b
 - Apple Video (RPZA) decoder
 - Cinepak decoder
 - Sega FILM (CPK) file demuxer
42cad81a
 - Westwood multimedia support (VQA & AUD files)
4120a53a
 - Id Quake II CIN playback support
42cad81a
 - 8BPS video decoder
 - FLIC playback support
9a4117d5
 - RealVideo 2.0 (RV20) decoder
 - Duck TrueMotion v1 (DUCK) video decoder
da00f30e
 - Sierra VMD demuxer and video decoder
1defd2a8
 - MSZH and ZLIB decoder support
3b64893d
 - SVQ1 video encoder
1defd2a8
 - AMR-WB support
e0db8cfb
 - PPC optimizations
1defd2a8
 - rate distortion optimal cbp support
e0db8cfb
 - rate distorted optimal ac prediction for MPEG-4
1defd2a8
 - rate distorted optimal lambda->qp support
 - AAC encoding with libfaac
 - Sunplus JPEG codec (SP5X) support
e0db8cfb
 - use Lagrange multipler instead of QP for ratecontrol
 - Theora/VP3 decoding support
1defd2a8
 - XA and ADX ADPCM codecs
e0db8cfb
 - export MPEG-2 active display area / pan scan
1defd2a8
 - Add support for configuring with IBM XLC
 - floating point AAN DCT
e0db8cfb
 - initial support for zygo video (not complete)
 - RGB ffv1 support
1defd2a8
 - new audio/video parser API
 - av_log() system
 - av_read_frame() and av_seek_frame() support
 - missing last frame fixes
 - seek by mouse in ffplay
e0db8cfb
 - noise reduction of DCT coefficients
 - H.263 OBMC & 4MV support
 - H.263 alternative inter vlc support
 - H.263 loop filter
 - H.263 slice structured mode
 - interlaced DCT support for MPEG-2 encoding
1defd2a8
 - stuffing to stay above min_bitrate
e0db8cfb
 - MB type & QP visualization
1defd2a8
 - frame stepping for ffplay
 - interlaced motion estimation
 - alternate scantable support
 - SVCD scan offset support
e0db8cfb
 - closed GOP support
 - SSE2 FDCT
1defd2a8
 - quantizer noise shaping
 - G.726 ADPCM audio codec
 - MS ADPCM encoding
 - multithreaded/SMP motion estimation
e0db8cfb
 - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
 - multithreaded/SMP decoding for MPEG-2
1defd2a8
 - FLAC decoder
 - Metrowerks CodeWarrior suppport
e0db8cfb
 - H.263+ custom pcf support
1defd2a8
 - nicer output for 'ffmpeg -formats'
e0db8cfb
 - Matroska demuxer
1defd2a8
 - SGI image format, encoding and decoding
e0db8cfb
 - H.264 loop filter support
 - H.264 CABAC support
f073a393
 - nicer looking arrows for the motion vector visualization
1defd2a8
 - improved VCD support
 - audio timestamp drift compensation
e0db8cfb
 - MPEG-2 YUV 422/444 support
1defd2a8
 - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
 - better image scaling
e0db8cfb
 - H.261 support
1defd2a8
 - correctly interleave packets during encoding
 - VIS optimized motion compensation
e0db8cfb
 - intra_dc_precision>0 encoding support
 - support reuse of motion vectors/MB types/field select values of the source video
1defd2a8
 - more accurate deblock filter
 - padding support
 - many optimizations and bugfixes
055dc116
 - FunCom ISS audio file demuxer and according ADPCM decoding
2fdf638b
 
0ca3e336
 
8c522a40
 version 0.4.8:
 
e0db8cfb
 - MPEG-2 video encoding (Michael)
d9d8910b
 - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
b17e9c99
 - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
   and Mario Brito)
 - Xan DPCM audio decoder (Mario Brito)
186447f8
 - Interplay MVE playback subsystem (Mike Melanson)
b17e9c99
 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
 
0ca3e336
 
b17e9c99
 version 0.4.7:
e07702ba
 
e0db8cfb
 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
124ba583
   (originally from public domain player for Amiga at http://www.honeypot.net/audio)
e0db8cfb
 - current version now also compiles with older GCC (Fabrice)
e07702ba
 - 4X multimedia playback system including 4xm file demuxer (Mike
   Melanson), and 4X video and audio codecs (Michael)
 - Creative YUV (CYUV) decoder (Mike Melanson)
 - FFV1 codec (our very simple lossless intra only codec, compresses much better
e0db8cfb
   than HuffYUV) (Michael)
 - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
 - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
e07702ba
   alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
 - ffplay has been replaced with a newer version which uses SDL (optionally)
e0db8cfb
   for multiplatform support (Fabrice)
e07702ba
 - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
   by anonymous
 - AMR format has been added (Johannes Carlsson)
e0db8cfb
 - 3GP support has been added (Johannes Carlsson)
e07702ba
 - VP3 codec has been added (Mike Melanson)
 - more MPEG-1/2 fixes
e0db8cfb
 - better multiplatform support, MS Visual Studio fixes (various)
 - AltiVec optimizations (Magnus Damn and others)
e07702ba
 - SH4 processor support has been added (BERO)
e0db8cfb
 - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
 - VOB streaming support (Brian Foley)
 - better MP3 autodetection (Andriy Rysin)
d3d10087
 - qpel encoding (Michael)
 - 4mv+b frames encoding finally fixed (Michael)
 - chroma ME (Michael)
e0db8cfb
 - 5 comparison functions for ME (Michael)
 - B-frame encoding speedup (Michael)
 - WMV2 codec (unfinished - Michael)
d3d10087
 - user specified diamond size for EPZS (Michael)
b17e9c99
 - Playstation STR playback subsystem, still experimental (Mike and Michael)
 - ASV2 codec (Michael)
 - CLJR decoder (Alex)
d3d10087
 
e0db8cfb
 .. And lots more new enhancements and fixes.
e07702ba
 
0ca3e336
 
d3d10087
 version 0.4.6:
739d6efa
 
e0db8cfb
 - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
   from scratch
 - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
 - fix quantization bug in AC3 encoder
 - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
 - added prototype ffplay program
 - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
 - bug fix on MCBPC tables of H.263 (Juanjo)
 - bug fix on DC coefficients of H.263 (Juanjo)
 - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
 - now we can decode H.263 streams found in QuickTime files (Juanjo)
 - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
644d98a4
 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
e0db8cfb
 - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
 - now H.263 picture size is returned on the first decoded frame (Juanjo)
7f913a35
 - added first regression tests
e0db8cfb
 - added MPEG-2 TS demuxer
a31e01c5
 - new demux API for libav
6d291820
 - more accurate and faster IDCT (Michael)
e0db8cfb
 - faster and entropy-controlled motion search (Michael)
6d291820
 - two pass video encoding (Michael)
 - new video rate control (Michael)
 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
 - great performance improvement of video encoders and decoders (Michael)
 - new and faster bit readers and vlc parsers (Michael)
e0db8cfb
 - high quality encoding mode: tries all macroblock/VLC types (Michael)
6d291820
 - added DV video decoder
 - preliminary RTP/RTSP support in ffserver and libavformat
e0db8cfb
 - H.263+ AIC decoding/encoding support (Juanjo)
 - VCD MPEG-PS mode (Juanjo)
 - PSNR stuff (Juanjo)
 - simple stats output (Juanjo)
 - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
739d6efa
 
0ca3e336
 
de6d9b64
 version 0.4.5:
 
dd5cf2ad
 - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
 - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
e0db8cfb
 - added configure system (actually a small shell script)
 - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
de6d9b64
   Michael Hipp (temporary solution - waiting for integer only
e0db8cfb
   decoder)
 - fixed VIDIOCSYNC interrupt
 - added Intel H.263 decoding support ('I263' AVI fourCC)
 - added Real Video 1.0 decoding (needs further testing)
de6d9b64
 - simplified image formats again. Added PGM format (=grey
   pgm). Renamed old PGM to PGMYUV.
e0db8cfb
 - fixed msmpeg4 slice issues (tell me if you still find problems)
 - fixed OpenDivX bugs with newer versions (added VOL header decoding)
 - added support for MPlayer interface
 - added macroblock skip optimization
 - added MJPEG decoder
 - added mmx/mmxext IDCT from libmpeg2
0c1e384c
 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
dd5cf2ad
   <celer at shell.scrypt.net>)
e0db8cfb
 - added pixel format conversion layer (e.g. for MJPEG or PPM)
 - added deinterlacing option
 - MPEG-1/2 fixes
dd5cf2ad
 - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
 - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
e0db8cfb
 - Windows porting of file converter
 - added MJPEG raw format (input/ouput)
 - added JPEG image format support (input/output)
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.4.4:
 
 - fixed some std header definitions (Bjorn Lindgren
dd5cf2ad
   <bjorn.e.lindgren at telia.com>).
e0db8cfb
 - added MPEG demuxer (MPEG-1 and 2 compatible).
 - added ASF demuxer
 - added prototype RM demuxer
 - added AC3 decoding (done with libac3 by Aaron Holtzman)
 - added decoding codec parameter guessing (.e.g. for MPEG, because the
   header does not include them)
 - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
   play them (only tested video)
 - fixed H.263 white bug
 - fixed phase rounding in img resample filter
 - add MMX code for polyphase img resample filter
 - added CPU autodetection
 - added generic title/author/copyright/comment string handling (ASF and RM
   use them)
de6d9b64
 - added SWF demux to extract MP3 track (not usable yet because no MP3
e0db8cfb
   decoder)
 - added fractional frame rate support
de6d9b64
 - codecs are no longer searched by read_header() (should fix ffserver
e0db8cfb
   segfault)
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.4.3:
 
dd5cf2ad
 - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
e0db8cfb
 - fixed raw yuv output
 - added motion rounding support in MPEG-4
 - fixed motion bug rounding in MSMPEG4
 - added B-frame handling in video core
 - added full MPEG-1 decoding support
 - added partial (frame only) MPEG-2 support
de6d9b64
 - changed the FOURCC code for H.263 to "U263" to be able to see the
e0db8cfb
   +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
   this +codec ;) (JuanJo).
 - Halfpel motion estimation after MB type selection (JuanJo)
 - added pgm and .Y.U.V output format
de6d9b64
 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
   output.
 - added pgmpipe I/O format (original patch from Martin Aumueller
dd5cf2ad
   <lists at reserv.at>, but changed completely since we use a format
e0db8cfb
   instead of a protocol)
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.4.2:
 
e0db8cfb
 - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
   (for OpenDivX) is almost complete: 8x8 MVs and rounding are
de6d9b64
   missing. MSMPEG4 support is complete.
e0db8cfb
 - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
   can decode ffmpeg MPEGs :-)).
de6d9b64
 - added libavcodec API documentation (see apiexample.c).
 - fixed image polyphase bug (the bottom of some images could be
e0db8cfb
   greenish)
de6d9b64
 - added support for non clipped motion vectors (decoding only)
e0db8cfb
   and image sizes non-multiple of 16
 - added support for AC prediction (decoding only)
 - added file overwrite confirmation (can be disabled with -y)
 - added custom size picture to H.263 using H.263+ (Juanjo)
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.4.1:
 
e0db8cfb
 - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
   of AVI and ASF to DIV3.
de6d9b64
 - added -me option to set motion estimation method
   (default=log). suppressed redundant -hq option.
 - added options -acodec and -vcodec to force a given codec (useful for
e0db8cfb
   AVI for example)
 - fixed -an option
 - improved dct_quantize speed
 - factorized some motion estimation code
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.4.0:
 
e0db8cfb
 - removing grab code from ffserver and moved it to ffmpeg. Added
   multistream support to ffmpeg.
de6d9b64
 - added timeshifting support for live feeds (option ?date=xxx in the
e0db8cfb
   URL)
de6d9b64
 - added high quality image resize code with polyphase filter (need
56cc85a0
   mmx/see optimization). Enable multiple image size support in ffserver.
e0db8cfb
 - added multi live feed support in ffserver
de6d9b64
 - suppressed master feature from ffserver (it should be done with an
   external program which opens the .ffm url and writes it to another
e0db8cfb
   ffserver)
 - added preliminary support for video stream parsing (WAV and AVI half
   done). Added proper support for audio/video file conversion in
de6d9b64
   ffmpeg.
e0db8cfb
 - added preliminary support for video file sending from ffserver
 - redesigning I/O subsystem: now using URL based input and output
   (see avio.h)
 - added WAV format support
 - added "tty user interface" to ffmpeg to stop grabbing gracefully
 - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
dd5cf2ad
   (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
e0db8cfb
 - 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
   codecs
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.3.4:
 
e0db8cfb
 - added stereo in MPEG audio encoder
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.3.3:
 
 - added 'high quality' mode which use motion vectors. It can be used in
   real time at low resolution.
 - fixed rounding problems which caused quality problems at high
e0db8cfb
   bitrates and large GOP size
de6d9b64
 
0ca3e336
 
de6d9b64
 version 0.3.2: small fixes
 
e0db8cfb
 - ASF fixes
de6d9b64
 - put_seek bug fix
 
0ca3e336
 
de6d9b64
 version 0.3.1: added avi/divx support
 
e0db8cfb
 - added AVI support
 - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
de6d9b64
 - added sound for flash format (not tested)
 
0ca3e336
 
de6d9b64
 version 0.3: initial public release