Changelog 25.2 KB
Newer Older
1 2 3 4
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.


5 6
version <next>:
- BWF muxer
7
- Flash Screen Video 2 decoder
8
- ffplay/ffprobe/ffserver renamed to avplay/avprobe/avserver
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
- ffmpeg deprecated, added avconv, which is almost the same for now, except
for a few incompatible changes in the options, which will hopefully make them
easier to use. The changes are:
    * -newvideo/-newaudio/-newsubtitle are gone, because they were redundant and
      worked in a nonstandard way. -map is sufficient to add streams to output
      files.
    * -map now has slightly different and more powerful syntax.
        + it's possible to specify stream type. E.g. -map 0:a:2 means 'third
          audio stream'.
        + omitting the stream index now maps all the streams of the given
          type, not just the first. E.g. -map 0:s maps all the subtitle streams.
        + colons (':') are used to separate file index/stream type/stream
          index. Comma (',') is used to separate the sync stream. This is done
          for consistency with other options.
        + since -map can now match multiple streams, negative mappings were
          introduced. Negative mappings disable some streams from an already
          defined map. E.g. '-map 0 -map -0:a:1' means 'map everything except
          for the second audio stream'.
    * -vcodec/-acodec/-scodec are replaced by -c (or -codec), which
      allows to precisely specify target stream(s) consistently with other
      options. E.g. '-c:v libx264' 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.
    * It is now possible to precisely specify which stream should an AVOption
      apply to. See the manual for detailed explanation.
    * -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.
    * Presets in avconv are disabled, because only libx264 used them and
      presets for libx264 can now be specified using a private option
      '-preset <presetname>'.
42
    * -intra option was removed, it's equivalent to -g 0.
Sven Hesse's avatar
Sven Hesse committed
43
- XMV demuxer
44
- Windows Media Image decoder
Kieran Kunhya's avatar
Kieran Kunhya committed
45
- LATM muxer
46
- showinfo filter
47
- split filter
48
- libcdio-paranoia input device for audio CD grabbing
49
- select filter
50 51


52
version 0.7:
53

54
- E-AC-3 audio encoder
55
- ac3enc: add channel coupling support
56 57 58
- floating-point sample format support for (E-)AC-3, DCA, AAC, Vorbis decoders
- H.264/MPEG frame-level multithreading
- av_metadata_* functions renamed to av_dict_* and moved to libavutil
59 60
- 4:4:4 H.264 decoding support
- 10-bit H.264 optimizations for x86
61
- bump libswscale for recently reported ABI break
62

63 64 65

version 0.7_beta2:

66
- VP8 frame-level multithreading
67
- NEON optimizations for VP8
68 69
- removed a lot of deprecated API cruft
- FFT and IMDCT optimizations for AVX (Sandy Bridge) processors
Peter Ross's avatar
Peter Ross committed
70
- DPX image encoder
71
- SMPTE 302M AES3 audio decoder
72
- ffmpeg no longer quits after the 'q' key is pressed; use 'ctrl+c' instead
73
- 9bit and 10bit per sample support in the H.264 decoder
Peter Ross's avatar
Peter Ross committed
74

75 76 77

version 0.7_beta1:

James Zern's avatar
James Zern committed
78
- WebM support in Matroska de/muxer
Diego Biurrun's avatar
Diego Biurrun committed
79
- low overhead Ogg muxing
80
- MMS-TCP support
James Zern's avatar
James Zern committed
81
- VP8 de/encoding via libvpx
David Conrad's avatar
David Conrad committed
82
- Demuxer for On2's IVF format
Peter Ross's avatar
Peter Ross committed
83
- Pictor/PC Paint decoder
84
- HE-AAC v2 decoder
85
- libfaad2 wrapper removed
86
- DTS-ES extension (XCh) decoding support
87
- native VP8 decoder
88
- RTSP tunneling over HTTP
89
- RTP depacketization of SVQ3
90
- -strict inofficial replaced by -strict unofficial
91
- ffplay -exitonkeydown and -exitonmousedown options added
92
- native GSM / GSM MS decoder
93
- RTP depacketization of QDM2
Peter Ross's avatar
Peter Ross committed
94
- ANSI/ASCII art playback system
95
- Lego Mindstorms RSO de/muxer
96
- SubRip subtitle file muxer and demuxer
97
- Chinese AVS encoding via libxavs
98
- ffprobe -show_packets option added
99
- RTP packetization of Theora and Vorbis
100
- RTP depacketization of MP4A-LATM
101
- RTP packetization and depacketization of VP8
Stefano Sabatini's avatar
Stefano Sabatini committed
102
- hflip filter
103
- Apple HTTP Live Streaming demuxer
104
- a64 codec
105
- MMS-HTTP support
Martin Storsjö's avatar
Martin Storsjö committed
106
- G.722 ADPCM audio encoder/decoder
Zhou Zongyi's avatar
Zhou Zongyi committed
107
- R10k video decoder
108
- ocv_smooth filter
Stefano Sabatini's avatar
Stefano Sabatini committed
109
- frei0r wrapper filter
110
- change crop filter syntax to width:height:x:y
111
- make the crop filter accept parametric expressions
112
- make ffprobe accept AVFormatContext options
113
- yadif filter
114
- blackframe filter
115
- Demuxer for Leitch/Harris' VR native stream format (LXF)
116
- RTP depacketization of the X-QT QuickTime format
Martin Storsjö's avatar
Martin Storsjö committed
117
- SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
118
- cropdetect filter
119
- ffmpeg -crop* options removed
Stefano Sabatini's avatar
Stefano Sabatini committed
120
- transpose filter added
121
- ffmpeg -force_key_frames option added
122
- demuxer for receiving raw rtp:// URLs without an SDP description
123
- single stream LATM/LOAS decoder
124
- setpts filter added
125
- Win64 support for optimized x86 assembly functions
126
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
127
- ASS subtitle encoder and decoder
128
- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
129
- overlay filter added
130
- rename aspect filter to setdar, and pixelaspect to setsar
Anssi Hannula's avatar
Anssi Hannula committed
131
- IEC 61937 demuxer
Anatoly Nenashev's avatar
Anatoly Nenashev committed
132
- Mobotix .mxg demuxer
133
- frei0r source added
134
- hqdn3d filter added
135
- RTP depacketization of QCELP
Michael Chinen's avatar
Michael Chinen committed
136
- FLAC parser added
137
- gradfun filter added
138
- AMR-WB decoder
139
- replace the ocv_smooth filter with a more generic ocv filter
140
- Windows Televison (WTV) demuxer
Anton Khirnov's avatar
Anton Khirnov committed
141
- FFmpeg metadata format muxer and demuxer
Aurelien Jacobs's avatar
Aurelien Jacobs committed
142
- SubRip (srt) subtitle decoder
143
- floating-point AC-3 encoder added
144
- Lagarith decoder
145
- ffmpeg -copytb option added
146
- IVF muxer added
Kostya Shishkov's avatar
Kostya Shishkov committed
147
- Wing Commander IV movies decoder added
148
- movie source added
149
- Bink version 'b' audio and video decoder
Peter Ross's avatar
Peter Ross committed
150
- Bitmap Brothers JV playback system
151
- Apple HTTP Live Streaming protocol handler
152
- sndio support for playback and record
153
- Linux framebuffer input device added
154
- Chronomaster DFA decoder
anatoly's avatar
anatoly committed
155
- Mobotix MxPEG decoder
156
- AAC encoding via libvo-aacenc
157
- AMR-WB encoding via libvo-amrwbenc
Max Horn's avatar
Max Horn committed
158
- xWMA demuxer
159
- fieldorder video filter added
160 161 162 163


version 0.6:

164
- PB-frame decoding for H.263
165
- deprecated vhook subsystem removed
166
- deprecated old scaler removed
Vitor Sessak's avatar
Vitor Sessak committed
167
- VQF demuxer
168
- Alpha channel scaler
169
- PCX encoder
170
- RTP packetization of H.263
171
- RTP packetization of AMR
172
- RTP depacketization of Vorbis
173
- CorePNG decoding support
174
- Cook multichannel decoding support
175
- introduced avlanguage helpers in libavformat
176
- 8088flex TMV demuxer and decoder
177
- per-stream language-tags extraction in asfdec
178
- V210 decoder and encoder
179
- remaining GPL parts in AC-3 decoder converted to LGPL
Kenan Gillet's avatar
Kenan Gillet committed
180
- QCP demuxer
181
- SoX native format muxer and demuxer
182
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
183
- DPX image decoder
184
- Electronic Arts Madcow decoder
185
- DivX (XSUB) subtitle encoder
186
- nonfree libamr support for AMR-NB/WB decoding/encoding removed
Diego Biurrun's avatar
Diego Biurrun committed
187
- experimental AAC encoder
188
- RTP depacketization of ASF and RTSP from WMS servers
189
- RTMP support in libavformat
190
- noX handling for OPT_BOOL X options
Daniel Verkamp's avatar
Daniel Verkamp committed
191
- Wave64 demuxer
192
- IEC-61937 compatible Muxer
Vitor Sessak's avatar
Vitor Sessak committed
193
- TwinVQ decoder
194
- Bluray (PGS) subtitle decoder
195
- LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
Diego Biurrun's avatar
Diego Biurrun committed
196
- WMA Pro decoder
Peter Ross's avatar
Peter Ross committed
197
- Core Audio Format demuxer
198 199
- Atrac1 decoder
- MD STUDIO audio demuxer
200
- RF64 support in WAV demuxer
201
- MPEG-4 Audio Lossless Coding (ALS) decoder
Daniel Verkamp's avatar
Daniel Verkamp committed
202
- -formats option split into -formats, -codecs, -bsfs, and -protocols
203
- IV8 demuxer
Michael Tison's avatar
Michael Tison committed
204
- CDG demuxer and decoder
205
- R210 decoder
206
- Auravision Aura 1 and 2 decoders
207
- Deluxe Paint Animation playback system
Vitor Sessak's avatar
Vitor Sessak committed
208
- SIPR decoder
209
- Adobe Filmstrip muxer and demuxer
210
- RTP depacketization of H.263
Kostya Shishkov's avatar
Kostya Shishkov committed
211
- Bink demuxer and audio/video decoders
212
- enable symbol versioning by default for linkers that support it
Peter Ross's avatar
Peter Ross committed
213
- IFF PBM/ILBM bitmap decoder
214
- concat protocol
Kostya Shishkov's avatar
Kostya Shishkov committed
215
- Indeo 5 decoder
216
- RTP depacketization of AMR
Diego Biurrun's avatar
Diego Biurrun committed
217 218
- WMA Voice decoder
- ffprobe tool
219
- AMR-NB decoder
Martin Storsjö's avatar
Martin Storsjö committed
220
- RTSP muxer
221
- HE-AAC v1 decoder
222
- Kega Game Video (KGV1) decoder
223
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
224
- RTP depacketization of Theora
225
- HTTP Digest authentication
226
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
227
- Psygnosis YOP demuxer and video decoder
228
- spectral extension support in the E-AC-3 decoder
229
- unsharp video filter
230
- RTP hinting in the mov/3gp/mp4 muxer
231 232 233 234 235 236
- 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
237
- RealAudio 1.0 (14.4K) encoder
238

239

240 241
version 0.5:

242
- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
243
- TechSmith Camtasia (TSCC) video decoder
244
- IBM Ultimotion (ULTI) video decoder
245 246
- Sierra Online audio file demuxer and decoder
- Apple QuickDraw (qdrw) video decoder
247
- Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
248
- Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
249
- Miro VideoXL (VIXL) video decoder
Mike Melanson's avatar
Mike Melanson committed
250
- H.261 video encoder
251
- QPEG video decoder
Mike Melanson's avatar
Mike Melanson committed
252
- Nullsoft Video (NSV) file demuxer
253
- Shorten audio decoder
254
- LOCO video decoder
255
- Apple Lossless Audio Codec (ALAC) decoder
256
- Winnov WNV1 video decoder
257
- Autodesk Animator Studio Codec (AASC) decoder
Diego Biurrun's avatar
Diego Biurrun committed
258
- Indeo 2 video decoder
259
- Fraps FPS1 video decoder
Diego Biurrun's avatar
Diego Biurrun committed
260
- Snow video encoder/decoder
261
- Sonic audio encoder/decoder
262
- Vorbis audio decoder
263
- Macromedia ADPCM decoder
Diego Biurrun's avatar
Diego Biurrun committed
264 265
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
266
- H.264 custom quantization matrices support
Diego Biurrun's avatar
Diego Biurrun committed
267
- ffserver fixed, it should now be usable again
Diego Biurrun's avatar
Diego Biurrun committed
268
- QDM2 audio decoder
269
- Real Cooker audio decoder
270
- TrueSpeech audio decoder
271 272
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
273
- JPEG-LS decoder
Diego Biurrun's avatar
Diego Biurrun committed
274 275
- build system improvements
- tabs and trailing whitespace removed from the codebase
276
- CamStudio video decoder
277
- AIFF/AIFF-C audio format, encoding and decoding
278
- ADTS AAC file reading and writing
279
- Creative VOC file reading and writing
280
- American Laser Games multimedia (*.mm) playback system
281
- Zip Motion Blocks Video decoder
282
- improved Theora/VP3 decoder
283
- True Audio (TTA) decoder
284
- AVS demuxer and video decoder
285
- JPEG-LS encoder
286
- Smacker demuxer and decoder
287
- NuppelVideo/MythTV demuxer and RTjpeg decoder
288
- KMVC decoder
289
- MPEG-2 intra VLC support
290
- MPEG-2 4:2:2 encoder
291
- Flash Screen Video decoder
Reimar Döffinger's avatar
Reimar Döffinger committed
292
- GXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
293
- Chinese AVS decoder
294
- GXF muxer
Baptiste Coudurier's avatar
Baptiste Coudurier committed
295
- MXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
296
- VC-1/WMV3/WMV9 video decoder
297
- MacIntel support
298
- AVISynth support
299
- VMware video decoder
300 301
- VP5 video decoder
- VP6 video decoder
302
- WavPack lossless audio decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
303
- Targa (.TGA) picture decoder
304
- Vorbis audio encoder
305
- Delphine Software .cin demuxer/audio and video decoder
306
- Tiertex .seq demuxer/video decoder
307
- MTV demuxer
308
- TIFF picture encoder and decoder
309
- GIF picture decoder
310
- Intel Music Coder decoder
311
- Zip Motion Blocks Video encoder
312
- Musepack decoder
313
- Flash Screen Video encoder
314
- Theora encoding via libtheora
315
- BMP encoder
Diego Biurrun's avatar
Diego Biurrun committed
316
- WMA encoder
317
- GSM-MS encoder and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
318
- DCA decoder
319
- DXA demuxer and decoder
Baptiste Coudurier's avatar
Baptiste Coudurier committed
320
- DNxHD decoder
321
- Gamecube movie (.THP) playback system
322
- Blackfin optimizations
323
- Interplay C93 demuxer and video decoder
324
- Bethsoft VID demuxer and video decoder
Anssi Hannula's avatar
Anssi Hannula committed
325
- CRYO APC demuxer
Benjamin Larsson's avatar
Benjamin Larsson committed
326
- Atrac3 decoder
327
- V.Flash PTX decoder
328
- RoQ muxer, RoQ audio encoder
329
- Renderware TXD demuxer and decoder
330
- extern C declarations for C++ removed from headers
331
- sws_flags command line option
332
- codebook generator
Vitor Sessak's avatar
Vitor Sessak committed
333
- RoQ video encoder
Alexis Ballier's avatar
Alexis Ballier committed
334
- QTRLE encoder
335
- OS/2 support removed and restored again
336
- AC-3 decoder
337
- NUT muxer
338
- additional SPARC (VIS) optimizations
David Conrad's avatar
David Conrad committed
339
- Matroska muxer
340
- slice-based parallel H.264 decoding
Kostya Shishkov's avatar
Kostya Shishkov committed
341
- Monkey's Audio demuxer and decoder
Vladimir Voroshilov's avatar
Vladimir Voroshilov committed
342
- AMV audio and video decoder
343
- DNxHD encoder
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
344
- H.264 PAFF decoding
345
- Nellymoser ASAO decoder
346
- Beam Software SIFF demuxer and decoder
347
- libvorbis Vorbis decoding removed in favor of native decoder
Diego Biurrun's avatar
Diego Biurrun committed
348
- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
349
- Ogg (Theora, Vorbis and FLAC) muxer
350
- The "device" muxers and demuxers are now in a new libavdevice library
351 352
- PC Paintbrush PCX decoder
- Sun Rasterfile decoder
353
- TechnoTrend PVA demuxer
Ivo van Poorten's avatar
Ivo van Poorten committed
354
- Linux Media Labs MPEG-4 (LMLM4) demuxer
355
- AVM2 (Flash 9) SWF muxer
356
- QT variant of IMA ADPCM encoder
Ramiro Polla's avatar
Ramiro Polla committed
357
- VFW grabber
358
- iPod/iPhone compatible mp4 muxer
Ramiro Polla's avatar
Ramiro Polla committed
359
- Mimic decoder
360
- MSN TCP Webcam stream demuxer
Sascha Sommer's avatar
Sascha Sommer committed
361
- RL2 demuxer / decoder
362 363
- IFF demuxer
- 8SVX audio decoder
364
- non-recursive Makefiles
Sisir Koppaka's avatar
Sisir Koppaka committed
365
- BFI demuxer
366
- MAXIS EA XA (.xa) demuxer / decoder
Sisir Koppaka's avatar
Sisir Koppaka committed
367
- BFI video decoder
368
- OMA demuxer
Ramiro Polla's avatar
Ramiro Polla committed
369
- MLP/TrueHD decoder
370
- Electronic Arts CMV decoder
371 372
- Motion Pixels Video decoder
- Motion Pixels MVI demuxer
373
- removed animated GIF decoder/demuxer
Peter Ross's avatar
Peter Ross committed
374
- D-Cinema audio muxer
Peter Ross's avatar
Peter Ross committed
375
- Electronic Arts TGV decoder
376
- Apple Lossless Audio Codec (ALAC) encoder
377
- AAC decoder
378
- floating point PCM encoder/decoder
379
- MXF muxer
380
- DV100 AKA DVCPRO HD decoder and demuxer
381
- E-AC-3 support added to AC-3 decoder
382
- Nellymoser ASAO encoder
383
- ASS and SSA demuxer and muxer
384
- liba52 wrapper removed
385
- SVQ3 watermark decoding support
386
- Speex decoding via libspeex
387
- Electronic Arts TGQ decoder
388
- RV40 decoder
389
- QCELP / PureVoice decoder
390
- RV30 decoder
Ben Littler's avatar
Ben Littler committed
391
- hybrid WavPack support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
392
- R3D REDCODE demuxer
393
- ALSA support for playback and record
Peter Ross's avatar
Peter Ross committed
394
- Electronic Arts TQI decoder
395
- OpenJPEG based JPEG 2000 decoder
396
- NC (NC4600) camera file demuxer
397
- Gopher client support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
398
- MXF D-10 muxer
399 400
- generic metadata API

401

Michael Niedermayer's avatar
Michael Niedermayer committed
402 403
version 0.4.9-pre1:

404
- DV encoder, DV muxer
405 406
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
407
- Apple Animation (RLE) decoder
Mike Melanson's avatar
Mike Melanson committed
408
- Apple Graphics (SMC) decoder
409 410 411
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
Mike Melanson's avatar
Mike Melanson committed
412
- Westwood multimedia support (VQA & AUD files)
413
- Id Quake II CIN playback support
Mike Melanson's avatar
Mike Melanson committed
414 415
- 8BPS video decoder
- FLIC playback support
416 417
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
Mike Melanson's avatar
Mike Melanson committed
418
- Sierra VMD demuxer and video decoder
Michael Niedermayer's avatar
Michael Niedermayer committed
419
- MSZH and ZLIB decoder support
420
- SVQ1 video encoder
Michael Niedermayer's avatar
Michael Niedermayer committed
421
- AMR-WB support
Diego Biurrun's avatar
Diego Biurrun committed
422
- PPC optimizations
Michael Niedermayer's avatar
Michael Niedermayer committed
423
- rate distortion optimal cbp support
Diego Biurrun's avatar
Diego Biurrun committed
424
- rate distorted optimal ac prediction for MPEG-4
Michael Niedermayer's avatar
Michael Niedermayer committed
425 426 427
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
Diego Biurrun's avatar
Diego Biurrun committed
428 429
- use Lagrange multipler instead of QP for ratecontrol
- Theora/VP3 decoding support
Michael Niedermayer's avatar
Michael Niedermayer committed
430
- XA and ADX ADPCM codecs
Diego Biurrun's avatar
Diego Biurrun committed
431
- export MPEG-2 active display area / pan scan
Michael Niedermayer's avatar
Michael Niedermayer committed
432 433
- Add support for configuring with IBM XLC
- floating point AAN DCT
Diego Biurrun's avatar
Diego Biurrun committed
434 435
- initial support for zygo video (not complete)
- RGB ffv1 support
Michael Niedermayer's avatar
Michael Niedermayer committed
436 437 438 439 440
- 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
Diego Biurrun's avatar
Diego Biurrun committed
441 442 443 444 445 446
- 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
Michael Niedermayer's avatar
Michael Niedermayer committed
447
- stuffing to stay above min_bitrate
Diego Biurrun's avatar
Diego Biurrun committed
448
- MB type & QP visualization
Michael Niedermayer's avatar
Michael Niedermayer committed
449 450 451 452
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
Diego Biurrun's avatar
Diego Biurrun committed
453 454
- closed GOP support
- SSE2 FDCT
Michael Niedermayer's avatar
Michael Niedermayer committed
455 456 457 458
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
Diego Biurrun's avatar
Diego Biurrun committed
459 460
- multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
- multithreaded/SMP decoding for MPEG-2
Michael Niedermayer's avatar
Michael Niedermayer committed
461 462
- FLAC decoder
- Metrowerks CodeWarrior suppport
Diego Biurrun's avatar
Diego Biurrun committed
463
- H.263+ custom pcf support
Michael Niedermayer's avatar
Michael Niedermayer committed
464
- nicer output for 'ffmpeg -formats'
Diego Biurrun's avatar
Diego Biurrun committed
465
- Matroska demuxer
Michael Niedermayer's avatar
Michael Niedermayer committed
466
- SGI image format, encoding and decoding
Diego Biurrun's avatar
Diego Biurrun committed
467 468
- H.264 loop filter support
- H.264 CABAC support
469
- nicer looking arrows for the motion vector visualization
Michael Niedermayer's avatar
Michael Niedermayer committed
470 471
- improved VCD support
- audio timestamp drift compensation
Diego Biurrun's avatar
Diego Biurrun committed
472
- MPEG-2 YUV 422/444 support
Michael Niedermayer's avatar
Michael Niedermayer committed
473 474
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
Diego Biurrun's avatar
Diego Biurrun committed
475
- H.261 support
Michael Niedermayer's avatar
Michael Niedermayer committed
476 477
- correctly interleave packets during encoding
- VIS optimized motion compensation
Diego Biurrun's avatar
Diego Biurrun committed
478 479
- intra_dc_precision>0 encoding support
- support reuse of motion vectors/MB types/field select values of the source video
Michael Niedermayer's avatar
Michael Niedermayer committed
480 481 482
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
483
- FunCom ISS audio file demuxer and according ADPCM decoding
484

485

Fabrice Bellard's avatar
Fabrice Bellard committed
486 487
version 0.4.8:

Diego Biurrun's avatar
Diego Biurrun committed
488
- MPEG-2 video encoding (Michael)
Mike Melanson's avatar
Mike Melanson committed
489
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
Mike Melanson's avatar
Mike Melanson committed
490 491 492
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
493
- Interplay MVE playback subsystem (Mike Melanson)
Mike Melanson's avatar
Mike Melanson committed
494 495
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

496

Mike Melanson's avatar
Mike Melanson committed
497
version 0.4.7:
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
498

Diego Biurrun's avatar
Diego Biurrun committed
499
- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
500
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
Diego Biurrun's avatar
Diego Biurrun committed
501
- current version now also compiles with older GCC (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
502 503 504 505
- 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
Diego Biurrun's avatar
Diego Biurrun committed
506 507 508
  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
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
509 510
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
Diego Biurrun's avatar
Diego Biurrun committed
511
  for multiplatform support (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
512 513 514
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
Diego Biurrun's avatar
Diego Biurrun committed
515
- 3GP support has been added (Johannes Carlsson)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
516 517
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
Diego Biurrun's avatar
Diego Biurrun committed
518 519
- better multiplatform support, MS Visual Studio fixes (various)
- AltiVec optimizations (Magnus Damn and others)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
520
- SH4 processor support has been added (BERO)
Diego Biurrun's avatar
Diego Biurrun committed
521 522 523
- new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB streaming support (Brian Foley)
- better MP3 autodetection (Andriy Rysin)
Fabrice Bellard's avatar
Fabrice Bellard committed
524 525 526
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
527 528 529
- 5 comparison functions for ME (Michael)
- B-frame encoding speedup (Michael)
- WMV2 codec (unfinished - Michael)
Fabrice Bellard's avatar
Fabrice Bellard committed
530
- user specified diamond size for EPZS (Michael)
Mike Melanson's avatar
Mike Melanson committed
531 532 533
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)
Fabrice Bellard's avatar
Fabrice Bellard committed
534

Diego Biurrun's avatar
Diego Biurrun committed
535
.. And lots more new enhancements and fixes.
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
536

537

Fabrice Bellard's avatar
Fabrice Bellard committed
538
version 0.4.6:
Fabrice Bellard's avatar
Fabrice Bellard committed
539

Diego Biurrun's avatar
Diego Biurrun committed
540 541 542 543 544 545 546 547 548 549 550 551
- 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)
552
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
Diego Biurrun's avatar
Diego Biurrun committed
553 554
- 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)
Fabrice Bellard's avatar
Fabrice Bellard committed
555
- added first regression tests
Diego Biurrun's avatar
Diego Biurrun committed
556
- added MPEG-2 TS demuxer
Fabrice Bellard's avatar
Fabrice Bellard committed
557
- new demux API for libav
558
- more accurate and faster IDCT (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
559
- faster and entropy-controlled motion search (Michael)
560 561 562 563 564
- 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)
Diego Biurrun's avatar
Diego Biurrun committed
565
- high quality encoding mode: tries all macroblock/VLC types (Michael)
566 567
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
Diego Biurrun's avatar
Diego Biurrun committed
568 569 570 571 572
- 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)
Fabrice Bellard's avatar
Fabrice Bellard committed
573

574

Fabrice Bellard's avatar
Fabrice Bellard committed
575 576
version 0.4.5:

577 578
- some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
- many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
Diego Biurrun's avatar
Diego Biurrun committed
579 580
- added configure system (actually a small shell script)
- added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
Fabrice Bellard's avatar
Fabrice Bellard committed
581
  Michael Hipp (temporary solution - waiting for integer only
Diego Biurrun's avatar
Diego Biurrun committed
582 583 584 585
  decoder)
- fixed VIDIOCSYNC interrupt
- added Intel H.263 decoding support ('I263' AVI fourCC)
- added Real Video 1.0 decoding (needs further testing)
Fabrice Bellard's avatar
Fabrice Bellard committed
586 587
- simplified image formats again. Added PGM format (=grey
  pgm). Renamed old PGM to PGMYUV.
Diego Biurrun's avatar
Diego Biurrun committed
588 589 590 591 592 593
- 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
Fabrice Bellard's avatar
Fabrice Bellard committed
594
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
595
  <celer at shell.scrypt.net>)
Diego Biurrun's avatar
Diego Biurrun committed
596 597 598
- added pixel format conversion layer (e.g. for MJPEG or PPM)
- added deinterlacing option
- MPEG-1/2 fixes
599 600
- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
Diego Biurrun's avatar
Diego Biurrun committed
601 602 603
- Windows porting of file converter
- added MJPEG raw format (input/ouput)
- added JPEG image format support (input/output)
Fabrice Bellard's avatar
Fabrice Bellard committed
604

605

Fabrice Bellard's avatar
Fabrice Bellard committed
606 607 608
version 0.4.4:

- fixed some std header definitions (Bjorn Lindgren
609
  <bjorn.e.lindgren at telia.com>).
Diego Biurrun's avatar
Diego Biurrun committed
610 611 612 613 614 615 616 617 618 619 620 621 622 623
- 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)
Fabrice Bellard's avatar
Fabrice Bellard committed
624
- added SWF demux to extract MP3 track (not usable yet because no MP3
Diego Biurrun's avatar
Diego Biurrun committed
625 626
  decoder)
- added fractional frame rate support
Fabrice Bellard's avatar
Fabrice Bellard committed
627
- codecs are no longer searched by read_header() (should fix ffserver
Diego Biurrun's avatar
Diego Biurrun committed
628
  segfault)
Fabrice Bellard's avatar
Fabrice Bellard committed
629

630

Fabrice Bellard's avatar
Fabrice Bellard committed
631 632
version 0.4.3:

633
- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
Diego Biurrun's avatar
Diego Biurrun committed
634 635 636 637 638 639
- 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
Fabrice Bellard's avatar
Fabrice Bellard committed
640
- changed the FOURCC code for H.263 to "U263" to be able to see the
Diego Biurrun's avatar
Diego Biurrun committed
641 642 643 644
  +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
Fabrice Bellard's avatar
Fabrice Bellard committed
645 646 647
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  output.
- added pgmpipe I/O format (original patch from Martin Aumueller
648
  <lists at reserv.at>, but changed completely since we use a format
Diego Biurrun's avatar
Diego Biurrun committed
649
  instead of a protocol)
Fabrice Bellard's avatar
Fabrice Bellard committed
650

651

Fabrice Bellard's avatar
Fabrice Bellard committed
652 653
version 0.4.2:

Diego Biurrun's avatar
Diego Biurrun committed
654 655
- added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  (for OpenDivX) is almost complete: 8x8 MVs and rounding are
Fabrice Bellard's avatar
Fabrice Bellard committed
656
  missing. MSMPEG4 support is complete.
Diego Biurrun's avatar
Diego Biurrun committed
657 658
- added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  can decode ffmpeg MPEGs :-)).
Fabrice Bellard's avatar
Fabrice Bellard committed
659 660
- added libavcodec API documentation (see apiexample.c).
- fixed image polyphase bug (the bottom of some images could be
Diego Biurrun's avatar
Diego Biurrun committed
661
  greenish)
Fabrice Bellard's avatar
Fabrice Bellard committed
662
- added support for non clipped motion vectors (decoding only)
Diego Biurrun's avatar
Diego Biurrun committed
663 664 665 666
  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)
Fabrice Bellard's avatar
Fabrice Bellard committed
667

668

Fabrice Bellard's avatar
Fabrice Bellard committed
669 670
version 0.4.1:

Diego Biurrun's avatar
Diego Biurrun committed
671 672
- added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  of AVI and ASF to DIV3.
Fabrice Bellard's avatar
Fabrice Bellard committed
673 674 675
- 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
Diego Biurrun's avatar
Diego Biurrun committed
676 677 678 679
  AVI for example)
- fixed -an option
- improved dct_quantize speed
- factorized some motion estimation code
Fabrice Bellard's avatar
Fabrice Bellard committed
680

681

Fabrice Bellard's avatar
Fabrice Bellard committed
682 683
version 0.4.0:

Diego Biurrun's avatar
Diego Biurrun committed
684 685
- removing grab code from ffserver and moved it to ffmpeg. Added
  multistream support to ffmpeg.
Fabrice Bellard's avatar
Fabrice Bellard committed
686
- added timeshifting support for live feeds (option ?date=xxx in the
Diego Biurrun's avatar
Diego Biurrun committed
687
  URL)
Fabrice Bellard's avatar
Fabrice Bellard committed
688
- added high quality image resize code with polyphase filter (need
689
  mmx/see optimization). Enable multiple image size support in ffserver.
Diego Biurrun's avatar
Diego Biurrun committed
690
- added multi live feed support in ffserver
Fabrice Bellard's avatar
Fabrice Bellard committed
691 692
- suppressed master feature from ffserver (it should be done with an
  external program which opens the .ffm url and writes it to another
Diego Biurrun's avatar
Diego Biurrun committed
693 694 695
  ffserver)
- added preliminary support for video stream parsing (WAV and AVI half
  done). Added proper support for audio/video file conversion in
Fabrice Bellard's avatar
Fabrice Bellard committed
696
  ffmpeg.
Diego Biurrun's avatar
Diego Biurrun committed
697 698 699 700 701 702
- 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)
703
  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
Diego Biurrun's avatar
Diego Biurrun committed
704 705 706 707
- 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
Fabrice Bellard's avatar
Fabrice Bellard committed
708

709

Fabrice Bellard's avatar
Fabrice Bellard committed
710 711
version 0.3.4:

Diego Biurrun's avatar
Diego Biurrun committed
712
- added stereo in MPEG audio encoder
Fabrice Bellard's avatar
Fabrice Bellard committed
713

714

Fabrice Bellard's avatar
Fabrice Bellard committed
715 716 717 718 719
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
Diego Biurrun's avatar
Diego Biurrun committed
720
  bitrates and large GOP size
Fabrice Bellard's avatar
Fabrice Bellard committed
721

722

Fabrice Bellard's avatar
Fabrice Bellard committed
723 724
version 0.3.2: small fixes

Diego Biurrun's avatar
Diego Biurrun committed
725
- ASF fixes
Fabrice Bellard's avatar
Fabrice Bellard committed
726 727
- put_seek bug fix

728

Fabrice Bellard's avatar
Fabrice Bellard committed
729 730
version 0.3.1: added avi/divx support

Diego Biurrun's avatar
Diego Biurrun committed
731 732
- added AVI support
- added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
Fabrice Bellard's avatar
Fabrice Bellard committed
733 734
- added sound for flash format (not tested)

735

Fabrice Bellard's avatar
Fabrice Bellard committed
736
version 0.3: initial public release