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

4
version <next>:
Paul B Mahol's avatar
Paul B Mahol committed
5
- v360 filter
6
- Intel QSV-accelerated MJPEG decoding
7
- Intel QSV-accelerated VP9 decoding
8
- support for TrueHD in mp4
9
- Supoort AMD AMF encoder on Linux (via Vulkan)
10
- IMM5 video decoder
11
- ZeroMQ protocol
12
- support Sipro ACELP.KELVIN decoding
13
- streamhash muxer
14
- sierpinski video source
15

16

17
version 4.2:
18
- tpad filter
19
- AV1 decoding support through libdav1d
20
- dedot filter
21
- chromashift and rgbashift filters
22
- freezedetect filter
23
- truehd_core bitstream filter
24
- dhav demuxer
25
- PCM-DVD encoder
Paul B Mahol's avatar
Paul B Mahol committed
26
- GIF parser
27
- vividas demuxer
28
- hymt decoder
29
- anlmdn filter
30
- maskfun filter
31
- hcom demuxer and decoder
32
- ARBC decoder
33
- libaribb24 based ARIB STD-B24 caption support (profiles A and C)
34
- Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
35
- removed libndi-newtek
36
- agm decoder
37
- KUX demuxer
38
- AV1 frame split bitstream filter
39
- lscr decoder
40
- lagfun filter
41
- asoftclip filter
42
- Support decoding of HEVC 4:4:4 content in vdpau
43
- colorhold filter
44
- xmedian filter
45
- asr filter
46
- showspatial multimedia filter
Peter Ross's avatar
Peter Ross committed
47
- VP4 video decoder
48
- IFV demuxer
49
- derain filter
50
- deesser filter
51
- mov muxer writes tracks with unspecified language instead of English by default
52
- add support for using clang to compile CUDA kernels
53

54

55
version 4.1:
56
- deblock filter
57
- tmix filter
58
- amplify filter
59
- fftdnoiz filter
60
- aderivative and aintegral audio filters
61
- pal75bars and pal100bars video filter sources
62
- support mbedTLS based TLS
63 64
- adeclick filter
- adeclip filter
65
- libtensorflow backend for DNN based filters like srcnn
66
- vc1 decoder is now bit-exact
67
- ATRAC9 decoder
68
- lensfun wrapper filter
69
- colorconstancy filter
70
- AVS2 video decoder via libdavs2
71
- IMM4 video decoder
72
- Brooktree ProSumer video decoder
73
- MatchWare Screen Capture Codec decoder
74
- WinCam Motion Video decoder
75
- 1D LUT filter (lut1d)
76
- RemotelyAnywhere Screen Capture decoder
77
- cue and acue filters
78
- support for AV1 in MP4
79
- transpose_npp filter
80
- AVS2 video encoder via libxavs2
81
- amultiply filter
82
- Block-Matching 3d (bm3d) denoising filter
83
- acrossover filter
84
- ilbc decoder
85
- audio denoiser as afftdn filter
86
- AV1 parser
87
- SER demuxer
88
- sinc audio filter source
89
- chromahold filter
90
- setparams filter
91
- vibrance filter
92
- decoding S12M timecode in h264
93
- xstack filter
94
- pcm vidc decoder and encoder
95
- (a)graphmonitor filter
96
- yadif_cuda filter
97 98 99


version 4.0:
100
- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
101 102
- Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now
  requires 2.1 (or later) and pkg-config.
Clément Bœsch's avatar
Clément Bœsch committed
103
- VDA dropped (use VideoToolbox instead)
104
- MagicYUV encoder
105
- Raw AMR-NB and AMR-WB demuxers
106
- TiVo ty/ty+ demuxer
James Almer's avatar
James Almer committed
107
- Intel QSV-accelerated MJPEG encoding
108
- PCE support for extended channel layouts in the AAC encoder
109
- native aptX and aptX HD encoder and decoder
110
- Raw aptX and aptX HD muxer and demuxer
111
- NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
James Almer's avatar
James Almer committed
112
- Intel QSV-accelerated overlay filter
113
- mcompand audio filter
114
- acontrast audio filter
115
- OpenCL overlay filter
116
- video mix filter
117
- video normalize filter
118
- audio lv2 wrapper filter
119
- VAAPI MJPEG and VP8 decoding
120
- AMD AMF H.264 and HEVC encoders
121
- video fillborders filter
122
- video setrange filter
123
- nsp demuxer
124
- support LibreSSL (via libtls)
125
- AVX-512/ZMM support added
126 127
- Dropped support for building for Windows XP. The minimum supported Windows
  version is Windows Vista.
128
- deconvolve video filter
129
- entropy video filter
130
- hilbert audio filter source
131
- aiir audio filter
132
- aiff: add support for CD-ROM XA ADPCM
133
- Removed the ffserver program
134
- Removed the ffmenc and ffmdec muxer and demuxer
135
- VideoToolbox HEVC encoder and hwaccel
136
- VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
137
- Add android_camera indev
138
- codec2 en/decoding via libcodec2
139
- muxer/demuxer for raw codec2 files and .c2 files
140 141
- Moved nvidia codec headers into an external repository.
  They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
142
- native SBC encoder and decoder
143
- drmeter audio filter
144
- hapqa_extract bitstream filter
145
- filter_units bitstream filter
146
- AV1 Support through libaom
147
- E-AC-3 dependent frames support
148
- bitstream filter for extracting E-AC-3 core
149
- Haivision SRT protocol via libsrt
Misty De Meo's avatar
Misty De Meo committed
150
- segafilm muxer
151
- vfrdet filter
Sergey Lavrushkin's avatar
Sergey Lavrushkin committed
152
- SRCNN filter
153 154 155


version 3.4:
156
- deflicker video filter
157
- doubleweave video filter
158
- lumakey video filter
159 160
- pixscope video filter
- oscilloscope video filter
161
- config.log and other configuration files moved into ffbuild/ directory
162
- update cuvid/nvenc headers to Video Codec SDK 8.0.14
163
- afir audio filter
164
- scale_cuda CUDA based video scale filter
165
- librsvg support for svg rasterization
166
- crossfeed audio filter
167
- spec compliant VP9 muxing support in MP4
168
- remove the libnut muxer/demuxer wrappers
169
- remove the libschroedinger encoder/decoder wrappers
170
- surround audio filter
171
- sofalizer filter switched to libmysofa
172
- Gremlin Digital Video demuxer and decoder
173
- headphone audio filter
174
- superequalizer audio filter
175
- roberts video filter
176 177
- The x86 assembler default switched from yasm to nasm, pass
  --x86asmexe=yasm to configure to restore the old behavior.
178
- additional frame format support for Interplay MVE movies
179
- support for decoding through D3D11VA in ffmpeg
180
- limiter video filter
181
- libvmaf video filter
182
- Dolby E decoder and SMPTE 337M demuxer
183
- unpremultiply video filter
184
- tlut2 video filter
185
- floodfill video filter
186
- pseudocolor video filter
187
- raw G.726 muxer and demuxer, left- and right-justified
188
- NewTek NDI input/output device
189 190 191
- Some video filters with several inputs now use a common set of options:
  blend, libvmaf, lut3d, overlay, psnr, ssim.
  They must always be used by name.
Paras Chadha's avatar
Paras Chadha committed
192
- FITS demuxer and decoder
Paras Chadha's avatar
Paras Chadha committed
193
- FITS muxer and encoder
194
- add --disable-autodetect build switch
195
- drop deprecated qtkit input device (use avfoundation instead)
196
- despill video filter
197
- haas audio filter
198
- SUP/PGS subtitle muxer
199
- convolve video filter
200
- VP9 tile threading support
201
- KMS screen grabber
202
- CUDA thumbnail filter
203
- V4L2 mem2mem HW assisted codecs
204
- Rockchip MPP hardware decoding
205
- vmafmotion video filter
206
- use MIME type "G726" for little-endian G.726, "AAL2-G726" for big-endian G.726
207

James Almer's avatar
James Almer committed
208 209

version 3.3:
210
- CrystalHD decoder moved to new decode API
211
- add internal ebur128 library, remove external libebur128 dependency
212
- Pro-MPEG CoP #3-R2 FEC protocol
213
- premultiply video filter
214
- Support for spherical videos
215
- configure now fails if autodetect-libraries are requested but not found
216
- PSD Decoder
217 218
- 16.8 floating point pcm decoder
- 24.0 floating point pcm decoder
219
- Apple Pixlet decoder
220
- QDMC audio decoder
221
- NewTek SpeedHQ decoder
222
- MIDI Sample Dump Standard demuxer
223
- readeia608 filter
224
- Sample Dump eXchange demuxer
225
- abitscope multimedia filter
Paul B Mahol's avatar
Paul B Mahol committed
226
- Scenarist Closed Captions demuxer and muxer
227
- threshold filter
228
- midequalizer filter
229
- Optimal Huffman tables for (M)JPEG encoding
230
- VAAPI-accelerated MPEG-2 and VP8 encoding
231
- FM Screen Capture Codec decoder
232
- native Opus encoder
233
- ScreenPressor decoder
234
- incomplete ClearVideo decoder
235
- Intel QSV video scaling and deinterlacing filters
236
- Support MOV with multiple sample description tables
237
- XPM decoder
238
- Removed the legacy X11 screen grabber, use XCB instead
239
- MPEG-7 Video Signature filter
240
- Removed asyncts filter (use af_aresample instead)
241
- Intel QSV-accelerated VP8 video decoding
242
- VAAPI-accelerated deinterlacing
243

244

245
version 3.2:
246
- libopenmpt demuxer
247
- tee protocol
248
- Changed metadata print option to accept general urls
249
- Alias muxer for Ogg Video (.ogv)
250
- VP8 in Ogg muxing
251
- curves filter doesn't automatically insert points at x=0 and x=1 anymore
252
- 16-bit support in curves filter and selectivecolor filter
253
- OpenH264 decoder wrapper
254
- MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
255
- True Audio (TTA) muxer
256
- crystalizer audio filter
257
- acrusher audio filter
258
- bitplanenoise video filter
259
- floating point support in als decoder
260
- fifo muxer
261
- maskedclamp filter
262
- hysteresis filter
263
- lut2 filter
264
- yuvtestsrc filter
265
- CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
266
- vaguedenoiser filter
267
- added threads option per filter instance
268
- weave filter
269
- gblur filter
270
- avgblur filter
271
- sobel and prewitt filter
272
- MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
273
- Meridian Lossless Packing (MLP) / TrueHD encoder
274
- Non-Local Means (nlmeans) denoising filter
275
- sdl2 output device and ffplay support
276
- sdl1 output device and sdl1 support removed
277
- extended mov edit list support
278
- libfaac encoder removed
279
- Matroska muxer now writes CRC32 elements by default in all Level 1 elements
280
- sidedata video and asidedata audio filter
281
- Changed mapping of rtp MIME type G726 to codec g726le.
282
- spec compliant VAAPI/DXVA2 VC-1 decoding of slices in frame-coded images
283 284 285


version 3.1:
286
- DXVA2-accelerated HEVC Main10 decoding
287
- fieldhint filter
288
- loop video filter and aloop audio filter
289
- Bob Weaver deinterlacing filter
290
- firequalizer filter
291
- datascope filter
292
- bench and abench filters
293
- ciescope filter
294
- protocol blacklisting API
295
- MediaCodec H264 decoding
296
- VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer
297
- VP9 RTP payload format (draft v2) packetizer
298
- AudioToolbox audio decoders
299
- AudioToolbox audio encoders
300
- coreimage filter (GPU based image filtering on OSX)
301
- libdcadec removed
302
- bitstream filter for extracting DTS core
303
- ADPCM IMA DAT4 decoder
304
- musx demuxer
305
- aix demuxer
F.Sluiter's avatar
F.Sluiter committed
306
- remap filter
307
- hash and framehash muxers
308
- colorspace filter
309
- hdcd filter
310
- readvitc filter
311
- VAAPI-accelerated format conversion and scaling
312
- libnpp/CUDA-accelerated format conversion and scaling
313
- Duck TrueMotion 2.0 Real Time decoder
314
- Wideband Single-bit Data (WSD) demuxer
315
- VAAPI-accelerated H.264/HEVC/MJPEG encoding
316
- DTS Express (LBR) decoder
317
- Generic OpenMAX IL encoder with support for Raspberry Pi
318
- IFF ANIM demuxer & decoder
319
- Direct Stream Transfer (DST) decoder
Kyle Swanson's avatar
Kyle Swanson committed
320
- loudnorm filter
321
- MTAF demuxer and decoder
322
- MagicYUV decoder
323
- OpenExr improvements (tile data and B44/B44A support)
324
- BitJazz SheerVideo decoder
325
- CUDA CUVID H264/HEVC decoder
326 327
- 10-bit depth support in native utvideo decoder
- libutvideo wrapper removed
328
- YUY2 Lossless Codec decoder
329
- VideoToolbox H.264 encoder
330

331 332

version 3.0:
333
- Common Encryption (CENC) MP4 encoding and decoding support
334
- DXV decoding
335
- extrastereo filter
336
- ocr filter
337
- alimiter filter
338
- stereowiden filter
339
- stereotools filter
340
- rubberband filter
341
- tremolo filter
342
- agate filter
343
- chromakey filter
344
- maskedmerge filter
345
- Screenpresso SPV1 decoding
346
- chromaprint fingerprinting muxer
347
- ffplay dynamic volume control
348
- displace filter
349
- selectivecolor filter
350
- extensive native AAC encoder improvements and removal of experimental flag
351
- ADPCM PSX decoder
352
- 3dostr, dcstr, fsb, genh, vag, xvag, ads, msf, svag & vpk demuxer
353
- zscale filter
354
- wve demuxer
355
- zero-copy Intel QSV transcoding in ffmpeg
356
- shuffleframes filter
357
- SDX2 DPCM decoder
358
- vibrato filter
359
- innoHeim/Rsupport Screen Capture Codec decoder
360
- ADPCM AICA decoder
361
- Interplay ACM demuxer and audio decoder
362
- XMA1 & XMA2 decoder
363
- realtime filter
Kyle Swanson's avatar
Kyle Swanson committed
364
- anoisesrc audio filter source
365
- IVR demuxer
366
- compensationdelay filter
367
- acompressor filter
368
- support encoding 16-bit RLE SGI images
369
- apulsator filter
370
- sidechaingate audio filter
371
- mipsdspr1 option has been renamed to mipsdsp
372
- aemphasis filter
373
- mips32r5 option has been removed
374
- mips64r6 option has been removed
375
- DXVA2-accelerated VP9 decoding
376
- SOFAlizer: virtual binaural acoustics filter
377
- VAAPI VP9 hwaccel
378
- audio high-order multiband parametric equalizer
379
- automatic bitstream filtering
380
- showspectrumpic filter
381
- libstagefright support removed
382
- spectrumsynth filter
383
- ahistogram filter
384
- only seek with the right mouse button in ffplay
385
- toggle full screen when double-clicking with the left mouse button in ffplay
386
- afftfilt filter
387
- convolution filter
388
- libquvi support removed
389
- support for dvaudio in wav and avi
390
- libaacplus and libvo-aacenc support removed
391
- Cineform HD decoder
392
- new DCA decoder with full support for DTS-HD extensions
393
- significant performance improvements in Windows Television (WTV) demuxer
394
- nnedi deinterlacer
395
- streamselect video and astreamselect audio filter
396
- swaprect filter
397
- metadata video and ametadata audio filter
398 399
- SMPTE VC-2 HQ profile support for the Dirac decoder
- SMPTE VC-2 native encoder supporting the HQ profile
400 401 402


version 2.8:
403
- colorkey video filter
404
- BFSTM/BCSTM demuxer
405
- little-endian ADPCM_THP decoder
406
- Hap decoder and encoder
407
- DirectDraw Surface image/texture decoder
408
- ssim filter
409
- optional new ASF demuxer
410
- showvolume filter
411
- Many improvements to the JPEG 2000 decoder
412
- Go2Meeting decoding support
413
- adrawgraph audio and drawgraph video filter
414
- removegrain video filter
415
- Intel QSV-accelerated MPEG-2 video and HEVC encoding
416
- Intel QSV-accelerated MPEG-2 video and HEVC decoding
417
- Intel QSV-accelerated VC-1 video decoding
418
- libkvazaar HEVC encoder
419
- erosion, dilation, deflate and inflate video filters
420
- Dynamic Audio Normalizer as dynaudnorm filter
421
- Reverse video and areverse audio filter
422
- Random filter
423
- deband filter
424
- AAC fixed-point decoding
425
- sidechaincompress audio filter
426
- bitstream filter for converting HEVC from MP4 to Annex B
427
- acrossfade audio filter
Clément Bœsch's avatar
Clément Bœsch committed
428
- allyuv and allrgb video sources
429
- atadenoise video filter
430
- OS X VideoToolbox support
431
- aphasemeter filter
432
- showfreqs filter
433
- vectorscope filter
434
- waveform filter
435
- hstack and vstack filter
436
- Support DNx100 (1440x1080@8)
437
- VAAPI hevc hwaccel
438
- VDPAU hevc hwaccel
439
- framerate filter
440
- Switched default encoders for webm to VP9 and Opus
441
- Removed experimental flag from the JPEG 2000 encoder
442 443 444


version 2.7:
445
- FFT video filter
446
- TDSC decoder
447
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
448
- showwavespic filter
449
- DTS decoding through libdcadec
450
- Drop support for nvenc API before 5.0
451
- nvenc HEVC encoder
452
- Detelecine filter
453
- Intel QSV-accelerated H.264 encoding
454
- MMAL-accelerated H.264 decoding
455
- basic APNG encoder and muxer with default extension "apng"
456
- unpack DivX-style packed B-frames in MPEG-4 bitstream filter
457
- WebM Live Chunk Muxer
458
- nvenc level and tier options
459
- chorus filter
460
- Canopus HQ/HQA decoder
461
- Automatically rotate videos based on metadata in ffmpeg
462
- improved Quickdraw compatibility
463
- VP9 high bit-depth and extended colorspaces decoding support
464
- WebPAnimEncoder API when available for encoding and muxing WebP
465
- Direct3D11-accelerated decoding
466
- Support Secure Transport
467
- Multipart JPEG demuxer
468 469


470
version 2.6:
471
- nvenc encoder
472
- 10bit spp filter
473
- colorlevels filter
474
- RIFX format for *.wav files
475
- RTP/mpegts muxer
476
- non continuous cache protocol support
477
- tblend filter
478
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
479
- Camellia symmetric block cipher
480
- OpenH264 encoder wrapper
481
- VOC seeking support
482
- Closed caption Decoder
483
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
484
- showpalette filter
485
- Twofish symmetric block cipher
486
- Support DNx100 (960x720@8)
487
- eq2 filter ported from libmpcodecs as eq filter
Paul B Mahol's avatar
Paul B Mahol committed
488
- removed libmpcodecs
489
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
490
- ported softpulldown filter from libmpcodecs as repeatfields filter
491
- dcshift filter
492
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
493
- RTP depacketizer for AC3 payload format (RFC 4184)
494
- palettegen and paletteuse filters
495
- VP9 RTP payload format (draft 0) experimental depacketizer
496
- RTP depacketizer for DV (RFC 6469)
497 498
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
499
- Intel QSV-accelerated H.264 decoding
Oleksij Rempel's avatar
Oleksij Rempel committed
500
- DSS SP decoder and DSS demuxer
501
- Fix stsd atom corruption in DNxHD QuickTimes
Vittorio Giovara's avatar
Vittorio Giovara committed
502
- Canopus HQX decoder
503
- RTP depacketization of T.140 text (RFC 4103)
Andreas Cadhalpun's avatar
Andreas Cadhalpun committed
504
- Port MIPS optimizations to 64-bit
505

506 507

version 2.5:
508
- HEVC/H.265 RTP payload format (draft v6) packetizer
509
- SUP/PGS subtitle demuxer
510
- ffprobe -show_pixel_formats option
511
- CAST128 symmetric block cipher, ECB mode
512
- STL subtitle demuxer and decoder
513
- libutvideo YUV 4:2:2 10bit support
514
- XCB-based screen-grabber
515
- UDP-Lite support (RFC 3828)
516
- xBR scaling filter
517
- AVFoundation screen capturing support
518
- ffserver supports codec private options
519
- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
520
- WebP muxer with animated WebP support
521
- zygoaudio decoding support
522
- APNG demuxer
523
- postproc visualization support
524

Michael Niedermayer's avatar
Michael Niedermayer committed
525 526

version 2.4:
527
- Icecast protocol
528
- ported lenscorrection filter from frei0r filter
529
- large optimizations in dctdnoiz to make it usable
530
- ICY metadata are now requested by default with the HTTP protocol
531
- support for using metadata in stream specifiers in fftools
532
- LZMA compression support in TIFF decoder
533
- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
534
- HEVC/H.265 RTP payload format (draft v6) depacketizer
535
- added codecview filter to visualize information exported by some codecs
536
- Matroska 3D support thorugh side data
537
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
Paul B Mahol's avatar
Paul B Mahol committed
538
- silenceremove filter
539 540


541
version 2.3:
542
- AC3 fixed-point decoding
543
- shuffleplanes filter
544 545
- subfile protocol
- Phantom Cine demuxer
546
- replaygain data export
Peter Ross's avatar
Peter Ross committed
547
- VP7 video decoder
548
- Alias PIX image encoder and decoder
Lou Logan's avatar
Lou Logan committed
549 550
- Improvements to the BRender PIX image decoder
- Improvements to the XBM decoder
551
- QTKit input device
Lou Logan's avatar
Lou Logan committed
552
- improvements to OpenEXR image decoder
553
- support decoding 16-bit RLE SGI images
554
- GDI screen grabbing for Windows
555
- alternative rendition support for HTTP Live Streaming
556
- AVFoundation input device
557
- Direct Stream Digital (DSD) decoder
558
- Magic Lantern Video (MLV) demuxer
Kostya Shishkov's avatar
Kostya Shishkov committed
559
- On2 AVC (Audio for Video) decoder
560
- support for decoding through DXVA2 in ffmpeg
561
- libbs2b-based stereo-to-binaural audio filter
562
- libx264 reference frames count limiting depending on level
563
- native Opus decoder
564
- display matrix export and rotation API
565
- WebVTT encoder
566
- showcqt multimedia filter
Paul B Mahol's avatar
Paul B Mahol committed
567
- zoompan filter
568
- signalstats filter
569
- hqx filter (hq2x, hq3x, hq4x)
570
- flanger filter
571
- Image format auto-detection
572
- LRC demuxer and muxer
573
- Samba protocol (via libsmbclient)
574
- WebM DASH Manifest muxer
575
- libfribidi support in drawtext
576

Michael Niedermayer's avatar
Michael Niedermayer committed
577 578 579

version 2.2:

580
- HNM version 4 demuxer and video decoder
581
- Live HDS muxer
582
- setsar/setdar filters now support variables in ratio expressions
583
- elbg filter
584
- string validation in ffprobe
585
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
586
- complete Voxware MetaSound decoder
Timothy Gu's avatar
Timothy Gu committed
587
- remove mp3_header_compress bitstream filter
588
- Windows resource files for shared libraries
589
- aeval filter
590
- stereoscopic 3d metadata handling
591
- WebP encoding via libwebp
Maxim Poliakovski's avatar
Maxim Poliakovski committed
592
- ATRAC3+ decoder
593
- VP8 in Ogg demuxing
594
- side & metadata support in NUT
595
- framepack filter
596
- XYZ12 rawvideo support in NUT
597
- Exif metadata support in WebP decoder
Lukasz Marek's avatar
Lukasz Marek committed
598
- OpenGL device
599 600
- Use metadata_header_padding to control padding in ID3 tags (currently used in
  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
601
- Mirillis FIC video decoder
602
- Support DNx444
Derek Buitenhuis's avatar
Derek Buitenhuis committed
603
- libx265 encoder
604
- dejudder filter
605
- Autodetect VDA like all other hardware accelerations
606
- aliases and defaults for Ogg subtypes (opus, spx)
607

Michael Niedermayer's avatar
Michael Niedermayer committed
608 609 610

version 2.1:

Paul B Mahol's avatar
Paul B Mahol committed
611
- aecho filter
612
- perspective filter ported from libmpcodecs
613
- ffprobe -show_programs option
Paul B Mahol's avatar
Paul B Mahol committed
614
- compand filter
615
- RTMP seek support
616 617 618
- when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  even when used as an input option. Previous behavior can be restored with
  the -noaccurate_seek option.
619 620
- ffmpeg -t option can now be used for inputs, to limit the duration of
  data read from an input file
621
- incomplete Voxware MetaSound decoder
622
- read EXIF metadata from JPEG
623
- DVB teletext decoder
624
- phase filter ported from libmpcodecs
625
- w3fdif filter
626
- Opus support in Matroska
627
- FFV1 version 1.3 is stable and no longer experimental
628 629 630
- FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
- changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  more consistent with other muxers.
631
- adelay filter
632
- pullup filter ported from libmpcodecs
633
- ffprobe -read_intervals option
634
- Lossless and alpha support for WebP decoder
635
- Error Resilient AAC syntax (ER AAC LC) decoding
636
- Low Delay AAC (ER AAC LD) decoding
637
- mux chapters in ASF files
638
- SFTP protocol (via libssh)
639 640
- libx264: add ability to encode in YUVJ422P and YUVJ444P
- Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
641 642
- make decoding alpha optional for prores, ffv1 and vp6 by setting
  the skip_alpha flag.
643
- ladspa wrapper filter
Ronald S. Bultje's avatar
Ronald S. Bultje committed
644
- native VP9 decoder
Paul B Mahol's avatar
Paul B Mahol committed
645
- dpx parser
646
- max_error_rate parameter in ffmpeg
Lukasz Marek's avatar
Lukasz Marek committed
647
- PulseAudio output device
648
- ReplayGain scanner
649
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
650
- Linux framebuffer output device
651
- HEVC decoder
652
- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
653
- mergeplanes filter
654

655

656 657
version 2.0:

658
- curves filter
659
- reference-counting for AVFrame and AVPacket data
660
- ffmpeg now fails when input options are used for output file
661
  or vice versa
662
- support for Monkey's Audio versions from 3.93
663
- perms and aperms filters
Marton Balint's avatar
Marton Balint committed
664
- audio filtering support in ffplay
665
- 10% faster aac encoding on x86 and MIPS
666
- sine audio filter source
667
- WebP demuxing and decoding support
668
- ffmpeg options -filter_script and -filter_complex_script, which allow a
669
  filtergraph description to be read from a file
670
- OpenCL support
Paul B Mahol's avatar
Paul B Mahol committed
671
- audio phaser filter
Paul B Mahol's avatar
Paul B Mahol committed
672
- separatefields filter
673
- libquvi demuxer
674
- uniform options syntax across all filters
Paul B Mahol's avatar
Paul B Mahol committed
675
- telecine filter
676
- interlace filter
677
- smptehdbars source
678
- inverse telecine filters (fieldmatch and decimate)
Paul B Mahol's avatar
Paul B Mahol committed
679
- colorbalance filter
Paul B Mahol's avatar
Paul B Mahol committed
680
- colorchannelmixer filter
681 682
- The matroska demuxer can now output proper verbatim ASS packets. It will
  become the default at the next libavformat major bump.
683
- decent native animated GIF encoding
684
- asetrate filter
685
- interleave filter
686
- timeline editing with filters
687 688
- vidstabdetect and vidstabtransform filters for video stabilization using
  the vid.stab library
Paul B Mahol's avatar
Paul B Mahol committed
689
- astats filter
690
- trim and atrim filters
691
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
692
  transcoding audio
693
- Matroska muxer can now put the index at the beginning of the file.
Paul B Mahol's avatar
Paul B Mahol committed
694
- extractplanes filter
695
- avectorscope filter
James Almer's avatar
James Almer committed
696
- ADPCM DTK decoder
James Almer's avatar
James Almer committed
697
- ADP demuxer
James Almer's avatar
James Almer committed
698
- RSD demuxer
James Almer's avatar
James Almer committed
699
- RedSpark demuxer
James Almer's avatar
James Almer committed
700
- ADPCM IMA Radical decoder
701
- zmq filters
702
- DCT denoiser filter (dctdnoiz)
703
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
704
- Apple Intermediate Codec decoder
Eli Friedman's avatar
Eli Friedman committed
705
- Escape 130 video decoder
Lukasz Marek's avatar
Lukasz Marek committed
706
- FTP protocol support
Clément Bœsch's avatar
Clément Bœsch committed
707
- V4L2 output device
708
- 3D LUT filter (lut3d)
709
- SMPTE 302M audio encoder
710
- support for slice multithreading in libavfilter
711
- Hald CLUT support (generation and filtering)
712
- VC-1 interlaced B-frame support
713
- support for WavPack muxing (raw and in Matroska)
714
- XVideo output device
715
- vignette filter
Paul B Mahol's avatar
Paul B Mahol committed
716
- True Audio (TTA) encoder
Kostya Shishkov's avatar
Kostya Shishkov committed
717
- Go2Webinar decoder
718 719
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
720
- ffprobe -show_chapters option
721
- WavPack encoding through libwavpack
722
- rotate filter
Clément Bœsch's avatar
Clément Bœsch committed
723
- spp filter ported from libmpcodecs
wm4's avatar
wm4 committed
724
- libgme support
Paul B Mahol's avatar
Paul B Mahol committed
725
- psnr filter
726 727 728


version 1.2:
729

730
- VDPAU hardware acceleration through normal hwaccel
731
- SRTP support
732
- Error diffusion dither in Swscale
733
- Chained Ogg support
734
- Theora Midstream reconfiguration support
Paul B Mahol's avatar
Paul B Mahol committed
735
- EVRC decoder
Paul B Mahol's avatar
Paul B Mahol committed
736
- audio fade filter
737
- filtering audio with unknown channel layout
738 739
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  and treble audio filter
740
- improved showspectrum filter, with multichannel support and sox-like colors
Paul B Mahol's avatar
Paul B Mahol committed
741
- histogram filter
742
- tee muxer
Paul B Mahol's avatar
Paul B Mahol committed
743
- il filter ported from libmpcodecs
744
- support ID3v2 tags in ASF files
745
- encrypted TTA stream decoding support
746
- RF64 support in WAV muxer
747
- noise filter ported from libmpcodecs
748
- Subtitles character encoding conversion
Paul B Mahol's avatar
Paul B Mahol committed
749
- blend filter
750
- stereo3d filter ported from libmpcodecs
751

752 753 754

version 1.1:

755
- stream disposition information printing in ffprobe
756
- filter for loudness analysis following EBU R128
757
- Opus encoder using libopus
758
- ffprobe -select_streams option
759
- Pinnacle TARGA CineWave YUV16 decoder
760
- TAK demuxer, decoder and parser
Paul B Mahol's avatar
Paul B Mahol committed
761
- DTS-HD demuxer
762
- remove -same_quant, it hasn't worked for years
763
- FFM2 support
764
- X-Face image encoder and decoder
765
- 24-bit FLAC encoding
766
- multi-channel ALAC encoding up to 7.1
767
- metadata (INFO tag) support in WAV muxer
768
- subtitles raw text decoder
769
- support for building DLLs using MSVC
Paul B Mahol's avatar
Paul B Mahol committed
770
- LVF demuxer
771
- ffescape tool
Paul B Mahol's avatar
Paul B Mahol committed
772
- metadata (info chunk) support in CAF muxer
773
- field filter ported from libmpcodecs
Paul B Mahol's avatar
Paul B Mahol committed
774
- AVR demuxer
Clément Bœsch's avatar
Clément Bœsch committed
775
- geq filter ported from libmpcodecs
776
- remove ffserver daemon mode
James Almer's avatar
James Almer committed
777
- AST muxer/demuxer
778
- new expansion syntax for drawtext
779
- BRender PIX image decoder
780
- ffprobe -show_entries option
781
- ffprobe -sections option
782
- ADPCM IMA Dialogic decoder
Paul B Mahol's avatar
Paul B Mahol committed
783
- BRSTM demuxer
Paul B Mahol's avatar
Paul B Mahol committed
784
- animated GIF decoder and demuxer
Paul B Mahol's avatar
Paul B Mahol committed
785
- PVF demuxer
786
- subtitles filter
Paul B Mahol's avatar
Paul B Mahol committed
787
- IRCAM muxer/demuxer
788
- Paris Audio File demuxer
789
- Virtual concatenation demuxer
Clément Bœsch's avatar
Clément Bœsch committed
790
- VobSub demuxer
791
- JSON captions for TED talks decoding support
792
- SOX Resampler support in libswresample
793
- aselect filter
794
- SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
795
- Silicon Graphics Motion Video Compressor 1 & 2 decoder
796
- Silicon Graphics Movie demuxer
797
- apad filter
798
- Resolution & pixel format change support with multithreading for H.264
799
- documentation split into per-component manuals
Clément Bœsch's avatar
Clément Bœsch committed
800
- pp (postproc) filter ported from MPlayer
Paul B Mahol's avatar
Paul B Mahol committed
801
- NIST Sphere demuxer
802
- MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
Paul B Mahol's avatar
Paul B Mahol committed
803
- Sony Wave64 muxer
804
- adobe and limelight publisher authentication in RTMP
805
- data: URI scheme
806
- support building on the Plan 9 operating system
807
- kerndeint filter ported from MPlayer
808
- histeq filter ported from VirtualDub
809
- Megalux Frame demuxer
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
810
- 012v decoder
811
- Improved AVC Intra decoding support
812 813 814


version 1.0:
815

816
- INI and flat output in ffprobe
817
- Scene detection in libavfilter
818
- Indeo Audio decoder
819
- channelsplit audio filter
820
- setnsamples audio filter
821
- atempo filter
822
- ffprobe -show_data option
823
- RTMPT protocol support
824
- iLBC encoding/decoding via libilbc
825
- Microsoft Screen 1 decoder
826 827
- join audio filter
- audio channel mapping filter
828
- Microsoft ATC Screen decoder
Jordi Ortiz's avatar
Jordi Ortiz committed
829
- RTSP listen mode
830
- TechSmith Screen Codec 2 decoder
831
- AAC encoding via libfdk-aac
832
- Microsoft Expression Encoder Screen decoder
Samuel Pitoiset's avatar
Samuel Pitoiset committed
833
- RTMPS protocol support
834
- RTMPTS protocol support
Samuel Pitoiset's avatar
Samuel Pitoiset committed
835
- RTMPE protocol support
836
- RTMPTE protocol support
837
- showwaves and showspectrum filter
838
- LucasArts SMUSH SANM playback support
839
- LucasArts SMUSH VIMA audio decoder (ADPCM)
840
- LucasArts SMUSH demuxer
841
- SAMI, RealText and SubViewer demuxers and decoders
842 843 844 845
- Heart Of Darkness PAF playback support
- iec61883 device
- asettb filter
- new option: -progress
846
- 3GPP Timed Text encoder/decoder
847 848 849 850 851 852
- GeoTIFF decoder support
- ffmpeg -(no)stdin option
- Opus decoder using libopus
- caca output device using libcaca
- alphaextract and alphamerge filters
- concat filter
853
- flite filter
854
- Canopus Lossless Codec decoder
855
- bitmap subtitles in filters (experimental and temporary)
856
- MP2 encoding via TwoLAME
Paul B Mahol's avatar
Paul B Mahol committed
857
- bmp parser
858
- smptebars source
859
- asetpts filter
Jérémy Tran's avatar
Jérémy Tran committed
860
- hue filter
Michael Bradshaw's avatar
Michael Bradshaw committed
861
- ICO muxer
862
- SubRip encoder and decoder without embedded timing
863
- edge detection filter
864
- framestep filter
865
- ffmpeg -shortest option is now per-output file
866
  -pass and -passlogfile are now per-output stream
867
- volume measurement filter
868
- Ut Video encoder
Alberto Delmás's avatar
Alberto Delmás committed
869
- Microsoft Screen 2 decoder
870
- smartblur filter ported from MPlayer
Stephan Hilb's avatar
Stephan Hilb committed
871
- CPiA decoder
872
- decimate filter ported from MPlayer
873
- RTP depacketization of JPEG
874
- Smooth Streaming live segmenter muxer
875
- F4V muxer
876
- sendcmd and asendcmd filters
877
- WebVTT demuxer and decoder (simple tags supported)
878
- RTP packetization of JPEG
879
- faststart option in the MOV/MP4 muxer
880
- support for building with MSVC
881

882 883

version 0.11:
884 885 886 887 888 889 890

- Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
         CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
         CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
         CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
         CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
         CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
Paul B Mahol's avatar
Paul B Mahol committed
891
- v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
892
- setfield filter
Paul B Mahol's avatar
Paul B Mahol committed
893
- CDXL demuxer and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
894
- Apple ProRes encoder
895
- ffprobe -count_packets and -count_frames options
896
- Sun Rasterfile Encoder
897
- ID3v2 attached pictures reading and writing
898
- WMA Lossless decoder
Petri Hintukainen's avatar
Petri Hintukainen committed
899
- bluray protocol
900
- blackdetect filter
901
- libutvideo encoder wrapper (--enable-libutvideo)
902
- swapuv filter
903
- bbox filter
Paul B Mahol's avatar
Paul B Mahol committed
904
- XBM encoder and decoder
905
- RealAudio Lossless decoder
Derek Buitenhuis's avatar
Derek Buitenhuis committed
906
- ZeroCodec decoder
907
- tile video filter
908
- Metal Gear Solid: The Twin Snakes demuxer
909
- OpenEXR image decoder
910
- removelogo filter
911
- drop support for ffmpeg without libavfilter
912
- drawtext video filter: fontconfig support
913
- ffmpeg -benchmark_all option
914
- super2xsai filter ported from libmpcodecs
915
- add libavresample audio conversion library for compatibility
916
- MicroDVD decoder
917
- Avid Meridien (AVUI) encoder and decoder
918
- accept + prefix to -pix_fmt option to disable automatic conversions.
919
- complete audio filtering in libavfilter and ffmpeg
Anton Khirnov's avatar
Anton Khirnov committed
920
- add fps filter
921 922
- vorbis parser
- png parser
923
- audio mix filter
924
- ffv1: support (draft) version 1.3
925

926

927
version 0.10:
928

929 930 931 932
- Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
         CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
         CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
         CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
933 934 935
- v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
- SBaGen (SBG) binaural beats script demuxer
- OpenMG Audio muxer
936
- Timecode extraction in DV and MOV
937
- thumbnail video filter
938
- XML output in ffprobe
939
- asplit audio filter
940
- tinterlace video filter
941
- astreamsync audio filter
942
- amerge audio filter
943
- ISMV (Smooth Streaming) muxer
Justin Ruggles's avatar
Justin Ruggles committed
944
- GSM audio parser
Paul B Mahol's avatar
Paul B Mahol committed
945
- SMJPEG muxer
Paul B Mahol's avatar
Paul B Mahol committed
946
- XWD encoder and decoder
947
- Automatic thread count based on detection number of (available) CPU cores
Paul B Mahol's avatar
Paul B Mahol committed
948
- y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
949
- ffprobe -show_error option
950
- Avid 1:1 10-bit RGB Packer codec
951
- v308 Quicktime Uncompressed 4:4:4 encoder and decoder
952
- yuv4 libquicktime packed 4:2:0 encoder and decoder
953
- ffprobe -show_frames option
954
- silencedetect audio filter
955
- ffprobe -show_program_version, -show_library_versions, -show_versions options
956 957
- rv34: frame-level multi-threading
- optimized iMDCT transform on x86 using SSE for for mpegaudiodec
958
- Improved PGS subtitle decoder
959
- dumpgraph option to lavfi device
960
- r210 and r10k encoders
961 962 963
- ffwavesynth decoder
- aviocat tool
- ffeval tool
964
- support encoding and decoding 4-channel SGI images
965 966 967


version 0.9:
968 969

- openal input device added
970
- boxblur filter added
971
- BWF muxer
972
- Flash Screen Video 2 decoder
973
- lavfi input device added
974
- added avconv, which is almost the same for now, except
975 976
for a few incompatible changes in the options, which will hopefully make them
easier to use. The changes are:
977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007
    * 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
1008
          introduced. Negative mappings disable some streams from an already
1009 1010 1011 1012
          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
1013
      use, which makes it possible to precisely specify target stream(s) consistently with
1014 1015 1016 1017
      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
1018
    * It is now possible to precisely specify which stream should an AVOption
1019 1020 1021
      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.
1022 1023 1024 1025 1026
    * -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.
1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042
    * -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.
Sven Hesse's avatar
Sven Hesse committed
1043
- XMV demuxer
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
1044
- LOAS demuxer
1045
- ashowinfo filter added
1046
- Windows Media Image decoder
1047
- amovie source added
Janne Grunau's avatar
Janne Grunau committed
1048
- LATM muxer/demuxer
Compn's avatar
Compn committed
1049
- Speex encoder via libspeex
1050
- JSON output in ffprobe
1051
- WTV muxer
1052
- Optional C++ Support (needed for libstagefright)
1053
- H.264 Decoding on Android via Stagefright
Elvis Presley's avatar
Elvis Presley committed
1054
- Prores decoder
Peter Ross's avatar
Peter Ross committed
1055
- BIN/XBIN/ADF/IDF text file decoder
1056
- aconvert audio filter added
1057
- audio support to lavfi input device added
1058
- libcdio-paranoia input device for audio CD grabbing
Maxim Poliakovski's avatar
Maxim Poliakovski committed
1059
- Apple ProRes decoder
1060
- CELT in Ogg demuxing
1061
- G.723.1 demuxer and decoder
1062
- libmodplug support (--enable-libmodplug)
1063
- VC-1 interlaced decoding
Compn's avatar
Compn committed
1064
- libutvideo wrapper (--enable-libutvideo)
1065
- aevalsrc audio source added
Kostya Shishkov's avatar
Kostya Shishkov committed
1066
- Ut Video decoder
1067
- Speex encoding via libspeex
1068
- 4:2:2 H.264 decoding support
1069
- 4:2:2 and 4:4:4 H.264 encoding with libx264
Luca Barbato's avatar
Luca Barbato committed
1070
- Pulseaudio input device
1071
- Prores encoder
1072
- Video Decoder Acceleration (VDA) HWAccel module.
1073
- replacement Indeo 3 decoder
1074
- new ffmpeg option: -map_channel
1075
- volume audio filter added
1076
- earwax audio filter added
1077
- libv4l2 support (--enable-libv4l2)
1078
- TLS/SSL and HTTPS protocol support
1079 1080 1081 1082 1083
- 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
1084
- Discworld II BMV decoding support
Derek Buitenhuis's avatar
Derek Buitenhuis committed
1085
- VBLE Decoder
1086
- OS X Video Decoder Acceleration (VDA) support
1087
- compact and csv output in ffprobe
1088
- pan audio filter
1089
- IFF Amiga Continuous Bitmap (ACBM) decoder
1090
- ass filter
Justin Ruggles's avatar
Justin Ruggles committed
1091
- CRI ADX audio format muxer and demuxer
1092
- Playstation Portable PMP format demuxer
1093
- Microsoft Windows ICO demuxer
1094
- life source
David Goldwich's avatar
David Goldwich committed
1095
- PCM format support in OMA demuxer
Paul B Mahol's avatar
Paul B Mahol committed
1096
- CLJR encoder
1097
- new option: -report
1098
- Dxtory capture format decoder
1099
- cellauto source
1100
- Simple segmenting muxer
Reinhard Tartler's avatar
Reinhard Tartler committed
1101 1102
- Indeo 4 decoder
- SMJPEG demuxer
1103

1104

1105
version 0.8:
1106

1107
- many many things we forgot because we rather write code than changelogs
James Zern's avatar
James Zern committed
1108
- WebM support in Matroska de/muxer
Diego Biurrun's avatar
Diego Biurrun committed
1109
- low overhead Ogg muxing
1110
- MMS-TCP support
James Zern's avatar
James Zern committed
1111
- VP8 de/encoding via libvpx
David Conrad's avatar
David Conrad committed
1112
- Demuxer for On2's IVF format
Peter Ross's avatar
Peter Ross committed
1113
- Pictor/PC Paint decoder
1114
- HE-AAC v2 decoder
tipok's avatar
tipok committed
1115
- HE-AAC v2 encoding with libaacplus
1116
- libfaad2 wrapper removed
1117
- DTS-ES extension (XCh) decoding support
1118
- native VP8 decoder
1119
- RTSP tunneling over HTTP
1120
- RTP depacketization of SVQ3
1121
- -strict inofficial replaced by -strict unofficial
1122
- ffplay -exitonkeydown and -exitonmousedown options added
1123
- native GSM / GSM MS decoder
1124
- RTP depacketization of QDM2
Peter Ross's avatar
Peter Ross committed
1125
- ANSI/ASCII art playback system
1126
- Lego Mindstorms RSO de/muxer
1127
- libavcore added (and subsequently removed)
1128
- SubRip subtitle file muxer and demuxer
1129
- Chinese AVS encoding via libxavs
1130
- ffprobe -show_packets option added
1131
- RTP packetization of Theora and Vorbis
1132
- RTP depacketization of MP4A-LATM
1133
- RTP packetization and depacketization of VP8
Stefano Sabatini's avatar
Stefano Sabatini committed
1134
- hflip filter
1135
- Apple HTTP Live Streaming demuxer
1136
- a64 codec
1137
- MMS-HTTP support
Martin Storsjö's avatar
Martin Storsjö committed
1138
- G.722 ADPCM audio encoder/decoder
Zhou Zongyi's avatar
Zhou Zongyi committed
1139
- R10k video decoder
1140
- ocv_smooth filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1141
- frei0r wrapper filter
1142
- change crop filter syntax to width:height:x:y
1143
- make the crop filter accept parametric expressions
1144
- make ffprobe accept AVFormatContext options
1145
- yadif filter
1146
- blackframe filter
1147
- Demuxer for Leitch/Harris' VR native stream format (LXF)
1148
- RTP depacketization of the X-QT QuickTime format
Martin Storsjö's avatar
Martin Storsjö committed
1149
- SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
1150
- cropdetect filter
1151
- ffmpeg -crop* options removed
Stefano Sabatini's avatar
Stefano Sabatini committed
1152
- transpose filter added
1153
- ffmpeg -force_key_frames option added
1154
- demuxer for receiving raw rtp:// URLs without an SDP description
1155
- single stream LATM/LOAS decoder
1156
- setpts filter added
1157
- Win64 support for optimized x86 assembly functions
1158
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
1159
- ASS subtitle encoder and decoder
1160
- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
1161
- overlay filter added
1162
- rename aspect filter to setdar, and pixelaspect to setsar
Anssi Hannula's avatar
Anssi Hannula committed
1163
- IEC 61937 demuxer
Anatoly Nenashev's avatar
Anatoly Nenashev committed
1164
- Mobotix .mxg demuxer
1165
- frei0r source added
1166
- hqdn3d filter added
1167
- RTP depacketization of QCELP
Michael Chinen's avatar
Michael Chinen committed
1168
- FLAC parser added
1169
- gradfun filter added
1170
- AMR-WB decoder
1171
- replace the ocv_smooth filter with a more generic ocv filter
1172
- Windows Televison (WTV) demuxer
Anton Khirnov's avatar
Anton Khirnov committed
1173
- FFmpeg metadata format muxer and demuxer
Aurelien Jacobs's avatar
Aurelien Jacobs committed
1174
- SubRip (srt) subtitle encoder and decoder
1175
- floating-point AC-3 encoder added
1176
- Lagarith decoder
1177
- ffmpeg -copytb option added
1178
- IVF muxer added
Kostya Shishkov's avatar
Kostya Shishkov committed
1179
- Wing Commander IV movies decoder added
1180
- movie source added
1181
- Bink version 'b' audio and video decoder
Peter Ross's avatar
Peter Ross committed
1182
- Bitmap Brothers JV playback system
1183
- Apple HTTP Live Streaming protocol handler
1184
- sndio support for playback and record
1185
- Linux framebuffer input device added
1186
- Chronomaster DFA decoder
Peter Ross's avatar
Peter Ross committed
1187
- DPX image encoder
1188
- MicroDVD subtitle file muxer and demuxer
1189
- Playstation Portable PMP format demuxer
1190
- fieldorder video filter added
1191
- AAC encoding via libvo-aacenc
1192
- AMR-WB encoding via libvo-amrwbenc
Max Horn's avatar
Max Horn committed
1193
- xWMA demuxer
anatoly's avatar
anatoly committed
1194
- Mobotix MxPEG decoder
1195 1196 1197 1198 1199 1200 1201
- 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
1202 1203
- 9 bits and 10 bits per sample support in the H.264 decoder
- 9 bits and 10 bits FFV1 encoding / decoding
1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220
- 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
1221
- New J2K encoder (via OpenJPEG)
1222 1223 1224 1225 1226


version 0.7:

- all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
1227 1228 1229 1230


version 0.6:

1231
- PB-frame decoding for H.263
1232
- deprecated vhook subsystem removed
1233
- deprecated old scaler removed
Vitor Sessak's avatar
Vitor Sessak committed
1234
- VQF demuxer
1235
- Alpha channel scaler
1236
- PCX encoder
1237
- RTP packetization of H.263
1238
- RTP packetization of AMR
1239
- RTP depacketization of Vorbis
1240
- CorePNG decoding support
1241
- Cook multichannel decoding support
1242
- introduced avlanguage helpers in libavformat
1243
- 8088flex TMV demuxer and decoder
1244
- per-stream language-tags extraction in asfdec
1245
- V210 decoder and encoder
1246
- remaining GPL parts in AC-3 decoder converted to LGPL
Kenan Gillet's avatar
Kenan Gillet committed
1247
- QCP demuxer
1248
- SoX native format muxer and demuxer
1249
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
1250
- DPX image decoder
1251
- Electronic Arts Madcow decoder
1252
- DivX (XSUB) subtitle encoder
1253
- nonfree libamr support for AMR-NB/WB decoding/encoding removed
Diego Biurrun's avatar
Diego Biurrun committed
1254
- experimental AAC encoder
1255
- RTP depacketization of ASF and RTSP from WMS servers
1256
- RTMP support in libavformat
1257
- noX handling for OPT_BOOL X options
Daniel Verkamp's avatar
Daniel Verkamp committed
1258
- Wave64 demuxer
1259
- IEC-61937 compatible Muxer
Vitor Sessak's avatar
Vitor Sessak committed
1260
- TwinVQ decoder
1261
- Bluray (PGS) subtitle decoder
1262
- LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
Diego Biurrun's avatar
Diego Biurrun committed
1263
- WMA Pro decoder
Peter Ross's avatar
Peter Ross committed
1264
- Core Audio Format demuxer
1265
- ATRAC1 decoder
1266
- MD STUDIO audio demuxer
1267
- RF64 support in WAV demuxer
1268
- MPEG-4 Audio Lossless Coding (ALS) decoder
Daniel Verkamp's avatar
Daniel Verkamp committed
1269
- -formats option split into -formats, -codecs, -bsfs, and -protocols
1270
- IV8 demuxer
Michael Tison's avatar
Michael Tison committed
1271
- CDG demuxer and decoder
1272
- R210 decoder
1273
- Auravision Aura 1 and 2 decoders
1274
- Deluxe Paint Animation playback system
Vitor Sessak's avatar
Vitor Sessak committed
1275
- SIPR decoder
1276
- Adobe Filmstrip muxer and demuxer
1277
- RTP depacketization of H.263
Kostya Shishkov's avatar
Kostya Shishkov committed
1278
- Bink demuxer and audio/video decoders
1279
- enable symbol versioning by default for linkers that support it
Peter Ross's avatar
Peter Ross committed
1280
- IFF PBM/ILBM bitmap decoder
1281
- concat protocol
Kostya Shishkov's avatar
Kostya Shishkov committed
1282
- Indeo 5 decoder
1283
- RTP depacketization of AMR
Diego Biurrun's avatar
Diego Biurrun committed
1284 1285
- WMA Voice decoder
- ffprobe tool
1286
- AMR-NB decoder
Martin Storsjö's avatar
Martin Storsjö committed
1287
- RTSP muxer
1288
- HE-AAC v1 decoder
1289
- Kega Game Video (KGV1) decoder
1290
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
1291
- RTP depacketization of Theora
1292
- HTTP Digest authentication
1293
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
1294
- Psygnosis YOP demuxer and video decoder
1295
- spectral extension support in the E-AC-3 decoder
1296
- unsharp video filter
1297
- RTP hinting in the mov/3gp/mp4 muxer
1298 1299 1300 1301 1302 1303
- 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
1304
- RealAudio 1.0 (14.4K) encoder
1305

1306

1307 1308
version 0.5:

1309
- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
1310
- TechSmith Camtasia (TSCC) video decoder
1311
- IBM Ultimotion (ULTI) video decoder
1312 1313
- Sierra Online audio file demuxer and decoder
- Apple QuickDraw (qdrw) video decoder
1314
- Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
1315
- Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
1316
- Miro VideoXL (VIXL) video decoder
Mike Melanson's avatar
Mike Melanson committed
1317
- H.261 video encoder
1318
- QPEG video decoder
Mike Melanson's avatar
Mike Melanson committed
1319
- Nullsoft Video (NSV) file demuxer
1320
- Shorten audio decoder
1321
- LOCO video decoder
1322
- Apple Lossless Audio Codec (ALAC) decoder
1323
- Winnov WNV1 video decoder
1324
- Autodesk Animator Studio Codec (AASC) decoder
Diego Biurrun's avatar
Diego Biurrun committed
1325
- Indeo 2 video decoder
1326
- Fraps FPS1 video decoder
Diego Biurrun's avatar
Diego Biurrun committed
1327
- Snow video encoder/decoder
1328
- Sonic audio encoder/decoder
1329
- Vorbis audio decoder
1330
- Macromedia ADPCM decoder
Diego Biurrun's avatar
Diego Biurrun committed
1331 1332
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
1333
- H.264 custom quantization matrices support
Diego Biurrun's avatar
Diego Biurrun committed
1334
- ffserver fixed, it should now be usable again
Diego Biurrun's avatar
Diego Biurrun committed
1335
- QDM2 audio decoder
1336
- Real Cooker audio decoder
1337
- TrueSpeech audio decoder
1338 1339
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
1340
- JPEG-LS decoder
Diego Biurrun's avatar
Diego Biurrun committed
1341 1342
- build system improvements
- tabs and trailing whitespace removed from the codebase
1343
- CamStudio video decoder
1344
- AIFF/AIFF-C audio format, encoding and decoding
1345
- ADTS AAC file reading and writing
1346
- Creative VOC file reading and writing
1347
- American Laser Games multimedia (*.mm) playback system
1348
- Zip Motion Blocks Video decoder
1349
- improved Theora/VP3 decoder
1350
- True Audio (TTA) decoder
1351
- AVS demuxer and video decoder
1352
- JPEG-LS encoder
1353
- Smacker demuxer and decoder
1354
- NuppelVideo/MythTV demuxer and RTjpeg decoder
1355
- KMVC decoder
1356
- MPEG-2 intra VLC support
1357
- MPEG-2 4:2:2 encoder
1358
- Flash Screen Video decoder
Reimar Döffinger's avatar
Reimar Döffinger committed
1359
- GXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
1360
- Chinese AVS decoder
1361
- GXF muxer
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1362
- MXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
1363
- VC-1/WMV3/WMV9 video decoder
1364
- MacIntel support
Diego Biurrun's avatar
Diego Biurrun committed
1365
- AviSynth support
1366
- VMware video decoder
1367 1368
- VP5 video decoder
- VP6 video decoder
1369
- WavPack lossless audio decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1370
- Targa (.TGA) picture decoder
1371
- Vorbis audio encoder
1372
- Delphine Software .cin demuxer/audio and video decoder
1373
- Tiertex .seq demuxer/video decoder
1374
- MTV demuxer
1375
- TIFF picture encoder and decoder
1376
- GIF picture decoder
1377
- Intel Music Coder decoder
1378
- Zip Motion Blocks Video encoder
1379
- Musepack decoder
1380
- Flash Screen Video encoder
1381
- Theora encoding via libtheora
1382
- BMP encoder
Diego Biurrun's avatar
Diego Biurrun committed
1383
- WMA encoder
1384
- GSM-MS encoder and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1385
- DCA decoder
1386
- DXA demuxer and decoder
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1387
- DNxHD decoder
1388
- Gamecube movie (.THP) playback system
1389
- Blackfin optimizations
1390
- Interplay C93 demuxer and video decoder
1391
- Bethsoft VID demuxer and video decoder
Anssi Hannula's avatar
Anssi Hannula committed
1392
- CRYO APC demuxer
1393
- ATRAC3 decoder
1394
- V.Flash PTX decoder
1395
- RoQ muxer, RoQ audio encoder
1396
- Renderware TXD demuxer and decoder
1397
- extern C declarations for C++ removed from headers
1398
- sws_flags command line option
1399
- codebook generator
Vitor Sessak's avatar
Vitor Sessak committed
1400
- RoQ video encoder
Alexis Ballier's avatar
Alexis Ballier committed
1401
- QTRLE encoder
1402
- OS/2 support removed and restored again
1403
- AC-3 decoder
1404
- NUT muxer
1405
- additional SPARC (VIS) optimizations
David Conrad's avatar
David Conrad committed
1406
- Matroska muxer
1407
- slice-based parallel H.264 decoding
Kostya Shishkov's avatar
Kostya Shishkov committed
1408
- Monkey's Audio demuxer and decoder
Vladimir Voroshilov's avatar
Vladimir Voroshilov committed
1409
- AMV audio and video decoder
1410
- DNxHD encoder
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
1411
- H.264 PAFF decoding
1412
- Nellymoser ASAO decoder
1413
- Beam Software SIFF demuxer and decoder
1414
- libvorbis Vorbis decoding removed in favor of native decoder
Diego Biurrun's avatar
Diego Biurrun committed
1415
- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
1416
- Ogg (Theora, Vorbis and FLAC) muxer
1417
- The "device" muxers and demuxers are now in a new libavdevice library
1418 1419
- PC Paintbrush PCX decoder
- Sun Rasterfile decoder
1420
- TechnoTrend PVA demuxer
Ivo van Poorten's avatar
Ivo van Poorten committed
1421
- Linux Media Labs MPEG-4 (LMLM4) demuxer
1422
- AVM2 (Flash 9) SWF muxer
1423
- QT variant of IMA ADPCM encoder
Ramiro Polla's avatar
Ramiro Polla committed
1424
- VFW grabber
1425
- iPod/iPhone compatible mp4 muxer
Ramiro Polla's avatar
Ramiro Polla committed
1426
- Mimic decoder
1427
- MSN TCP Webcam stream demuxer
Sascha Sommer's avatar
Sascha Sommer committed
1428
- RL2 demuxer / decoder
1429 1430
- IFF demuxer
- 8SVX audio decoder
1431
- non-recursive Makefiles
Sisir Koppaka's avatar
Sisir Koppaka committed
1432
- BFI demuxer
1433
- MAXIS EA XA (.xa) demuxer / decoder
Sisir Koppaka's avatar
Sisir Koppaka committed
1434
- BFI video decoder
1435
- OMA demuxer
Ramiro Polla's avatar
Ramiro Polla committed
1436
- MLP/TrueHD decoder
1437
- Electronic Arts CMV decoder
1438 1439
- Motion Pixels Video decoder
- Motion Pixels MVI demuxer
1440
- removed animated GIF decoder/demuxer
Peter Ross's avatar
Peter Ross committed
1441
- D-Cinema audio muxer
Peter Ross's avatar
Peter Ross committed
1442
- Electronic Arts TGV decoder
1443
- Apple Lossless Audio Codec (ALAC) encoder
1444
- AAC decoder
1445
- floating point PCM encoder/decoder
1446
- MXF muxer
1447
- DV100 AKA DVCPRO HD decoder and demuxer
1448
- E-AC-3 support added to AC-3 decoder
1449
- Nellymoser ASAO encoder
1450
- ASS and SSA demuxer and muxer
1451
- liba52 wrapper removed
1452
- SVQ3 watermark decoding support
1453
- Speex decoding via libspeex
1454
- Electronic Arts TGQ decoder
1455
- RV40 decoder
1456
- QCELP / PureVoice decoder
1457
- RV30 decoder
Ben Littler's avatar
Ben Littler committed
1458
- hybrid WavPack support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1459
- R3D REDCODE demuxer
1460
- ALSA support for playback and record
Peter Ross's avatar
Peter Ross committed
1461
- Electronic Arts TQI decoder
1462
- OpenJPEG based JPEG 2000 decoder
1463
- NC (NC4600) camera file demuxer
1464
- Gopher client support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1465
- MXF D-10 muxer
1466
- generic metadata API
1467
- flash ScreenVideo2 encoder
1468

1469

Michael Niedermayer's avatar
Michael Niedermayer committed
1470 1471
version 0.4.9-pre1:

1472
- DV encoder, DV muxer
1473 1474
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
1475
- Apple Animation (RLE) decoder
Mike Melanson's avatar
Mike Melanson committed
1476
- Apple Graphics (SMC) decoder
1477 1478 1479
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
Mike Melanson's avatar
Mike Melanson committed
1480
- Westwood multimedia support (VQA & AUD files)
1481
- Id Quake II CIN playback support
Mike Melanson's avatar
Mike Melanson committed
1482 1483
- 8BPS video decoder
- FLIC playback support
1484 1485
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
Mike Melanson's avatar
Mike Melanson committed
1486
- Sierra VMD demuxer and video decoder
Michael Niedermayer's avatar
Michael Niedermayer committed
1487
- MSZH and ZLIB decoder support
1488
- SVQ1 video encoder
Michael Niedermayer's avatar
Michael Niedermayer committed
1489
- AMR-WB support
Diego Biurrun's avatar
Diego Biurrun committed
1490
- PPC optimizations
Michael Niedermayer's avatar
Michael Niedermayer committed
1491
- rate distortion optimal cbp support
Diego Biurrun's avatar
Diego Biurrun committed
1492
- rate distorted optimal ac prediction for MPEG-4
Michael Niedermayer's avatar
Michael Niedermayer committed
1493 1494 1495
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
1496
- use Lagrange multiplier instead of QP for ratecontrol
Diego Biurrun's avatar
Diego Biurrun committed
1497
- Theora/VP3 decoding support
Michael Niedermayer's avatar
Michael Niedermayer committed
1498
- XA and ADX ADPCM codecs
Diego Biurrun's avatar
Diego Biurrun committed
1499
- export MPEG-2 active display area / pan scan
Michael Niedermayer's avatar
Michael Niedermayer committed
1500 1501
- Add support for configuring with IBM XLC
- floating point AAN DCT
Diego Biurrun's avatar
Diego Biurrun committed
1502 1503
- initial support for zygo video (not complete)
- RGB ffv1 support
Michael Niedermayer's avatar
Michael Niedermayer committed
1504 1505 1506 1507 1508
- 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
1509 1510 1511 1512 1513 1514
- 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
1515
- stuffing to stay above min_bitrate
Diego Biurrun's avatar
Diego Biurrun committed
1516
- MB type & QP visualization
Michael Niedermayer's avatar
Michael Niedermayer committed
1517 1518 1519 1520
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
Diego Biurrun's avatar
Diego Biurrun committed
1521 1522
- closed GOP support
- SSE2 FDCT
Michael Niedermayer's avatar
Michael Niedermayer committed
1523 1524 1525 1526
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
Diego Biurrun's avatar
Diego Biurrun committed
1527 1528
- 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
1529 1530
- FLAC decoder
- Metrowerks CodeWarrior suppport
Diego Biurrun's avatar
Diego Biurrun committed
1531
- H.263+ custom pcf support
Michael Niedermayer's avatar
Michael Niedermayer committed
1532
- nicer output for 'ffmpeg -formats'
Diego Biurrun's avatar
Diego Biurrun committed
1533
- Matroska demuxer
Michael Niedermayer's avatar
Michael Niedermayer committed
1534
- SGI image format, encoding and decoding
Diego Biurrun's avatar
Diego Biurrun committed
1535 1536
- H.264 loop filter support
- H.264 CABAC support
1537
- nicer looking arrows for the motion vector visualization
Michael Niedermayer's avatar
Michael Niedermayer committed
1538 1539
- improved VCD support
- audio timestamp drift compensation
Diego Biurrun's avatar
Diego Biurrun committed
1540
- MPEG-2 YUV 422/444 support
Michael Niedermayer's avatar
Michael Niedermayer committed
1541 1542
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
Diego Biurrun's avatar
Diego Biurrun committed
1543
- H.261 support
Michael Niedermayer's avatar
Michael Niedermayer committed
1544 1545
- correctly interleave packets during encoding
- VIS optimized motion compensation
Diego Biurrun's avatar
Diego Biurrun committed
1546 1547
- 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
1548 1549 1550
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
1551
- FunCom ISS audio file demuxer and according ADPCM decoding
1552

1553

Fabrice Bellard's avatar
Fabrice Bellard committed
1554 1555
version 0.4.8:

Diego Biurrun's avatar
Diego Biurrun committed
1556
- MPEG-2 video encoding (Michael)
Mike Melanson's avatar
Mike Melanson committed
1557
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
Mike Melanson's avatar
Mike Melanson committed
1558 1559 1560
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
1561
- Interplay MVE playback subsystem (Mike Melanson)
Mike Melanson's avatar
Mike Melanson committed
1562 1563
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

1564

Mike Melanson's avatar
Mike Melanson committed
1565
version 0.4.7:
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1566

Diego Biurrun's avatar
Diego Biurrun committed
1567
- 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
1568
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
Diego Biurrun's avatar
Diego Biurrun committed
1569
- current version now also compiles with older GCC (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1570 1571 1572 1573
- 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
1574 1575 1576
  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
1577 1578
  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
1579
  for multiplatform support (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1580 1581 1582
- 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
1583
- 3GP support has been added (Johannes Carlsson)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1584 1585
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
Diego Biurrun's avatar
Diego Biurrun committed
1586 1587
- better multiplatform support, MS Visual Studio fixes (various)
- AltiVec optimizations (Magnus Damn and others)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1588
- SH4 processor support has been added (BERO)
Diego Biurrun's avatar
Diego Biurrun committed
1589 1590 1591
- 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
1592 1593 1594
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
1595 1596 1597
- 5 comparison functions for ME (Michael)
- B-frame encoding speedup (Michael)
- WMV2 codec (unfinished - Michael)
Fabrice Bellard's avatar
Fabrice Bellard committed
1598
- user specified diamond size for EPZS (Michael)
Mike Melanson's avatar
Mike Melanson committed
1599 1600 1601
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)
Fabrice Bellard's avatar
Fabrice Bellard committed
1602

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

1605

Fabrice Bellard's avatar
Fabrice Bellard committed
1606
version 0.4.6:
Fabrice Bellard's avatar
Fabrice Bellard committed
1607

Diego Biurrun's avatar
Diego Biurrun committed
1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619
- 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)
1620
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
Diego Biurrun's avatar
Diego Biurrun committed
1621 1622
- 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
1623
- added first regression tests
Diego Biurrun's avatar
Diego Biurrun committed
1624
- added MPEG-2 TS demuxer
Fabrice Bellard's avatar
Fabrice Bellard committed
1625
- new demux API for libav
1626
- more accurate and faster IDCT (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
1627
- faster and entropy-controlled motion search (Michael)
1628 1629 1630 1631 1632
- 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
1633
- high quality encoding mode: tries all macroblock/VLC types (Michael)
1634 1635
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
Diego Biurrun's avatar
Diego Biurrun committed
1636 1637 1638 1639 1640
- 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
1641

1642

Fabrice Bellard's avatar
Fabrice Bellard committed
1643 1644
version 0.4.5:

1645 1646
- 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
1647 1648
- 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
1649
  Michael Hipp (temporary solution - waiting for integer only
Diego Biurrun's avatar
Diego Biurrun committed
1650 1651 1652 1653
  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
1654 1655
- simplified image formats again. Added PGM format (=grey
  pgm). Renamed old PGM to PGMYUV.
Diego Biurrun's avatar
Diego Biurrun committed
1656 1657 1658 1659 1660 1661
- 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
1662
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
1663
  <celer at shell.scrypt.net>)
Diego Biurrun's avatar
Diego Biurrun committed
1664 1665 1666
- added pixel format conversion layer (e.g. for MJPEG or PPM)
- added deinterlacing option
- MPEG-1/2 fixes
1667 1668
- 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
1669
- Windows porting of file converter
1670
- added MJPEG raw format (input/output)
Diego Biurrun's avatar
Diego Biurrun committed
1671
- added JPEG image format support (input/output)
Fabrice Bellard's avatar
Fabrice Bellard committed
1672

1673

Fabrice Bellard's avatar
Fabrice Bellard committed
1674 1675 1676
version 0.4.4:

- fixed some std header definitions (Bjorn Lindgren
1677
  <bjorn.e.lindgren at telia.com>).
Diego Biurrun's avatar
Diego Biurrun committed
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691
- 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
1692
- added SWF demux to extract MP3 track (not usable yet because no MP3
Diego Biurrun's avatar
Diego Biurrun committed
1693 1694
  decoder)
- added fractional frame rate support
Fabrice Bellard's avatar
Fabrice Bellard committed
1695
- codecs are no longer searched by read_header() (should fix ffserver
Diego Biurrun's avatar
Diego Biurrun committed
1696
  segfault)
Fabrice Bellard's avatar
Fabrice Bellard committed
1697

1698

Fabrice Bellard's avatar
Fabrice Bellard committed
1699 1700
version 0.4.3:

1701
- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
Diego Biurrun's avatar
Diego Biurrun committed
1702 1703 1704 1705 1706 1707
- 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
1708
- changed the FOURCC code for H.263 to "U263" to be able to see the
Diego Biurrun's avatar
Diego Biurrun committed
1709 1710 1711 1712
  +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
1713 1714 1715
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  output.
- added pgmpipe I/O format (original patch from Martin Aumueller
1716
  <lists at reserv.at>, but changed completely since we use a format
Diego Biurrun's avatar
Diego Biurrun committed
1717
  instead of a protocol)
Fabrice Bellard's avatar
Fabrice Bellard committed
1718

1719

Fabrice Bellard's avatar
Fabrice Bellard committed
1720 1721
version 0.4.2:

Diego Biurrun's avatar
Diego Biurrun committed
1722 1723
- 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
1724
  missing. MSMPEG4 support is complete.
Diego Biurrun's avatar
Diego Biurrun committed
1725 1726
- added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  can decode ffmpeg MPEGs :-)).
Fabrice Bellard's avatar
Fabrice Bellard committed
1727 1728
- 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
1729
  greenish)
Fabrice Bellard's avatar
Fabrice Bellard committed
1730
- added support for non clipped motion vectors (decoding only)
Diego Biurrun's avatar
Diego Biurrun committed
1731 1732 1733 1734
  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
1735

1736

Fabrice Bellard's avatar
Fabrice Bellard committed
1737 1738
version 0.4.1:

Diego Biurrun's avatar
Diego Biurrun committed
1739 1740
- added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  of AVI and ASF to DIV3.
Fabrice Bellard's avatar
Fabrice Bellard committed
1741 1742 1743
- 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
1744 1745 1746 1747
  AVI for example)
- fixed -an option
- improved dct_quantize speed
- factorized some motion estimation code
Fabrice Bellard's avatar
Fabrice Bellard committed
1748

1749

Fabrice Bellard's avatar
Fabrice Bellard committed
1750 1751
version 0.4.0:

Diego Biurrun's avatar
Diego Biurrun committed
1752 1753
- removing grab code from ffserver and moved it to ffmpeg. Added
  multistream support to ffmpeg.
Fabrice Bellard's avatar
Fabrice Bellard committed
1754
- added timeshifting support for live feeds (option ?date=xxx in the
Diego Biurrun's avatar
Diego Biurrun committed
1755
  URL)
Fabrice Bellard's avatar
Fabrice Bellard committed
1756
- added high quality image resize code with polyphase filter (need
1757
  mmx/see optimization). Enable multiple image size support in ffserver.
Diego Biurrun's avatar
Diego Biurrun committed
1758
- added multi live feed support in ffserver
Fabrice Bellard's avatar
Fabrice Bellard committed
1759 1760
- 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
1761 1762 1763
  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
1764
  ffmpeg.
Diego Biurrun's avatar
Diego Biurrun committed
1765 1766 1767 1768 1769 1770
- 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)
1771
  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
Diego Biurrun's avatar
Diego Biurrun committed
1772 1773 1774 1775
- 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
1776

1777

Fabrice Bellard's avatar
Fabrice Bellard committed
1778 1779
version 0.3.4:

Diego Biurrun's avatar
Diego Biurrun committed
1780
- added stereo in MPEG audio encoder
Fabrice Bellard's avatar
Fabrice Bellard committed
1781

1782

Fabrice Bellard's avatar
Fabrice Bellard committed
1783 1784 1785 1786 1787
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
1788
  bitrates and large GOP size
Fabrice Bellard's avatar
Fabrice Bellard committed
1789

1790

Fabrice Bellard's avatar
Fabrice Bellard committed
1791 1792
version 0.3.2: small fixes

Diego Biurrun's avatar
Diego Biurrun committed
1793
- ASF fixes
Fabrice Bellard's avatar
Fabrice Bellard committed
1794 1795
- put_seek bug fix

1796

Fabrice Bellard's avatar
Fabrice Bellard committed
1797 1798
version 0.3.1: added avi/divx support

Diego Biurrun's avatar
Diego Biurrun committed
1799 1800
- 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
1801 1802
- added sound for flash format (not tested)

1803

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