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

Michael Niedermayer's avatar
Michael Niedermayer committed
4
version 6.1.1
Michael Niedermayer's avatar
Michael Niedermayer committed
5
6
7
- avcodec/mpegvideo_enc: Dont copy beyond the image
- avfilter/vf_minterpolate: Check pts before division
- avfilter/avf_showwaves: Check history_nb_samples
Michael Niedermayer's avatar
Michael Niedermayer committed
8
9
10
11
12
13
14
15
16
17
18
- avformat/flacdec: Avoid double AVERRORS
- avfilter/vf_vidstabdetect: Avoid double AVERRORS
- avcodec/vaapi_encode: Avoid double AVERRORS
- avfilter/vf_swaprect: round coordinates down
- avfilter/vf_swaprect: Use height for vertical variables
- avfilter/vf_swaprect: assert that rectangles are within memory
- avfilter/af_alimiter: Check nextpos before use
- avfilter/f_reverse: Apply PTS compensation only when pts is available
- avfilter/af_stereowiden: Check length
- avformat/mov: Fix MSAN issue with stsd_id
- avcodec/jpegxl_parser: Check get_vlc2()
Michael Niedermayer's avatar
Michael Niedermayer committed
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
- avfilter/vf_weave: Fix odd height handling
- avfilter/edge_template: Fix small inputs with gaussian_blur()
- avfilter/vf_gradfun: Do not overread last line
- avfilter/avf_showspectrum: fix off by 1 error
- avcodec/jpegxl_parser: Add padding to cs_buffer
- avformat/mov: do not set sign bit for chunk_offsets
- avcodec/jpeglsdec: Check Jpeg-LS LSE
- avcodec/osq: Implement flush()
- configure: Enable section_data_rel_ro for FreeBSD and NetBSD aarch64 / arm
- avcodec/cbs_h266: more restrictive check on pps_tile_idx_delta_val
- avcodec/jpeg2000htdec: check if block decoding will exceed internal precision
- tools/target_dec_fuzzer: Adjust threshold for VMIX
- avcodec/av1dec: Fix resolving zero divisor
- avformat/mov: Ignore duplicate ftyp
- avformat/mov: Fix integer overflow in mov_read_packet().
- lavc/qsvdec: return 0 if more data is required
- avcodec/jpegxl_parser: check ANS cluster alphabet size vs bundle size
- libavformat/vvc: Make probe more conservative
- hwcontext_vulkan: guard unistd.h include
- lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled
- lavc/dvdsubenc: only check canvas size when it is actually set
- avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is used
- avcoded/fft: Fix memory leak if ctx2 is used
- avcodec/fft: Use av_mallocz to avoid invalid free/uninit


James Almer's avatar
James Almer committed
45
version 6.1:
46
- libaribcaption decoder
Paul B Mahol's avatar
Paul B Mahol committed
47
- Playdate video decoder and demuxer
48
- Extend VAAPI support for libva-win32 on Windows
49
- afireqsrc audio source filter
Paul B Mahol's avatar
Paul B Mahol committed
50
- arls filter
51
- ffmpeg CLI new option: -readrate_initial_burst
52
- zoneplate video source filter
Oleg's avatar
Oleg committed
53
- command support in the setpts and asetpts filters
Lynne's avatar
Lynne committed
54
55
56
57
- Vulkan decode hwaccel, supporting H264, HEVC and AV1
- color_vulkan filter
- bwdif_vulkan filter
- nlmeans_vulkan filter
Paul B Mahol's avatar
Paul B Mahol committed
58
- RivaTuner video decoder
59
- xfade_vulkan filter
Paul B Mahol's avatar
Paul B Mahol committed
60
- vMix video decoder
61
62
- Essential Video Coding parser, muxer and demuxer
- Essential Video Coding frame merge bsf
63
- bwdif_cuda filter
64
- Microsoft RLE video encoder
65
- Raw AC-4 muxer and demuxer
66
- Raw VVC bitstream parser, muxer and demuxer
67
- Bitstream filter for editing metadata in VVC streams
68
- Bitstream filter for converting VVC from MP4 to Annex B
69
- scale_vt filter for videotoolbox
70
- transpose_vt filter for videotoolbox
71
- support for the P_SKIP hinting to speed up libx264 encoding
72
- Support HEVC,VP9,AV1 codec in enhanced flv format
73
- apsnr and asisdr audio filters
Paul B Mahol's avatar
Paul B Mahol committed
74
- OSQ demuxer and decoder
75
- Support HEVC,VP9,AV1 codec fourcclist in enhanced rtmp protocol
76
- CRI USM demuxer
77
- ffmpeg CLI '-top' option deprecated in favor of the setfield filter
78
- VAAPI AV1 encoder
79
80
- ffprobe XML output schema changed to account for multiple
  variable-fields elements within the same parent element
81
- ffprobe -output_format option added as an alias of -of
82

83

Michael Niedermayer's avatar
Michael Niedermayer committed
84
version 6.0:
85
- Radiance HDR image support
86
- ddagrab (Desktop Duplication) video capture filter
87
- ffmpeg -shortest_buf_duration option
88
- ffmpeg now requires threading to be built
89
- ffmpeg now runs every muxer in a separate thread
90
- Add new mode to cropdetect filter to detect crop-area based on motion vectors and edges
91
- VAAPI decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9
92
- WBMP (Wireless Application Protocol Bitmap) image format
93
- a3dscope filter
Paul B Mahol's avatar
Paul B Mahol committed
94
- bonk decoder and demuxer
95
- Micronas SC-4 audio decoder
Paul B Mahol's avatar
Paul B Mahol committed
96
- LAF demuxer
Paul B Mahol's avatar
Paul B Mahol committed
97
- APAC decoder and demuxer
98
- Media 100i decoders
99
- DTS to PTS reorder bsf
Peter Ross's avatar
Peter Ross committed
100
- ViewQuest VQC decoder
101
- backgroundkey filter
102
- nvenc AV1 encoding support
103
- MediaCodec decoder via NDKMediaCodec
Zhao Zhili's avatar
Zhao Zhili committed
104
- MediaCodec encoder
105
106
107
- oneVPL support for QSV
- QSV AV1 encoder
- QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9
108
- showcwt multimedia filter
109
- corr video filter
Paul B Mahol's avatar
Paul B Mahol committed
110
- adrc audio filter
111
- afdelaysrc audio filter
Paul B Mahol's avatar
Paul B Mahol committed
112
- WADY DPCM decoder and demuxer
113
- CBD2 DPCM decoder
Shannon Chen's avatar
Shannon Chen committed
114
- ssim360 video filter
115
- ffmpeg CLI new options: -stats_enc_pre[_fmt], -stats_enc_post[_fmt],
116
  -stats_mux_pre[_fmt]
117
- hstack_vaapi, vstack_vaapi and xstack_vaapi filters
Paul B Mahol's avatar
Paul B Mahol committed
118
- XMD ADPCM decoder and demuxer
119
- media100 to mjpegb bsf
120
- ffmpeg CLI new option: -fix_sub_duration_heartbeat
Paul B Mahol's avatar
Paul B Mahol committed
121
- WavArc decoder and demuxer
122
- CrystalHD decoders deprecated
Paul B Mahol's avatar
Paul B Mahol committed
123
- SDNS demuxer
Paul B Mahol's avatar
Paul B Mahol committed
124
- RKA decoder and demuxer
125
126
- filtergraph syntax in ffmpeg CLI now supports passing file contents
  as option values, by prefixing option name with '/'
127
- hstack_qsv, vstack_qsv and xstack_qsv filters
128
129


130
version 5.1:
131
- add ipfs/ipns gateway support
132
- dialogue enhance audio filter
133
- dropped obsolete XvMC hwaccel
134
- pcm-bluray encoder
135
- DFPWM audio encoder/decoder and raw muxer/demuxer
Boris Baracaldo's avatar
Boris Baracaldo committed
136
- SITI filter
137
- Vizrt Binary Image encoder/decoder
138
- avsynctest source filter
139
- feedback video filter
140
- pixelize video filter
141
- colormap video filter
142
- colorchart video source filter
143
- multiply video filter
144
- PGS subtitle frame merge bitstream filter
145
- blurdetect filter
146
- tiltshelf audio filter
147
- QOI image format support
Stefano Sabatini's avatar
Stefano Sabatini committed
148
- ffprobe -o option
149
- virtualbass audio filter
150
- VDPAU AV1 hwaccel
151
- PHM image format support
152
- remap_opencl filter
153
- added chromakey_cuda filter
154
- added bilateral_cuda filter
155
156


157
version 5.0:
158
- ADPCM IMA Westwood encoder
159
- Westwood AUD muxer
160
- ADPCM IMA Acorn Replay decoder
161
- Argonaut Games CVG demuxer
162
- Argonaut Games CVG muxer
163
- Concatf protocol
Paul B Mahol's avatar
Paul B Mahol committed
164
- afwtdn audio filter
165
- audio and video segment filters
Paul B Mahol's avatar
Paul B Mahol committed
166
- Apple Graphics (SMC) encoder
167
- hsvkey and hsvhold video filters
168
- adecorrelate audio filter
Paul B Mahol's avatar
Paul B Mahol committed
169
- atilt audio filter
170
- grayworld video filter
171
- AV1 Low overhead bitstream format muxer
172
- swscale slice threading
173
- MSN Siren decoder
174
- scharr video filter
175
- apsyclip audio filter
Paul B Mahol's avatar
Paul B Mahol committed
176
- morpho video filter
Paul B Mahol's avatar
Paul B Mahol committed
177
- amr parser
178
- (a)latency filters
179
- GEM Raster image decoder
180
- asdr audio filter
181
- speex decoder
182
- limitdiff video filter
183
- xcorrelate video filter
184
- varblur video filter
185
- huesaturation video filter
186
- colorspectrum source video filter
187
- RTP packetizer for uncompressed video (RFC 4175)
188
- bitpacked encoder
189
- VideoToolbox VP9 hwaccel
190
- VideoToolbox ProRes hwaccel
191
- support loongarch.
192
- aspectralstats audio filter
193
- adynamicsmooth audio filter
194
195
- libplacebo filter
- vflip_vulkan, hflip_vulkan and flip_vulkan filters
196
- adynamicequalizer audio filter
197
- yadif_videotoolbox filter
198
- VideoToolbox ProRes encoder
Paul B Mahol's avatar
Paul B Mahol committed
199
- anlmf audio filter
Zane van Iperen's avatar
Zane van Iperen committed
200
- IMF demuxer (experimental)
201
202


203
version 4.4:
204
- AudioToolbox output device
Paul B Mahol's avatar
Paul B Mahol committed
205
- MacCaption demuxer
206
- PGX decoder
207
- chromanr video filter
208
- VDPAU accelerated HEVC 10/12bit decoding
209
- ADPCM IMA Ubisoft APM encoder
Zane van Iperen's avatar
Zane van Iperen committed
210
- Rayman 2 APM muxer
211
- AV1 encoding support SVT-AV1
Paul B Mahol's avatar
Paul B Mahol committed
212
- Cineform HD encoder
213
- ADPCM Argonaut Games encoder
214
- Argonaut Games ASF muxer
215
- AV1 Low overhead bitstream format demuxer
Paul B Mahol's avatar
Paul B Mahol committed
216
- RPZA video encoder
217
- ADPCM IMA MOFLEX decoder
218
- MobiClip FastAudio decoder
219
- MobiClip video decoder
Paul B Mahol's avatar
Paul B Mahol committed
220
- MOFLEX demuxer
Paul B Mahol's avatar
Paul B Mahol committed
221
- MODS demuxer
Paul B Mahol's avatar
Paul B Mahol committed
222
- PhotoCD decoder
Zixing Liu's avatar
Zixing Liu committed
223
- MCA demuxer
224
- AV1 decoder (Hardware acceleration used only)
225
- SVS demuxer
226
- Argonaut Games BRP demuxer
227
- DAT demuxer
Paul B Mahol's avatar
Paul B Mahol committed
228
- aax demuxer
Paul B Mahol's avatar
Paul B Mahol committed
229
- IPU decoder, parser and demuxer
230
- Intel QSV-accelerated AV1 decoding
231
- Argonaut Games Video decoder
232
- libwavpack encoder removed
Paul B Mahol's avatar
Paul B Mahol committed
233
- ACE demuxer
hwren's avatar
hwren committed
234
- AVS3 demuxer
235
- AVS3 video decoder via libuavs3d
236
- Cintel RAW decoder
237
- VDPAU accelerated VP9 10/12bit decoding
238
- afreqshift and aphaseshift filters
239
- High Voltage Software ADPCM encoder
Zane van Iperen's avatar
Zane van Iperen committed
240
- LEGO Racers ALP (.tun & .pcm) muxer
Fei Wang's avatar
Fei Wang committed
241
- AV1 VAAPI decoder
Paul B Mahol's avatar
Paul B Mahol committed
242
- adenorm filter
243
244
- ADPCM IMA AMV encoder
- AMV muxer
245
- NVDEC AV1 hwaccel
246
- DXVA2/D3D11VA hardware accelerated AV1 decoding
247
- speechnorm filter
248
- SpeedHQ encoder
249
- asupercut filter
Paul B Mahol's avatar
Paul B Mahol committed
250
- asubcut filter
251
- Microsoft Paint (MSP) version 2 decoder
252
- Microsoft Paint (MSP) demuxer
253
- AV1 monochrome encoding support via libaom >= 2.0.1
254
- asuperpass and asuperstop filter
255
- shufflepixels filter
256
- tmidequalizer filter
257
- estdif filter
258
- epx filter
259
- Dolby E parser
260
- shear filter
261
- kirsch filter
262
- colortemperature filter
263
- colorcontrast filter
264
- PFM encoder
265
- colorcorrect filter
Paul B Mahol's avatar
Paul B Mahol committed
266
- binka demuxer
Paul B Mahol's avatar
Paul B Mahol committed
267
- XBM parser
268
- xbm_pipe demuxer
Paul B Mahol's avatar
Paul B Mahol committed
269
- colorize filter
Paul B Mahol's avatar
Paul B Mahol committed
270
- CRI parser
271
- aexciter audio filter
272
- exposure video filter
273
- monochrome video filter
274
- setts bitstream filter
Ashish Singh's avatar
Ashish Singh committed
275
- vif video filter
276
- OpenEXR image encoder
277
- Simbiosis IMX decoder
278
- Simbiosis IMX demuxer
279
- Digital Pictures SGA demuxer and decoders
Jan Ekström's avatar
Jan Ekström committed
280
- TTML subtitle encoder and muxer
281
- identity video filter
282
- msad video filter
283
- gophers protocol
284
- RIST protocol via librist
285
286


287
version 4.3:
Paul B Mahol's avatar
Paul B Mahol committed
288
- v360 filter
289
- Intel QSV-accelerated MJPEG decoding
290
- Intel QSV-accelerated VP9 decoding
Steven Liu's avatar
Steven Liu committed
291
292
- Support for TrueHD in mp4
- Support AMD AMF encoder on Linux (via Vulkan)
Paul B Mahol's avatar
Paul B Mahol committed
293
- IMM5 video decoder
294
- ZeroMQ protocol
295
- support Sipro ACELP.KELVIN decoding
296
- streamhash muxer
297
- sierpinski video source
298
- scroll video filter
299
- photosensitivity filter
Paul B Mahol's avatar
Paul B Mahol committed
300
- anlms filter
Paul B Mahol's avatar
Paul B Mahol committed
301
- arnndn filter
302
- bilateral filter
303
- maskedmin and maskedmax filters
304
- VDPAU VP9 hwaccel
Paul B Mahol's avatar
Paul B Mahol committed
305
- median filter
Zhong Li's avatar
Zhong Li committed
306
- QSV-accelerated VP9 encoding
307
- AV1 encoding support via librav1e
308
- AV1 frame merge bitstream filter
309
- AV1 Annex B demuxer
310
- axcorrelate filter
311
- mvdv decoder
312
- mvha decoder
313
- MPEG-H 3D Audio support in mp4
314
- thistogram filter
315
- freezeframes filter
316
- Argonaut Games ADPCM decoder
317
- Argonaut Games ASF demuxer
Paul B Mahol's avatar
Paul B Mahol committed
318
- xfade video filter
319
- xfade_opencl filter
Paul B Mahol's avatar
Paul B Mahol committed
320
- afirsrc audio filter source
321
- pad_opencl filter
322
323
- Simon & Schuster Interactive ADPCM decoder
- Real War KVAG demuxer
324
- CDToons video decoder
325
- siren audio decoder
326
327
- Rayman 2 ADPCM decoder
- Rayman 2 APM demuxer
328
- cas video filter
329
- High Voltage Software ADPCM decoder
330
- LEGO Racers ALP (.tun & .pcm) demuxer
331
- AMQP 0-9-1 protocol (RabbitMQ)
332
333
- Vulkan support
- avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vulkan filters
334
- ADPCM IMA MTF decoder
Paul B Mahol's avatar
Paul B Mahol committed
335
- FWSE demuxer
336
- DERF DPCM decoder
Paul B Mahol's avatar
Paul B Mahol committed
337
- DERF demuxer
Paul B Mahol's avatar
Paul B Mahol committed
338
- CRI HCA decoder
Paul B Mahol's avatar
Paul B Mahol committed
339
- CRI HCA demuxer
340
- overlay_cuda filter
341
- switch from AvxSynth to AviSynth+ on Linux
Paul B Mahol's avatar
Paul B Mahol committed
342
- mv30 decoder
343
- Expanded styling support for 3GPP Timed Text Subtitles (movtext)
James Almer's avatar
James Almer committed
344
- WebP parser
Paul B Mahol's avatar
Paul B Mahol committed
345
- tmedian filter
346
- maskedthreshold filter
347
- Support for muxing pcm and pgs in m2ts
348
- Cunning Developments ADPCM decoder
349
- asubboost filter
350
- Pro Pinball Series Soundbank demuxer
351
- pcm_rechunk bitstream filter
352
- scdet filter
Paul B Mahol's avatar
Paul B Mahol committed
353
- NotchLC decoder
354
- gradients source video filter
355
- MediaFoundation encoder wrapper
Nicolas George's avatar
Nicolas George committed
356
- untile filter
357
- Simon & Schuster Interactive ADPCM encoder
358
- PFM decoder
359
- dblur video filter
Zane van Iperen's avatar
Zane van Iperen committed
360
- Real War KVAG muxer
361

362

363
version 4.2:
Paul B Mahol's avatar
Paul B Mahol committed
364
- tpad filter
365
- AV1 decoding support through libdav1d
366
- dedot filter
367
- chromashift and rgbashift filters
368
- freezedetect filter
369
- truehd_core bitstream filter
Paul B Mahol's avatar
Paul B Mahol committed
370
- dhav demuxer
Paul B Mahol's avatar
Paul B Mahol committed
371
- PCM-DVD encoder
Paul B Mahol's avatar
Paul B Mahol committed
372
- GIF parser
Paul B Mahol's avatar
Paul B Mahol committed
373
- vividas demuxer
Paul B Mahol's avatar
Paul B Mahol committed
374
- hymt decoder
375
- anlmdn filter
Paul B Mahol's avatar
Paul B Mahol committed
376
- maskfun filter
Paul B Mahol's avatar
Paul B Mahol committed
377
- hcom demuxer and decoder
Paul B Mahol's avatar
Paul B Mahol committed
378
- ARBC decoder
379
- libaribb24 based ARIB STD-B24 caption support (profiles A and C)
380
- Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
381
- removed libndi-newtek
382
- agm decoder
383
- KUX demuxer
384
- AV1 frame split bitstream filter
Paul B Mahol's avatar
Paul B Mahol committed
385
- lscr decoder
Paul B Mahol's avatar
Paul B Mahol committed
386
- lagfun filter
387
- asoftclip filter
388
- Support decoding of HEVC 4:4:4 content in vdpau
389
- colorhold filter
Paul B Mahol's avatar
Paul B Mahol committed
390
- xmedian filter
Paul B Mahol's avatar
Paul B Mahol committed
391
- asr filter
392
- showspatial multimedia filter
Peter Ross's avatar
Peter Ross committed
393
- VP4 video decoder
394
- IFV demuxer
395
- derain filter
396
- deesser filter
397
- mov muxer writes tracks with unspecified language instead of English by default
398
- add support for using clang to compile CUDA kernels
399

400

Michael Niedermayer's avatar
Michael Niedermayer committed
401
version 4.1:
Paul B Mahol's avatar
Paul B Mahol committed
402
- deblock filter
Paul B Mahol's avatar
Paul B Mahol committed
403
- tmix filter
Paul B Mahol's avatar
Paul B Mahol committed
404
- amplify filter
Paul B Mahol's avatar
Paul B Mahol committed
405
- fftdnoiz filter
406
- aderivative and aintegral audio filters
407
- pal75bars and pal100bars video filter sources
408
- support mbedTLS based TLS
409
410
- adeclick filter
- adeclip filter
411
- libtensorflow backend for DNN based filters like srcnn
412
- vc1 decoder is now bit-exact
413
- ATRAC9 decoder
414
- lensfun wrapper filter
Mina's avatar
Mina committed
415
- colorconstancy filter
416
- AVS2 video decoder via libdavs2
Paul B Mahol's avatar
Paul B Mahol committed
417
- IMM4 video decoder
418
- Brooktree ProSumer video decoder
419
- MatchWare Screen Capture Codec decoder
420
- WinCam Motion Video decoder
Paul B Mahol's avatar
Paul B Mahol committed
421
- 1D LUT filter (lut1d)
422
- RemotelyAnywhere Screen Capture decoder
423
- cue and acue filters
424
- support for AV1 in MP4
425
- transpose_npp filter
426
- AVS2 video encoder via libxavs2
427
- amultiply filter
Paul B Mahol's avatar
Paul B Mahol committed
428
- Block-Matching 3d (bm3d) denoising filter
429
- acrossover filter
430
- ilbc decoder
431
- audio denoiser as afftdn filter
James Almer's avatar
James Almer committed
432
- AV1 parser
Paul B Mahol's avatar
Paul B Mahol committed
433
- SER demuxer
434
- sinc audio filter source
435
- chromahold filter
436
- setparams filter
Paul B Mahol's avatar
Paul B Mahol committed
437
- vibrance filter
438
- decoding S12M timecode in h264
Paul B Mahol's avatar
Paul B Mahol committed
439
- xstack filter
440
- pcm vidc decoder and encoder
441
- (a)graphmonitor filter
442
- yadif_cuda filter
Paul B Mahol's avatar
Paul B Mahol committed
443
444
445


version 4.0:
446
- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
447
448
- 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
449
- VDA dropped (use VideoToolbox instead)
Paul B Mahol's avatar
Paul B Mahol committed
450
- MagicYUV encoder
451
- Raw AMR-NB and AMR-WB demuxers
Paul B Mahol's avatar
Paul B Mahol committed
452
- TiVo ty/ty+ demuxer
453
- Intel QSV-accelerated MJPEG encoding
454
- PCE support for extended channel layouts in the AAC encoder
455
- native aptX and aptX HD encoder and decoder
456
- Raw aptX and aptX HD muxer and demuxer
457
- NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
458
- Intel QSV-accelerated overlay filter
459
- mcompand audio filter
460
- acontrast audio filter
461
- OpenCL overlay filter
Paul B Mahol's avatar
Paul B Mahol committed
462
- video mix filter
463
- video normalize filter
464
- audio lv2 wrapper filter
465
- VAAPI MJPEG and VP8 decoding
466
- AMD AMF H.264 and HEVC encoders
467
- video fillborders filter
Paul B Mahol's avatar
Paul B Mahol committed
468
- video setrange filter
Paul B Mahol's avatar
Paul B Mahol committed
469
- nsp demuxer
470
- support LibreSSL (via libtls)
James Darnley's avatar
James Darnley committed
471
- AVX-512/ZMM support added
472
473
- Dropped support for building for Windows XP. The minimum supported Windows
  version is Windows Vista.
474
- deconvolve video filter
Paul B Mahol's avatar
Paul B Mahol committed
475
- entropy video filter
476
- hilbert audio filter source
477
- aiir audio filter
478
- aiff: add support for CD-ROM XA ADPCM
479
- Removed the ffserver program
480
- Removed the ffmenc and ffmdec muxer and demuxer
481
- VideoToolbox HEVC encoder and hwaccel
482
- VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
483
- Add android_camera indev
Tomas Härdin's avatar
Tomas Härdin committed
484
- codec2 en/decoding via libcodec2
485
- muxer/demuxer for raw codec2 files and .c2 files
486
487
- Moved nvidia codec headers into an external repository.
  They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
488
- native SBC encoder and decoder
489
- drmeter audio filter
490
- hapqa_extract bitstream filter
491
- filter_units bitstream filter
492
- AV1 Support through libaom
493
- E-AC-3 dependent frames support
494
- bitstream filter for extracting E-AC-3 core
Sven Dueking's avatar
Sven Dueking committed
495
- Haivision SRT protocol via libsrt
Misty De Meo's avatar
Misty De Meo committed
496
- segafilm muxer
Paul B Mahol's avatar
Paul B Mahol committed
497
- vfrdet filter
Sergey Lavrushkin's avatar
Sergey Lavrushkin committed
498
- SRCNN filter
499
500
501


version 3.4:
502
- deflicker video filter
503
- doubleweave video filter
Paul B Mahol's avatar
Paul B Mahol committed
504
- lumakey video filter
505
506
- pixscope video filter
- oscilloscope video filter
507
- config.log and other configuration files moved into ffbuild/ directory
508
- update cuvid/nvenc headers to Video Codec SDK 8.0.14
509
- afir audio filter
510
- scale_cuda CUDA based video scale filter
511
- librsvg support for svg rasterization
512
- crossfeed audio filter
513
- spec compliant VP9 muxing support in MP4
514
- remove the libnut muxer/demuxer wrappers
515
- remove the libschroedinger encoder/decoder wrappers
516
- surround audio filter
517
- sofalizer filter switched to libmysofa
518
- Gremlin Digital Video demuxer and decoder
519
- headphone audio filter
520
- superequalizer audio filter
521
- roberts video filter
522
523
- The x86 assembler default switched from yasm to nasm, pass
  --x86asmexe=yasm to configure to restore the old behavior.
524
- additional frame format support for Interplay MVE movies
525
- support for decoding through D3D11VA in ffmpeg
Paul B Mahol's avatar
Paul B Mahol committed
526
- limiter video filter
Ashish Singh's avatar
Ashish Singh committed
527
- libvmaf video filter
foo86's avatar
foo86 committed
528
- Dolby E decoder and SMPTE 337M demuxer
529
- unpremultiply video filter
Paul B Mahol's avatar
Paul B Mahol committed
530
- tlut2 video filter
531
- floodfill video filter
532
- pseudocolor video filter
533
- raw G.726 muxer and demuxer, left- and right-justified
534
- NewTek NDI input/output device
535
536
537
- 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
538
- FITS demuxer and decoder
Paras Chadha's avatar
Paras Chadha committed
539
- FITS muxer and encoder
540
- add --disable-autodetect build switch
Clément Bœsch's avatar
Clément Bœsch committed
541
- drop deprecated qtkit input device (use avfoundation instead)
Paul B Mahol's avatar
Paul B Mahol committed
542
- despill video filter
543
- haas audio filter
544
- SUP/PGS subtitle muxer
545
- convolve video filter
546
- VP9 tile threading support
Mark Thompson's avatar
Mark Thompson committed
547
- KMS screen grabber
548
- CUDA thumbnail filter
549
- V4L2 mem2mem HW assisted codecs
550
- Rockchip MPP hardware decoding
551
- vmafmotion video filter
552
- use MIME type "G726" for little-endian G.726, "AAL2-G726" for big-endian G.726
553

James Almer's avatar
James Almer committed
554
555

version 3.3:
556
- CrystalHD decoder moved to new decode API
557
- add internal ebur128 library, remove external libebur128 dependency
558
- Pro-MPEG CoP #3-R2 FEC protocol
559
- premultiply video filter
560
- Support for spherical videos
561
- configure now fails if autodetect-libraries are requested but not found
562
- PSD Decoder
563
564
- 16.8 floating point pcm decoder
- 24.0 floating point pcm decoder
565
- Apple Pixlet decoder
Paul B Mahol's avatar
Paul B Mahol committed
566
- QDMC audio decoder
567
- NewTek SpeedHQ decoder
568
- MIDI Sample Dump Standard demuxer
569
- readeia608 filter
570
- Sample Dump eXchange demuxer
571
- abitscope multimedia filter
Paul B Mahol's avatar
Paul B Mahol committed
572
- Scenarist Closed Captions demuxer and muxer
573
- threshold filter
574
- midequalizer filter
575
- Optimal Huffman tables for (M)JPEG encoding
576
- VAAPI-accelerated MPEG-2 and VP8 encoding
577
- FM Screen Capture Codec decoder
578
- native Opus encoder
579
- ScreenPressor decoder
580
- incomplete ClearVideo decoder
581
- Intel QSV video scaling and deinterlacing filters
582
- Support MOV with multiple sample description tables
583
- XPM decoder
584
- Removed the legacy X11 screen grabber, use XCB instead
585
- MPEG-7 Video Signature filter
586
- Removed asyncts filter (use af_aresample instead)
587
- Intel QSV-accelerated VP8 video decoding
588
- VAAPI-accelerated deinterlacing
589

590

Michael Niedermayer's avatar
Michael Niedermayer committed
591
version 3.2:
Josh de Kock's avatar
Josh de Kock committed
592
- libopenmpt demuxer
593
- tee protocol
594
- Changed metadata print option to accept general urls
595
- Alias muxer for Ogg Video (.ogv)
596
- VP8 in Ogg muxing
597
- curves filter doesn't automatically insert points at x=0 and x=1 anymore
598
- 16-bit support in curves filter and selectivecolor filter
599
- OpenH264 decoder wrapper
600
- MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
James Almer's avatar
James Almer committed
601
- True Audio (TTA) muxer
602
- crystalizer audio filter
Paul B Mahol's avatar
Paul B Mahol committed
603
- acrusher audio filter
604
- bitplanenoise video filter
605
- floating point support in als decoder
606
- fifo muxer
607
- maskedclamp filter
608
- hysteresis filter
Paul B Mahol's avatar
Paul B Mahol committed
609
- lut2 filter
610
- yuvtestsrc filter
611
- CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
612
- vaguedenoiser filter
613
- added threads option per filter instance
Paul B Mahol's avatar
Paul B Mahol committed
614
- weave filter
Paul B Mahol's avatar
Paul B Mahol committed
615
- gblur filter
Paul B Mahol's avatar
Paul B Mahol committed
616
- avgblur filter
617
- sobel and prewitt filter
618
- MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
619
- Meridian Lossless Packing (MLP) / TrueHD encoder
Clément Bœsch's avatar
Clément Bœsch committed
620
- Non-Local Means (nlmeans) denoising filter
621
- sdl2 output device and ffplay support
622
- sdl1 output device and sdl1 support removed
623
- extended mov edit list support
Josh de Kock's avatar
Josh de Kock committed
624
- libfaac encoder removed
625
- Matroska muxer now writes CRC32 elements by default in all Level 1 elements
626
- sidedata video and asidedata audio filter
627
- Changed mapping of rtp MIME type G726 to codec g726le.
628
- spec compliant VAAPI/DXVA2 VC-1 decoding of slices in frame-coded images
629
630
631


version 3.1:
632
- DXVA2-accelerated HEVC Main10 decoding
633
- fieldhint filter
Paul B Mahol's avatar
Paul B Mahol committed
634
- loop video filter and aloop audio filter
635
- Bob Weaver deinterlacing filter
636
- firequalizer filter
637
- datascope filter
638
- bench and abench filters
Paul B Mahol's avatar
Paul B Mahol committed
639
- ciescope filter
640
- protocol blacklisting API
641
- MediaCodec H264 decoding
642
- VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer
643
- VP9 RTP payload format (draft v2) packetizer
644
- AudioToolbox audio decoders
645
- AudioToolbox audio encoders
646
- coreimage filter (GPU based image filtering on OSX)
647
- libdcadec removed
648
- bitstream filter for extracting DTS core
649
- ADPCM IMA DAT4 decoder
Paul B Mahol's avatar
Paul B Mahol committed
650
- musx demuxer
Paul B Mahol's avatar
Paul B Mahol committed
651
- aix demuxer
F.Sluiter's avatar
F.Sluiter committed
652
- remap filter
653
- hash and framehash muxers
654
- colorspace filter
655
- hdcd filter
Tobias Rapp's avatar
Tobias Rapp committed
656
- readvitc filter
657
- VAAPI-accelerated format conversion and scaling
658
- libnpp/CUDA-accelerated format conversion and scaling
659
- Duck TrueMotion 2.0 Real Time decoder
660
- Wideband Single-bit Data (WSD) demuxer
661
- VAAPI-accelerated H.264/HEVC/MJPEG encoding
662
- DTS Express (LBR) decoder
663
- Generic OpenMAX IL encoder with support for Raspberry Pi
Paul B Mahol's avatar
Paul B Mahol committed
664
- IFF ANIM demuxer & decoder
665
- Direct Stream Transfer (DST) decoder
Kyle Swanson's avatar
Kyle Swanson committed
666
- loudnorm filter
Paul B Mahol's avatar
Paul B Mahol committed
667
- MTAF demuxer and decoder
Paul B Mahol's avatar
Paul B Mahol committed
668
- MagicYUV decoder
669
- OpenExr improvements (tile data and B44/B44A support)
670
- BitJazz SheerVideo decoder
671
- CUDA CUVID H264/HEVC decoder
672
673
- 10-bit depth support in native utvideo decoder
- libutvideo wrapper removed
James Almer's avatar
James Almer committed
674
- YUY2 Lossless Codec decoder
675
- VideoToolbox H.264 encoder
676

677
678

version 3.0:
679
- Common Encryption (CENC) MP4 encoding and decoding support
680
- DXV decoding
681
- extrastereo filter
Paul B Mahol's avatar
Paul B Mahol committed
682
- ocr filter
683
- alimiter filter
684
- stereowiden filter
685
- stereotools filter
686
- rubberband filter
Kyle Swanson's avatar
Kyle Swanson committed
687
- tremolo filter
Paul B Mahol's avatar
Paul B Mahol committed
688
- agate filter
689
- chromakey filter
690
- maskedmerge filter
691
- Screenpresso SPV1 decoding
Rodger Combs's avatar
Rodger Combs committed
692
- chromaprint fingerprinting muxer
693
- ffplay dynamic volume control
694
- displace filter
695
- selectivecolor filter
696
- extensive native AAC encoder improvements and removal of experimental flag
Paul B Mahol's avatar
Paul B Mahol committed
697
- ADPCM PSX decoder
Paul B Mahol's avatar
Paul B Mahol committed
698
- 3dostr, dcstr, fsb, genh, vag, xvag, ads, msf, svag & vpk demuxer
Paul B Mahol's avatar
Paul B Mahol committed
699
- zscale filter
Paul B Mahol's avatar
Paul B Mahol committed
700
- wve demuxer
701
- zero-copy Intel QSV transcoding in ffmpeg
702
- shuffleframes filter
703
- SDX2 DPCM decoder
Kyle Swanson's avatar
Kyle Swanson committed
704
- vibrato filter
705
- innoHeim/Rsupport Screen Capture Codec decoder
706
- ADPCM AICA decoder
Paul B Mahol's avatar
Paul B Mahol committed
707
- Interplay ACM demuxer and audio decoder
Paul B Mahol's avatar
Paul B Mahol committed
708
- XMA1 & XMA2 decoder
Nicolas George's avatar
Nicolas George committed
709
- realtime filter
Kyle Swanson's avatar
Kyle Swanson committed
710
- anoisesrc audio filter source
Paul B Mahol's avatar
Paul B Mahol committed
711
- IVR demuxer
712
- compensationdelay filter
713
- acompressor filter
714
- support encoding 16-bit RLE SGI images
715
- apulsator filter
716
- sidechaingate audio filter
717
- mipsdspr1 option has been renamed to mipsdsp
718
- aemphasis filter
719
- mips32r5 option has been removed
720
- mips64r6 option has been removed
721
- DXVA2-accelerated VP9 decoding
722
- SOFAlizer: virtual binaural acoustics filter
723
- VAAPI VP9 hwaccel
724
- audio high-order multiband parametric equalizer
725
- automatic bitstream filtering
726
- showspectrumpic filter
727
- libstagefright support removed
728
- spectrumsynth filter
729
- ahistogram filter
730
- only seek with the right mouse button in ffplay
731
- toggle full screen when double-clicking with the left mouse button in ffplay
Paul B Mahol's avatar
Paul B Mahol committed
732
- afftfilt filter
733
- convolution filter
734
- libquvi support removed
735
- support for dvaudio in wav and avi
736
- libaacplus and libvo-aacenc support removed
737
- Cineform HD decoder
738
- new DCA decoder with full support for DTS-HD extensions
739
- significant performance improvements in Windows Television (WTV) demuxer
Paul B Mahol's avatar
Paul B Mahol committed
740
- nnedi deinterlacer
741
- streamselect video and astreamselect audio filter
Paul B Mahol's avatar
Paul B Mahol committed
742
- swaprect filter
743
- metadata video and ametadata audio filter
744
745
- SMPTE VC-2 HQ profile support for the Dirac decoder
- SMPTE VC-2 native encoder supporting the HQ profile
Michael Niedermayer's avatar
Michael Niedermayer committed
746
747
748


version 2.8:
749
- colorkey video filter
750
- BFSTM/BCSTM demuxer
751
- little-endian ADPCM_THP decoder
752
- Hap decoder and encoder
753
- DirectDraw Surface image/texture decoder
Paul B Mahol's avatar
Paul B Mahol committed
754
- ssim filter
755
- optional new ASF demuxer
Paul B Mahol's avatar
Paul B Mahol committed
756
- showvolume filter
757
- Many improvements to the JPEG 2000 decoder
758
- Go2Meeting decoding support
Paul B Mahol's avatar
Paul B Mahol committed
759
- adrawgraph audio and drawgraph video filter
Paul B Mahol's avatar
Paul B Mahol committed
760
- removegrain video filter
761
- Intel QSV-accelerated MPEG-2 video and HEVC encoding
762
- Intel QSV-accelerated MPEG-2 video and HEVC decoding
763
- Intel QSV-accelerated VC-1 video decoding
764
- libkvazaar HEVC encoder
765
- erosion, dilation, deflate and inflate video filters
766
- Dynamic Audio Normalizer as dynaudnorm filter
Paul B Mahol's avatar
Paul B Mahol committed
767
- Reverse video and areverse audio filter
768
- Random filter
Paul B Mahol's avatar
Paul B Mahol committed
769
- deband filter
770
- AAC fixed-point decoding
771
- sidechaincompress audio filter
772
- bitstream filter for converting HEVC from MP4 to Annex B
773
- acrossfade audio filter
Clément Bœsch's avatar
Clément Bœsch committed
774
- allyuv and allrgb video sources
Paul B Mahol's avatar
Paul B Mahol committed
775
- atadenoise video filter
776
- OS X VideoToolbox support
777
- aphasemeter filter
778
- showfreqs filter
779
- vectorscope filter
780
- waveform filter
781
- hstack and vstack filter
782
- Support DNx100 (1440x1080@8)
783
- VAAPI hevc hwaccel
784
- VDPAU hevc hwaccel
785
- framerate filter
786
- Switched default encoders for webm to VP9 and Opus
787
- Removed experimental flag from the JPEG 2000 encoder
Michael Niedermayer's avatar
Michael Niedermayer committed
788
789
790


version 2.7:
Arwa Arif's avatar
Arwa Arif committed
791
- FFT video filter
792
- TDSC decoder
793
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
794
- showwavespic filter
795
- DTS decoding through libdcadec
796
- Drop support for nvenc API before 5.0
797
- nvenc HEVC encoder
798
- Detelecine filter
799
- Intel QSV-accelerated H.264 encoding
800
- MMAL-accelerated H.264 decoding
801
- basic APNG encoder and muxer with default extension "apng"
802
- unpack DivX-style packed B-frames in MPEG-4 bitstream filter
803
- WebM Live Chunk Muxer
804
- nvenc level and tier options
Paul B Mahol's avatar
Paul B Mahol committed
805
- chorus filter
806
- Canopus HQ/HQA decoder
807
- Automatically rotate videos based on metadata in ffmpeg
808
- improved Quickdraw compatibility
809
- VP9 high bit-depth and extended colorspaces decoding support
810
- WebPAnimEncoder API when available for encoding and muxing WebP
811
- Direct3D11-accelerated decoding
812
- Support Secure Transport
813
- Multipart JPEG demuxer
814
815


816
version 2.6:
Timo Rothenpieler's avatar
Timo Rothenpieler committed
817
- nvenc encoder
Michael Niedermayer's avatar
Michael Niedermayer committed
818
- 10bit spp filter
Paul B Mahol's avatar
Paul B Mahol committed
819
- colorlevels filter
820
- RIFX format for *.wav files
821
- RTP/mpegts muxer
822
- non continuous cache protocol support
Stefano Sabatini's avatar
Stefano Sabatini committed
823
- tblend filter
824
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
825
- Camellia symmetric block cipher
826
- OpenH264 encoder wrapper
827
- VOC seeking support
828
- Closed caption Decoder
829
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
830
- showpalette filter
831
- Twofish symmetric block cipher
832
- Support DNx100 (960x720@8)
833
- eq2 filter ported from libmpcodecs as eq filter
Paul B Mahol's avatar
Paul B Mahol committed
834
- removed libmpcodecs
835
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
836
- ported softpulldown filter from libmpcodecs as repeatfields filter
Paul B Mahol's avatar
Paul B Mahol committed
837
- dcshift filter
838
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
839
- RTP depacketizer for AC3 payload format (RFC 4184)
840
- palettegen and paletteuse filters
841
- VP9 RTP payload format (draft 0) experimental depacketizer
842
- RTP depacketizer for DV (RFC 6469)
843
844
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
845
- Intel QSV-accelerated H.264 decoding
Oleksij Rempel's avatar
Oleksij Rempel committed
846
- DSS SP decoder and DSS demuxer
847
- Fix stsd atom corruption in DNxHD QuickTimes
Vittorio Giovara's avatar
Vittorio Giovara committed
848
- Canopus HQX decoder
849
- RTP depacketization of T.140 text (RFC 4103)
Andreas Cadhalpun's avatar
Andreas Cadhalpun committed
850
- Port MIPS optimizations to 64-bit
851

Michael Niedermayer's avatar
Michael Niedermayer committed
852
853

version 2.5:
Thomas Volkert's avatar
Thomas Volkert committed
854
- HEVC/H.265 RTP payload format (draft v6) packetizer
wm4's avatar
wm4 committed
855
- SUP/PGS subtitle demuxer
856
- ffprobe -show_pixel_formats option
857
- CAST128 symmetric block cipher, ECB mode
Eejya Singh's avatar
Eejya Singh committed
858
- STL subtitle demuxer and decoder
859
- libutvideo YUV 4:2:2 10bit support
860
- XCB-based screen-grabber
861
- UDP-Lite support (RFC 3828)
862
- xBR scaling filter
863
- AVFoundation screen capturing support
864
- ffserver supports codec private options
865
- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
866
- WebP muxer with animated WebP support
Michael Niedermayer's avatar
Michael Niedermayer committed
867
- zygoaudio decoding support
868
- APNG demuxer
869
- postproc visualization support
870

Michael Niedermayer's avatar
Michael Niedermayer committed
871
872

version 2.4:
ePirat's avatar
ePirat committed
873
- Icecast protocol
874
- ported lenscorrection filter from frei0r filter
875
- large optimizations in dctdnoiz to make it usable
876
- ICY metadata are now requested by default with the HTTP protocol
877
- support for using metadata in stream specifiers in fftools
878
- LZMA compression support in TIFF decoder
Thomas Volkert's avatar
Thomas Volkert committed
879
- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
880
- HEVC/H.265 RTP payload format (draft v6) depacketizer
881
- added codecview filter to visualize information exported by some codecs
882
- Matroska 3D support thorugh side data
883
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
Paul B Mahol's avatar
Paul B Mahol committed
884
- silenceremove filter
885
886


887
version 2.3:
888
- AC3 fixed-point decoding
889
- shuffleplanes filter
890
891
- subfile protocol
- Phantom Cine demuxer
892
- replaygain data export
Peter Ross's avatar
Peter Ross committed
893
- VP7 video decoder
894
- Alias PIX image encoder and decoder
Lou Logan's avatar
Lou Logan committed
895
896
- Improvements to the BRender PIX image decoder
- Improvements to the XBM decoder
Vadim Kalinsky's avatar
Vadim Kalinsky committed
897
- QTKit input device
Lou Logan's avatar
Lou Logan committed
898
- improvements to OpenEXR image decoder
899
- support decoding 16-bit RLE SGI images
900
- GDI screen grabbing for Windows
901
- alternative rendition support for HTTP Live Streaming
902
- AVFoundation input device
903
- Direct Stream Digital (DSD) decoder
Peter Ross's avatar
Peter Ross committed
904
- Magic Lantern Video (MLV) demuxer
Kostya Shishkov's avatar
Kostya Shishkov committed
905
- On2 AVC (Audio for Video) decoder
906
- support for decoding through DXVA2 in ffmpeg
907
- libbs2b-based stereo-to-binaural audio filter
908
- libx264 reference frames count limiting depending on level
909
- native Opus decoder
910
- display matrix export and rotation API
911
- WebVTT encoder
912
- showcqt multimedia filter
Paul B Mahol's avatar
Paul B Mahol committed
913
- zoompan filter
914
- signalstats filter
915
- hqx filter (hq2x, hq3x, hq4x)
Paul B Mahol's avatar
Paul B Mahol committed
916
- flanger filter
917
- Image format auto-detection
918
- LRC demuxer and muxer
919
- Samba protocol (via libsmbclient)
920
- WebM DASH Manifest muxer
921
- libfribidi support in drawtext
922

Michael Niedermayer's avatar
Michael Niedermayer committed
923
924
925

version 2.2:

926
- HNM version 4 demuxer and video decoder
927
- Live HDS muxer
928
- setsar/setdar filters now support variables in ratio expressions
Stefano Sabatini's avatar
Stefano Sabatini committed
929
- elbg filter
930
- string validation in ffprobe
931
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
932
- complete Voxware MetaSound decoder
Timothy Gu's avatar
Timothy Gu committed
933
- remove mp3_header_compress bitstream filter
934
- Windows resource files for shared libraries
Stefano Sabatini's avatar
Stefano Sabatini committed
935
- aeval filter
936
- stereoscopic 3d metadata handling
937
- WebP encoding via libwebp
Maxim Poliakovski's avatar
Maxim Poliakovski committed
938
- ATRAC3+ decoder
939
- VP8 in Ogg demuxing
940
- side & metadata support in NUT
941
- framepack filter
942
- XYZ12 rawvideo support in NUT
943
- Exif metadata support in WebP decoder
Lukasz Marek's avatar
Lukasz Marek committed
944
- OpenGL device
945
946
- 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.
947
- Mirillis FIC video decoder
948
- Support DNx444
Derek Buitenhuis's avatar
Derek Buitenhuis committed
949
- libx265 encoder
950
- dejudder filter
951
- Autodetect VDA like all other hardware accelerations
952
- aliases and defaults for Ogg subtypes (opus, spx)
953

Michael Niedermayer's avatar
Michael Niedermayer committed
954
955
956

version 2.1:

Paul B Mahol's avatar
Paul B Mahol committed
957
- aecho filter
958
- perspective filter ported from libmpcodecs
959
- ffprobe -show_programs option
Paul B Mahol's avatar
Paul B Mahol committed
960
- compand filter
961
- RTMP seek support
962
963
964
- 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.
965
966
- ffmpeg -t option can now be used for inputs, to limit the duration of
  data read from an input file
967
- incomplete Voxware MetaSound decoder
968
- read EXIF metadata from JPEG
969
- DVB teletext decoder
970
- phase filter ported from libmpcodecs
971
- w3fdif filter
972
- Opus support in Matroska
973
- FFV1 version 1.3 is stable and no longer experimental
974
975
976
- 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.
Paul B Mahol's avatar
Paul B Mahol committed
977
- adelay filter
978
- pullup filter ported from libmpcodecs
979
- ffprobe -read_intervals option
980
- Lossless and alpha support for WebP decoder
981
- Error Resilient AAC syntax (ER AAC LC) decoding
982
- Low Delay AAC (ER AAC LD) decoding
983
- mux chapters in ASF files
984
- SFTP protocol (via libssh)
985
986
- libx264: add ability to encode in YUVJ422P and YUVJ444P
- Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
987
988
- make decoding alpha optional for prores, ffv1 and vp6 by setting
  the skip_alpha flag.
989
- ladspa wrapper filter
Ronald S. Bultje's avatar
Ronald S. Bultje committed
990
- native VP9 decoder
Paul B Mahol's avatar
Paul B Mahol committed
991
- dpx parser
992
- max_error_rate parameter in ffmpeg
Lukasz Marek's avatar
Lukasz Marek committed
993
- PulseAudio output device
Paul B Mahol's avatar
Paul B Mahol committed
994
- ReplayGain scanner
995
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
Lukasz Marek's avatar
Lukasz Marek committed
996
- Linux framebuffer output device
997
- HEVC decoder
998
- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
999
- mergeplanes filter
Paul B Mahol's avatar
Paul B Mahol committed
1000

1001

1002
1003
version 2.0:

Clément Bœsch's avatar
Clément Bœsch committed
1004
- curves filter
1005
- reference-counting for AVFrame and AVPacket data
1006
- ffmpeg now fails when input options are used for output file
1007
  or vice versa
1008
- support for Monkey's Audio versions from 3.93
1009
- perms and aperms filters
Marton Balint's avatar
Marton Balint committed
1010
- audio filtering support in ffplay
1011
- 10% faster aac encoding on x86 and MIPS
Nicolas George's avatar
Nicolas George committed
1012
- sine audio filter source
Michael Niedermayer's avatar
Michael Niedermayer committed
1013
- WebP demuxing and decoding support
1014
- ffmpeg options -filter_script and -filter_complex_script, which allow a
1015
  filtergraph description to be read from a file
1016
- OpenCL support
Paul B Mahol's avatar
Paul B Mahol committed
1017
- audio phaser filter
Paul B Mahol's avatar
Paul B Mahol committed
1018
- separatefields filter
Clément Bœsch's avatar
Clément Bœsch committed
1019
- libquvi demuxer
1020
- uniform options syntax across all filters
Paul B Mahol's avatar
Paul B Mahol committed
1021
- telecine filter
1022
- interlace filter
Paul B Mahol's avatar
Paul B Mahol committed
1023
- smptehdbars source
1024
- inverse telecine filters (fieldmatch and decimate)
Paul B Mahol's avatar
Paul B Mahol committed
1025
- colorbalance filter
Paul B Mahol's avatar
Paul B Mahol committed
1026
- colorchannelmixer filter
1027
1028
- The matroska demuxer can now output proper verbatim ASS packets. It will
  become the default at the next libavformat major bump.
1029
- decent native animated GIF encoding
Nicolas George's avatar
Nicolas George committed
1030
- asetrate filter
1031
- interleave filter
Clément Bœsch's avatar
Clément Bœsch committed
1032
- timeline editing with filters
1033
1034
- vidstabdetect and vidstabtransform filters for video stabilization using
  the vid.stab library
Paul B Mahol's avatar
Paul B Mahol committed
1035
- astats filter
1036
- trim and atrim filters
1037
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
1038
  transcoding audio
1039
- Matroska muxer can now put the index at the beginning of the file.
Paul B Mahol's avatar
Paul B Mahol committed
1040
- extractplanes filter
Paul B Mahol's avatar
Paul B Mahol committed
1041
- avectorscope filter
James Almer's avatar
James Almer committed
1042
- ADPCM DTK decoder
James Almer's avatar
James Almer committed
1043
- ADP demuxer
James Almer's avatar
James Almer committed
1044
- RSD demuxer
James Almer's avatar
James Almer committed
1045
- RedSpark demuxer
James Almer's avatar
James Almer committed
1046
- ADPCM IMA Radical decoder
Stefano Sabatini's avatar
Stefano Sabatini committed
1047
- zmq filters
Clément Bœsch's avatar
Clément Bœsch committed
1048
- DCT denoiser filter (dctdnoiz)
1049
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
1050
- Apple Intermediate Codec decoder
Eli Friedman's avatar
Eli Friedman committed
1051
- Escape 130 video decoder
Lukasz Marek's avatar
Lukasz Marek committed
1052
- FTP protocol support
Clément Bœsch's avatar
Clément Bœsch committed
1053
- V4L2 output device
Clément Bœsch's avatar
Clément Bœsch committed
1054
- 3D LUT filter (lut3d)
1055
- SMPTE 302M audio encoder
1056
- support for slice multithreading in libavfilter
Clément Bœsch's avatar
Clément Bœsch committed
1057
- Hald CLUT support (generation and filtering)
1058
- VC-1 interlaced B-frame support
Anton Khirnov's avatar
Anton Khirnov committed
1059
- support for WavPack muxing (raw and in Matroska)
Stefano Sabatini's avatar
Stefano Sabatini committed
1060
- XVideo output device
Clément Bœsch's avatar
Clément Bœsch committed
1061
- vignette filter
Paul B Mahol's avatar
Paul B Mahol committed
1062
- True Audio (TTA) encoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1063
- Go2Webinar decoder
1064
1065
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
1066
- ffprobe -show_chapters option
1067
- WavPack encoding through libwavpack
Stefano Sabatini's avatar
Stefano Sabatini committed
1068
- rotate filter
Clément Bœsch's avatar
Clément Bœsch committed
1069
- spp filter ported from libmpcodecs
wm4's avatar
wm4 committed
1070
- libgme support
Paul B Mahol's avatar
Paul B Mahol committed
1071
- psnr filter
Clément Bœsch's avatar
Clément Bœsch committed
1072
1073
1074


version 1.2:
1075

1076
- VDPAU hardware acceleration through normal hwaccel
1077
- SRTP support
1078
- Error diffusion dither in Swscale
1079
- Chained Ogg support
1080
- Theora Midstream reconfiguration support
Paul B Mahol's avatar
Paul B Mahol committed
1081
- EVRC decoder
Paul B Mahol's avatar
Paul B Mahol committed
1082
- audio fade filter
1083
- filtering audio with unknown channel layout
Paul B Mahol's avatar
Paul B Mahol committed
1084
1085
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  and treble audio filter
1086
- improved showspectrum filter, with multichannel support and sox-like colors
Paul B Mahol's avatar
Paul B Mahol committed
1087
- histogram filter
Nicolas George's avatar
Nicolas George committed
1088
- tee muxer
Paul B Mahol's avatar
Paul B Mahol committed
1089
- il filter ported from libmpcodecs
1090
- support ID3v2 tags in ASF files
1091
- encrypted TTA stream decoding support
Daniel Verkamp's avatar
Daniel Verkamp committed
1092
- RF64 support in WAV muxer
Paul B Mahol's avatar
Paul B Mahol committed
1093
- noise filter ported from libmpcodecs
1094
- Subtitles character encoding conversion
Paul B Mahol's avatar
Paul B Mahol committed
1095
- blend filter
Paul B Mahol's avatar
Paul B Mahol committed
1096
- stereo3d filter ported from libmpcodecs
1097

1098
1099
1100

version 1.1:

1101
- stream disposition information printing in ffprobe
Clément Bœsch's avatar
Clément Bœsch committed
1102
- filter for loudness analysis following EBU R128
1103
- Opus encoder using libopus
1104
- ffprobe -select_streams option
1105
- Pinnacle TARGA CineWave YUV16 decoder
Paul B Mahol's avatar
Paul B Mahol committed
1106
- TAK demuxer, decoder and parser
Paul B Mahol's avatar
Paul B Mahol committed
1107
- DTS-HD demuxer
1108
- remove -same_quant, it hasn't worked for years
1109
- FFM2 support
1110
- X-Face image encoder and decoder
1111
- 24-bit FLAC encoding
1112
- multi-channel ALAC encoding up to 7.1
Victor Vasiliev's avatar
Victor Vasiliev committed
1113
- metadata (INFO tag) support in WAV muxer
1114
- subtitles raw text decoder
1115
- support for building DLLs using MSVC
Paul B Mahol's avatar
Paul B Mahol committed
1116
- LVF demuxer
Stefano Sabatini's avatar
Stefano Sabatini committed
1117
- ffescape tool
Paul B Mahol's avatar
Paul B Mahol committed
1118
- metadata (info chunk) support in CAF muxer
Stefano Sabatini's avatar
Stefano Sabatini committed
1119
- field filter ported from libmpcodecs
Paul B Mahol's avatar
Paul B Mahol committed
1120
- AVR demuxer
Clément Bœsch's avatar
Clément Bœsch committed
1121
- geq filter ported from libmpcodecs
1122
- remove ffserver daemon mode
James Almer's avatar
James Almer committed
1123
- AST muxer/demuxer
1124
- new expansion syntax for drawtext
1125
- BRender PIX image decoder
1126
- ffprobe -show_entries option
1127
- ffprobe -sections option
Paul B Mahol's avatar
Paul B Mahol committed
1128
- ADPCM IMA Dialogic decoder
Paul B Mahol's avatar
Paul B Mahol committed
1129
- BRSTM demuxer
Paul B Mahol's avatar
Paul B Mahol committed
1130
- animated GIF decoder and demuxer
Paul B Mahol's avatar
Paul B Mahol committed
1131
- PVF demuxer
Clément Bœsch's avatar
Clément Bœsch committed
1132
- subtitles filter
Paul B Mahol's avatar
Paul B Mahol committed
1133
- IRCAM muxer/demuxer
1134
- Paris Audio File demuxer
Nicolas George's avatar
Nicolas George committed
1135
- Virtual concatenation demuxer
Clément Bœsch's avatar
Clément Bœsch committed
1136
- VobSub demuxer
1137
- JSON captions for TED talks decoding support
1138
- SOX Resampler support in libswresample
1139
- aselect filter
1140
- SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
1141
- Silicon Graphics Motion Video Compressor 1 & 2 decoder
1142
- Silicon Graphics Movie demuxer
1143
- apad filter
1144
- Resolution & pixel format change support with multithreading for H.264
1145
- documentation split into per-component manuals
Clément Bœsch's avatar
Clément Bœsch committed
1146
- pp (postproc) filter ported from MPlayer
Paul B Mahol's avatar
Paul B Mahol committed
1147
- NIST Sphere demuxer
1148
- MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
Paul B Mahol's avatar
Paul B Mahol committed
1149
- Sony Wave64 muxer
1150
- adobe and limelight publisher authentication in RTMP
Nicolas George's avatar
Nicolas George committed
1151
- data: URI scheme
1152
- support building on the Plan 9 operating system
Stefano Sabatini's avatar
Stefano Sabatini committed
1153
- kerndeint filter ported from MPlayer
Stefano Sabatini's avatar
Stefano Sabatini committed
1154
- histeq filter ported from VirtualDub
1155
- Megalux Frame demuxer
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
1156
- 012v decoder
1157
- Improved AVC Intra decoding support
1158
1159
1160


version 1.0:
1161

1162
- INI and flat output in ffprobe
1163
- Scene detection in libavfilter
1164
- Indeo Audio decoder
1165
- channelsplit audio filter
1166
- setnsamples audio filter
Pavel Koshevoy's avatar
Pavel Koshevoy committed
1167
- atempo filter
1168
- ffprobe -show_data option
1169
- RTMPT protocol support
1170
- iLBC encoding/decoding via libilbc
1171
- Microsoft Screen 1 decoder
1172
1173
- join audio filter
- audio channel mapping filter
1174
- Microsoft ATC Screen decoder
Jordi Ortiz's avatar
Jordi Ortiz committed
1175
- RTSP listen mode
1176
- TechSmith Screen Codec 2 decoder
1177
- AAC encoding via libfdk-aac
1178
- Microsoft Expression Encoder Screen decoder
Samuel Pitoiset's avatar
Samuel Pitoiset committed
1179
- RTMPS protocol support
Samuel Pitoiset's avatar
Samuel Pitoiset committed
1180
- RTMPTS protocol support
Samuel Pitoiset's avatar
Samuel Pitoiset committed
1181
- RTMPE protocol support
Samuel Pitoiset's avatar
Samuel Pitoiset committed
1182
- RTMPTE protocol support
1183
- showwaves and showspectrum filter
1184
- LucasArts SMUSH SANM playback support
1185
- LucasArts SMUSH VIMA audio decoder (ADPCM)
1186
- LucasArts SMUSH demuxer
1187
- SAMI, RealText and SubViewer demuxers and decoders
1188
1189
1190
1191
- Heart Of Darkness PAF playback support
- iec61883 device
- asettb filter
- new option: -progress
1192
- 3GPP Timed Text encoder/decoder
1193
1194
1195
1196
1197
1198
- GeoTIFF decoder support
- ffmpeg -(no)stdin option
- Opus decoder using libopus
- caca output device using libcaca
- alphaextract and alphamerge filters
- concat filter
1199
- flite filter
Derek Buitenhuis's avatar
Derek Buitenhuis committed
1200
- Canopus Lossless Codec decoder
1201
- bitmap subtitles in filters (experimental and temporary)
Paul B Mahol's avatar
Paul B Mahol committed
1202
- MP2 encoding via TwoLAME
Paul B Mahol's avatar
Paul B Mahol committed
1203
- bmp parser
Paul B Mahol's avatar
Paul B Mahol committed
1204
- smptebars source
1205
- asetpts filter
Jérémy Tran's avatar
Jérémy Tran committed
1206
- hue filter
Michael Bradshaw's avatar
Michael Bradshaw committed
1207
- ICO muxer
1208
- SubRip encoder and decoder without embedded timing
1209
- edge detection filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1210
- framestep filter
1211
- ffmpeg -shortest option is now per-output file
1212
  -pass and -passlogfile are now per-output stream
1213
- volume measurement filter
Jan Ekström's avatar
Jan Ekström committed
1214
- Ut Video encoder
Alberto Delmás's avatar
Alberto Delmás committed
1215
- Microsoft Screen 2 decoder
Jérémy Tran's avatar
Jérémy Tran committed
1216
- smartblur filter ported from MPlayer
Stephan Hilb's avatar
Stephan Hilb committed
1217
- CPiA decoder
1218
- decimate filter ported from MPlayer
1219
- RTP depacketization of JPEG
1220
- Smooth Streaming live segmenter muxer
Clément Bœsch's avatar
Clément Bœsch committed
1221
- F4V muxer
1222
- sendcmd and asendcmd filters
Clément Bœsch's avatar
Clément Bœsch committed
1223
- WebVTT demuxer and decoder (simple tags supported)
1224
- RTP packetization of JPEG
1225
- faststart option in the MOV/MP4 muxer
1226
- support for building with MSVC
Stefano Sabatini's avatar
Stefano Sabatini committed
1227

1228
1229

version 0.11:
1230
1231
1232
1233
1234
1235
1236

- 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
1237
- v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
Stefano Sabatini's avatar
Stefano Sabatini committed
1238
- setfield filter
Paul B Mahol's avatar
Paul B Mahol committed
1239
- CDXL demuxer and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1240
- Apple ProRes encoder
1241
- ffprobe -count_packets and -count_frames options
1242
- Sun Rasterfile Encoder
1243
- ID3v2 attached pictures reading and writing
1244
- WMA Lossless decoder
Petri Hintukainen's avatar
Petri Hintukainen committed
1245
- bluray protocol
1246
- blackdetect filter
1247
- libutvideo encoder wrapper (--enable-libutvideo)
1248
- swapuv filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1249
- bbox filter
Paul B Mahol's avatar
Paul B Mahol committed
1250
- XBM encoder and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1251
- RealAudio Lossless decoder
Derek Buitenhuis's avatar
Derek Buitenhuis committed
1252
- ZeroCodec decoder
Nicolas George's avatar
Nicolas George committed
1253
- tile video filter
1254
- Metal Gear Solid: The Twin Snakes demuxer
1255
- OpenEXR image decoder
1256
- removelogo filter
1257
- drop support for ffmpeg without libavfilter
1258
- drawtext video filter: fontconfig support
1259
- ffmpeg -benchmark_all option
1260
- super2xsai filter ported from libmpcodecs
1261
- add libavresample audio conversion library for compatibility
Clément Bœsch's avatar
Clément Bœsch committed
1262
- MicroDVD decoder
1263
- Avid Meridien (AVUI) encoder and decoder
1264
- accept + prefix to -pix_fmt option to disable automatic conversions.
1265
- complete audio filtering in libavfilter and ffmpeg
Anton Khirnov's avatar
Anton Khirnov committed
1266
- add fps filter
1267
1268
- vorbis parser
- png parser
Justin Ruggles's avatar
Justin Ruggles committed
1269
- audio mix filter
1270
- ffv1: support (draft) version 1.3
1271

1272

1273
version 0.10:
1274

1275
1276
1277
1278
- 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
1279
1280
1281
- v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
- SBaGen (SBG) binaural beats script demuxer
- OpenMG Audio muxer
1282
- Timecode extraction in DV and MOV
1283
- thumbnail video filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1284
- XML output in ffprobe
Stefano Sabatini's avatar
Stefano Sabatini committed
1285
- asplit audio filter
1286
- tinterlace video filter
1287
- astreamsync audio filter
1288
- amerge audio filter
1289
- ISMV (Smooth Streaming) muxer
Justin Ruggles's avatar
Justin Ruggles committed
1290
- GSM audio parser
Paul B Mahol's avatar
Paul B Mahol committed
1291
- SMJPEG muxer
Paul B Mahol's avatar
Paul B Mahol committed
1292
- XWD encoder and decoder
1293
- Automatic thread count based on detection number of (available) CPU cores
Paul B Mahol's avatar
Paul B Mahol committed
1294
- y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
1295
- ffprobe -show_error option
Paul B Mahol's avatar
Paul B Mahol committed
1296
- Avid 1:1 10-bit RGB Packer codec
1297
- v308 Quicktime Uncompressed 4:4:4 encoder and decoder
1298
- yuv4 libquicktime packed 4:2:0 encoder and decoder
1299
- ffprobe -show_frames option
1300
- silencedetect audio filter
1301
- ffprobe -show_program_version, -show_library_versions, -show_versions options
1302
1303
- rv34: frame-level multi-threading
- optimized iMDCT transform on x86 using SSE for for mpegaudiodec
1304
- Improved PGS subtitle decoder
1305
- dumpgraph option to lavfi device
Paul B Mahol's avatar
Paul B Mahol committed
1306
- r210 and r10k encoders
1307
1308
1309
- ffwavesynth decoder
- aviocat tool
- ffeval tool
1310
- support encoding and decoding 4-channel SGI images
1311
1312
1313


version 0.9:
1314
1315

- openal input device added
1316
- boxblur filter added
1317
- BWF muxer
1318
- Flash Screen Video 2 decoder
1319
- lavfi input device added
1320
- added avconv, which is almost the same for now, except
1321
1322
for a few incompatible changes in the options, which will hopefully make them
easier to use. The changes are:
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
    * 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
1354
          introduced. Negative mappings disable some streams from an already
1355
1356
1357
1358
          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
1359
      use, which makes it possible to precisely specify target stream(s) consistently with
1360
1361
1362
1363
      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
1364
    * It is now possible to precisely specify which stream should an AVOption
1365
1366
1367
      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.
1368
1369
1370
1371
1372
    * -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.
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
    * -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
1389
- XMV demuxer
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
1390
- LOAS demuxer
Stefano Sabatini's avatar
Stefano Sabatini committed
1391
- ashowinfo filter added
1392
- Windows Media Image decoder
1393
- amovie source added
Janne Grunau's avatar
Janne Grunau committed
1394
- LATM muxer/demuxer
Compn's avatar
Compn committed
1395
- Speex encoder via libspeex
1396
- JSON output in ffprobe
1397
- WTV muxer
1398
- Optional C++ Support (needed for libstagefright)
1399
- H.264 Decoding on Android via Stagefright
Elvis Presley's avatar
Elvis Presley committed
1400
- Prores decoder
Peter Ross's avatar
Peter Ross committed
1401
- BIN/XBIN/ADF/IDF text file decoder
1402
- aconvert audio filter added
1403
- audio support to lavfi input device added
1404
- libcdio-paranoia input device for audio CD grabbing
Maxim Poliakovski's avatar
Maxim Poliakovski committed
1405
- Apple ProRes decoder
1406
- CELT in Ogg demuxing
1407
- G.723.1 demuxer and decoder
Clément Bœsch's avatar
Clément Bœsch committed
1408
- libmodplug support (--enable-libmodplug)
1409
- VC-1 interlaced decoding
Compn's avatar
Compn committed
1410
- libutvideo wrapper (--enable-libutvideo)
1411
- aevalsrc audio source added
Kostya Shishkov's avatar
Kostya Shishkov committed
1412
- Ut Video decoder
1413
- Speex encoding via libspeex
1414
- 4:2:2 H.264 decoding support
Anton Khirnov's avatar
Anton Khirnov committed
1415
- 4:2:2 and 4:4:4 H.264 encoding with libx264
Luca Barbato's avatar
Luca Barbato committed
1416
- Pulseaudio input device
Anatoliy Wasserman's avatar
Anatoliy Wasserman committed
1417
- Prores encoder
1418
- Video Decoder Acceleration (VDA) HWAccel module.
1419
- replacement Indeo 3 decoder
1420
- new ffmpeg option: -map_channel
Stefano Sabatini's avatar
Stefano Sabatini committed
1421
- volume audio filter added
1422
- earwax audio filter added
Clément Bœsch's avatar
Clément Bœsch committed
1423
- libv4l2 support (--enable-libv4l2)
1424
- TLS/SSL and HTTPS protocol support
Anton Khirnov's avatar
Anton Khirnov committed
1425
1426
1427
1428
1429
- 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
Kostya Shishkov's avatar
Kostya Shishkov committed
1430
- Discworld II BMV decoding support
Derek Buitenhuis's avatar
Derek Buitenhuis committed
1431
- VBLE Decoder
1432
- OS X Video Decoder Acceleration (VDA) support
Stefano Sabatini's avatar
Stefano Sabatini committed
1433
- compact and csv output in ffprobe
1434
- pan audio filter
1435
- IFF Amiga Continuous Bitmap (ACBM) decoder
1436
- ass filter
Justin Ruggles's avatar
Justin Ruggles committed
1437
- CRI ADX audio format muxer and demuxer
1438
- Playstation Portable PMP format demuxer
Peter Ross's avatar
Peter Ross committed
1439
- Microsoft Windows ICO demuxer
Stefano Sabatini's avatar
Stefano Sabatini committed
1440
- life source
David Goldwich's avatar
David Goldwich committed
1441
- PCM format support in OMA demuxer
Paul B Mahol's avatar
Paul B Mahol committed
1442
- CLJR encoder
Nicolas George's avatar
Nicolas George committed
1443
- new option: -report
1444
- Dxtory capture format decoder
Stefano Sabatini's avatar
Stefano Sabatini committed
1445
- cellauto source
1446
- Simple segmenting muxer
Reinhard Tartler's avatar
Reinhard Tartler committed
1447
1448
- Indeo 4 decoder
- SMJPEG demuxer
1449

1450

1451
version 0.8:
1452

1453
- many many things we forgot because we rather write code than changelogs
James Zern's avatar
James Zern committed
1454
- WebM support in Matroska de/muxer
Diego Biurrun's avatar
Diego Biurrun committed
1455
- low overhead Ogg muxing
1456
- MMS-TCP support
James Zern's avatar
James Zern committed
1457
- VP8 de/encoding via libvpx
David Conrad's avatar
David Conrad committed
1458
- Demuxer for On2's IVF format
Peter Ross's avatar
Peter Ross committed
1459
- Pictor/PC Paint decoder
1460
- HE-AAC v2 decoder
tipok's avatar
tipok committed
1461
- HE-AAC v2 encoding with libaacplus
1462
- libfaad2 wrapper removed
1463
- DTS-ES extension (XCh) decoding support
1464
- native VP8 decoder
1465
- RTSP tunneling over HTTP
Josh Allmann's avatar
Josh Allmann committed
1466
- RTP depacketization of SVQ3
1467
- -strict inofficial replaced by -strict unofficial
1468
- ffplay -exitonkeydown and -exitonmousedown options added
1469
- native GSM / GSM MS decoder
Josh Allmann's avatar
Josh Allmann committed
1470
- RTP depacketization of QDM2
Peter Ross's avatar
Peter Ross committed
1471
- ANSI/ASCII art playback system
1472
- Lego Mindstorms RSO de/muxer
1473
- libavcore added (and subsequently removed)
Aurelien Jacobs's avatar
Aurelien Jacobs committed
1474
- SubRip subtitle file muxer and demuxer
1475
- Chinese AVS encoding via libxavs
1476
- ffprobe -show_packets option added
1477
- RTP packetization of Theora and Vorbis
1478
- RTP depacketization of MP4A-LATM
Josh Allmann's avatar
Josh Allmann committed
1479
- RTP packetization and depacketization of VP8
Stefano Sabatini's avatar
Stefano Sabatini committed
1480
- hflip filter
1481
- Apple HTTP Live Streaming demuxer
1482
- a64 codec
1483
- MMS-HTTP support
Martin Storsjö's avatar
Martin Storsjö committed
1484
- G.722 ADPCM audio encoder/decoder
Zhou Zongyi's avatar
Zhou Zongyi committed
1485
- R10k video decoder
1486
- ocv_smooth filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1487
- frei0r wrapper filter
1488
- change crop filter syntax to width:height:x:y
1489
- make the crop filter accept parametric expressions
1490
- make ffprobe accept AVFormatContext options
1491
- yadif filter
1492
- blackframe filter
1493
- Demuxer for Leitch/Harris' VR native stream format (LXF)
1494
- RTP depacketization of the X-QT QuickTime format
Martin Storsjö's avatar
Martin Storsjö committed
1495
- SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
1496
- cropdetect filter
Stefano Sabatini's avatar
Stefano Sabatini committed
1497
- ffmpeg -crop* options removed
Stefano Sabatini's avatar
Stefano Sabatini committed
1498
- transpose filter added
1499
- ffmpeg -force_key_frames option added
1500
- demuxer for receiving raw rtp:// URLs without an SDP description
1501
- single stream LATM/LOAS decoder
1502
- setpts filter added
1503
- Win64 support for optimized x86 assembly functions
1504
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
1505
- ASS subtitle encoder and decoder
1506
- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
1507
- overlay filter added
1508
- rename aspect filter to setdar, and pixelaspect to setsar
Anssi Hannula's avatar
Anssi Hannula committed
1509
- IEC 61937 demuxer
Anatoly Nenashev's avatar
Anatoly Nenashev committed
1510
- Mobotix .mxg demuxer
Stefano Sabatini's avatar
Stefano Sabatini committed
1511
- frei0r source added
1512
- hqdn3d filter added
1513
- RTP depacketization of QCELP
Michael Chinen's avatar
Michael Chinen committed
1514
- FLAC parser added
1515
- gradfun filter added
1516
- AMR-WB decoder
Stefano Sabatini's avatar
Stefano Sabatini committed
1517
- replace the ocv_smooth filter with a more generic ocv filter
Peter Ross's avatar
Peter Ross committed
1518
- Windows Televison (WTV) demuxer
Anton Khirnov's avatar
Anton Khirnov committed
1519
- FFmpeg metadata format muxer and demuxer
Aurelien Jacobs's avatar
Aurelien Jacobs committed
1520
- SubRip (srt) subtitle encoder and decoder
1521
- floating-point AC-3 encoder added
1522
- Lagarith decoder
1523
- ffmpeg -copytb option added
1524
- IVF muxer added
Kostya Shishkov's avatar
Kostya Shishkov committed
1525
- Wing Commander IV movies decoder added
1526
- movie source added
Peter Ross's avatar
Peter Ross committed
1527
- Bink version 'b' audio and video decoder
Peter Ross's avatar
Peter Ross committed
1528
- Bitmap Brothers JV playback system
1529
- Apple HTTP Live Streaming protocol handler
Brad's avatar
Brad committed
1530
- sndio support for playback and record
Stefano Sabatini's avatar
Stefano Sabatini committed
1531
- Linux framebuffer input device added
Kostya Shishkov's avatar
Kostya Shishkov committed
1532
- Chronomaster DFA decoder
Peter Ross's avatar
Peter Ross committed
1533
- DPX image encoder
1534
- MicroDVD subtitle file muxer and demuxer
1535
- Playstation Portable PMP format demuxer
Mark Himsley's avatar
Mark Himsley committed
1536
- fieldorder video filter added
1537
- AAC encoding via libvo-aacenc
1538
- AMR-WB encoding via libvo-amrwbenc
Max Horn's avatar
Max Horn committed
1539
- xWMA demuxer
anatoly's avatar
anatoly committed
1540
- Mobotix MxPEG decoder
1541
1542
1543
1544
1545
1546
1547
- 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
1548
1549
- 9 bits and 10 bits per sample support in the H.264 decoder
- 9 bits and 10 bits FFV1 encoding / decoding
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
- 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
1567
- New J2K encoder (via OpenJPEG)
1568
1569
1570
1571
1572


version 0.7:

- all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
1573
1574
1575
1576


version 0.6:

1577
- PB-frame decoding for H.263
1578
- deprecated vhook subsystem removed
1579
- deprecated old scaler removed
Vitor Sessak's avatar
Vitor Sessak committed
1580
- VQF demuxer
1581
- Alpha channel scaler
1582
- PCX encoder
1583
- RTP packetization of H.263
1584
- RTP packetization of AMR
1585
- RTP depacketization of Vorbis
1586
- CorePNG decoding support
1587
- Cook multichannel decoding support
1588
- introduced avlanguage helpers in libavformat
1589
- 8088flex TMV demuxer and decoder
1590
- per-stream language-tags extraction in asfdec
1591
- V210 decoder and encoder
1592
- remaining GPL parts in AC-3 decoder converted to LGPL
Kenan Gillet's avatar
Kenan Gillet committed
1593
- QCP demuxer
1594
- SoX native format muxer and demuxer
1595
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
1596
- DPX image decoder
Peter Ross's avatar
Peter Ross committed
1597
- Electronic Arts Madcow decoder
1598
- DivX (XSUB) subtitle encoder
1599
- nonfree libamr support for AMR-NB/WB decoding/encoding removed
Diego Biurrun's avatar
Diego Biurrun committed
1600
- experimental AAC encoder
1601
- RTP depacketization of ASF and RTSP from WMS servers
1602
- RTMP support in libavformat
1603
- noX handling for OPT_BOOL X options
Daniel Verkamp's avatar
Daniel Verkamp committed
1604
- Wave64 demuxer
1605
- IEC-61937 compatible Muxer
Vitor Sessak's avatar
Vitor Sessak committed
1606
- TwinVQ decoder
Stephen Backway's avatar
Stephen Backway committed
1607
- Bluray (PGS) subtitle decoder
1608
- LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
Diego Biurrun's avatar
Diego Biurrun committed
1609
- WMA Pro decoder
Peter Ross's avatar
Peter Ross committed
1610
- Core Audio Format demuxer
1611
- ATRAC1 decoder
1612
- MD STUDIO audio demuxer
1613
- RF64 support in WAV demuxer
1614
- MPEG-4 Audio Lossless Coding (ALS) decoder
Daniel Verkamp's avatar
Daniel Verkamp committed
1615
- -formats option split into -formats, -codecs, -bsfs, and -protocols
1616
- IV8 demuxer
Michael Tison's avatar
Michael Tison committed
1617
- CDG demuxer and decoder
1618
- R210 decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1619
- Auravision Aura 1 and 2 decoders
Peter Ross's avatar
Peter Ross committed
1620
- Deluxe Paint Animation playback system
Vitor Sessak's avatar
Vitor Sessak committed
1621
- SIPR decoder
Peter Ross's avatar
Peter Ross committed
1622
- Adobe Filmstrip muxer and demuxer
1623
- RTP depacketization of H.263
Kostya Shishkov's avatar
Kostya Shishkov committed
1624
- Bink demuxer and audio/video decoders
Reinhard Tartler's avatar
Reinhard Tartler committed
1625
- enable symbol versioning by default for linkers that support it
Peter Ross's avatar
Peter Ross committed
1626
- IFF PBM/ILBM bitmap decoder
1627
- concat protocol
Kostya Shishkov's avatar
Kostya Shishkov committed
1628
- Indeo 5 decoder
1629
- RTP depacketization of AMR
Diego Biurrun's avatar
Diego Biurrun committed
1630
1631
- WMA Voice decoder
- ffprobe tool
1632
- AMR-NB decoder
Martin Storsjö's avatar
Martin Storsjö committed
1633
- RTSP muxer
Alex Converse's avatar
Alex Converse committed
1634
- HE-AAC v1 decoder
1635
- Kega Game Video (KGV1) decoder
1636
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
Josh Allmann's avatar
Josh Allmann committed
1637
- RTP depacketization of Theora
1638
- HTTP Digest authentication
1639
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
1640
- Psygnosis YOP demuxer and video decoder
1641
- spectral extension support in the E-AC-3 decoder
1642
- unsharp video filter
1643
- RTP hinting in the mov/3gp/mp4 muxer
1644
1645
1646
1647
1648
1649
- 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
Francesco Lavra's avatar
Francesco Lavra committed
1650
- RealAudio 1.0 (14.4K) encoder
1651

1652

Diego Biurrun's avatar
Diego Biurrun committed
1653
1654
version 0.5:

1655
- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
1656
- TechSmith Camtasia (TSCC) video decoder
1657
- IBM Ultimotion (ULTI) video decoder
1658
1659
- Sierra Online audio file demuxer and decoder
- Apple QuickDraw (qdrw) video decoder
1660
- Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
1661
- Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
1662
- Miro VideoXL (VIXL) video decoder
Mike Melanson's avatar
Mike Melanson committed
1663
- H.261 video encoder
1664
- QPEG video decoder
Mike Melanson's avatar
Mike Melanson committed
1665
- Nullsoft Video (NSV) file demuxer
Mike Melanson's avatar
Mike Melanson committed
1666
- Shorten audio decoder
1667
- LOCO video decoder
1668
- Apple Lossless Audio Codec (ALAC) decoder
1669
- Winnov WNV1 video decoder
1670
- Autodesk Animator Studio Codec (AASC) decoder
Diego Biurrun's avatar
Indeo 2    
Diego Biurrun committed
1671
- Indeo 2 video decoder
1672
- Fraps FPS1 video decoder
Diego Biurrun's avatar
Diego Biurrun committed
1673
- Snow video encoder/decoder
Alex Beregszaszi's avatar
Alex Beregszaszi committed
1674
- Sonic audio encoder/decoder
1675
- Vorbis audio decoder
Alex Beregszaszi's avatar
Alex Beregszaszi committed
1676
- Macromedia ADPCM decoder
Diego Biurrun's avatar
Diego Biurrun committed
1677
1678
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
Loren Merritt's avatar
Loren Merritt committed
1679
- H.264 custom quantization matrices support
Diego Biurrun's avatar
Diego Biurrun committed
1680
- ffserver fixed, it should now be usable again
Diego Biurrun's avatar
QDM2    
Diego Biurrun committed
1681
- QDM2 audio decoder
Alex Beregszaszi's avatar
Alex Beregszaszi committed
1682
- Real Cooker audio decoder
1683
- TrueSpeech audio decoder
Diego Biurrun's avatar
Diego Biurrun committed
1684
1685
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
1686
- JPEG-LS decoder
Diego Biurrun's avatar
updates    
Diego Biurrun committed
1687
1688
- build system improvements
- tabs and trailing whitespace removed from the codebase
1689
- CamStudio video decoder
1690
- AIFF/AIFF-C audio format, encoding and decoding
1691
- ADTS AAC file reading and writing
Aurelien Jacobs's avatar
Aurelien Jacobs committed
1692
- Creative VOC file reading and writing
1693
- American Laser Games multimedia (*.mm) playback system
1694
- Zip Motion Blocks Video decoder
1695
- improved Theora/VP3 decoder
Alex Beregszaszi's avatar
Alex Beregszaszi committed
1696
- True Audio (TTA) decoder
1697
- AVS demuxer and video decoder
1698
- JPEG-LS encoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1699
- Smacker demuxer and decoder
1700
- NuppelVideo/MythTV demuxer and RTjpeg decoder
1701
- KMVC decoder
1702
- MPEG-2 intra VLC support
1703
- MPEG-2 4:2:2 encoder
1704
- Flash Screen Video decoder
Reimar Döffinger's avatar
Reimar Döffinger committed
1705
- GXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
1706
- Chinese AVS decoder
1707
- GXF muxer
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1708
- MXF demuxer
Diego Biurrun's avatar
Diego Biurrun committed
1709
- VC-1/WMV3/WMV9 video decoder
Guillaume Poirier's avatar
Guillaume Poirier committed
1710
- MacIntel support
Diego Biurrun's avatar
Diego Biurrun committed
1711
- AviSynth support
1712
- VMware video decoder
Aurelien Jacobs's avatar
Aurelien Jacobs committed
1713
1714
- VP5 video decoder
- VP6 video decoder
1715
- WavPack lossless audio decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1716
- Targa (.TGA) picture decoder
1717
- Vorbis audio encoder
1718
- Delphine Software .cin demuxer/audio and video decoder
1719
- Tiertex .seq demuxer/video decoder
1720
- MTV demuxer
1721
- TIFF picture encoder and decoder
1722
- GIF picture decoder
1723
- Intel Music Coder decoder
1724
- Zip Motion Blocks Video encoder
1725
- Musepack decoder
1726
- Flash Screen Video encoder
Diego Biurrun's avatar
Diego Biurrun committed
1727
- Theora encoding via libtheora
1728
- BMP encoder
Diego Biurrun's avatar
Diego Biurrun committed
1729
- WMA encoder
Michel Bardiaux's avatar
Michel Bardiaux committed
1730
- GSM-MS encoder and decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1731
- DCA decoder
Kostya Shishkov's avatar
Kostya Shishkov committed
1732
- DXA demuxer and decoder
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1733
- DNxHD decoder
1734
- Gamecube movie (.THP) playback system
1735
- Blackfin optimizations
1736
- Interplay C93 demuxer and video decoder
1737
- Bethsoft VID demuxer and video decoder
Anssi Hannula's avatar
Anssi Hannula committed
1738
- CRYO APC demuxer
1739
- ATRAC3 decoder
Ivo van Poorten's avatar
Ivo van Poorten committed
1740
- V.Flash PTX decoder
1741
- RoQ muxer, RoQ audio encoder
1742
- Renderware TXD demuxer and decoder
1743
- extern C declarations for C++ removed from headers
1744
- sws_flags command line option
1745
- codebook generator
Vitor Sessak's avatar
Vitor Sessak committed
1746
- RoQ video encoder
Alexis Ballier's avatar
Alexis Ballier committed
1747
- QTRLE encoder
1748
- OS/2 support removed and restored again
1749
- AC-3 decoder
1750
- NUT muxer
1751
- additional SPARC (VIS) optimizations
David Conrad's avatar
David Conrad committed
1752
- Matroska muxer
1753
- slice-based parallel H.264 decoding
Kostya Shishkov's avatar
Kostya Shishkov committed
1754
- Monkey's Audio demuxer and decoder
Vladimir Voroshilov's avatar
Vladimir Voroshilov committed
1755
- AMV audio and video decoder
1756
- DNxHD encoder
Carl Eugen Hoyos's avatar
Carl Eugen Hoyos committed
1757
- H.264 PAFF decoding
Benjamin Larsson's avatar
Benjamin Larsson committed
1758
- Nellymoser ASAO decoder
1759
- Beam Software SIFF demuxer and decoder
1760
- libvorbis Vorbis decoding removed in favor of native decoder
Diego Biurrun's avatar
Diego Biurrun committed
1761
- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
1762
- Ogg (Theora, Vorbis and FLAC) muxer
1763
- The "device" muxers and demuxers are now in a new libavdevice library
1764
1765
- PC Paintbrush PCX decoder
- Sun Rasterfile decoder
Ivo van Poorten's avatar
Ivo van Poorten committed
1766
- TechnoTrend PVA demuxer
Ivo van Poorten's avatar
Ivo van Poorten committed
1767
- Linux Media Labs MPEG-4 (LMLM4) demuxer
1768
- AVM2 (Flash 9) SWF muxer
1769
- QT variant of IMA ADPCM encoder
Ramiro Polla's avatar
Ramiro Polla committed
1770
- VFW grabber
1771
- iPod/iPhone compatible mp4 muxer
Ramiro Polla's avatar
Ramiro Polla committed
1772
- Mimic decoder
Ramiro Polla's avatar
Ramiro Polla committed
1773
- MSN TCP Webcam stream demuxer
Sascha Sommer's avatar
Sascha Sommer committed
1774
- RL2 demuxer / decoder
1775
1776
- IFF demuxer
- 8SVX audio decoder
1777
- non-recursive Makefiles
Sisir Koppaka's avatar
Sisir Koppaka committed
1778
- BFI demuxer
1779
- MAXIS EA XA (.xa) demuxer / decoder
Sisir Koppaka's avatar
Sisir Koppaka committed
1780
- BFI video decoder
Benjamin Larsson's avatar
Benjamin Larsson committed
1781
- OMA demuxer
Ramiro Polla's avatar
Ramiro Polla committed
1782
- MLP/TrueHD decoder
1783
- Electronic Arts CMV decoder
1784
1785
- Motion Pixels Video decoder
- Motion Pixels MVI demuxer
1786
- removed animated GIF decoder/demuxer
Peter Ross's avatar
Peter Ross committed
1787
- D-Cinema audio muxer
Peter Ross's avatar
Peter Ross committed
1788
- Electronic Arts TGV decoder
1789
- Apple Lossless Audio Codec (ALAC) encoder
1790
- AAC decoder
1791
- floating point PCM encoder/decoder
1792
- MXF muxer
1793
- DV100 AKA DVCPRO HD decoder and demuxer
1794
- E-AC-3 support added to AC-3 decoder
1795
- Nellymoser ASAO encoder
1796
- ASS and SSA demuxer and muxer
1797
- liba52 wrapper removed
Ben Littler's avatar
Ben Littler committed
1798
- SVQ3 watermark decoding support
1799
- Speex decoding via libspeex
Peter Ross's avatar
Peter Ross committed
1800
- Electronic Arts TGQ decoder
1801
- RV40 decoder
1802
- QCELP / PureVoice decoder
1803
- RV30 decoder
Ben Littler's avatar
Ben Littler committed
1804
- hybrid WavPack support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1805
- R3D REDCODE demuxer
1806
- ALSA support for playback and record
Peter Ross's avatar
Peter Ross committed
1807
- Electronic Arts TQI decoder
1808
- OpenJPEG based JPEG 2000 decoder
1809
- NC (NC4600) camera file demuxer
1810
- Gopher client support
Baptiste Coudurier's avatar
Baptiste Coudurier committed
1811
- MXF D-10 muxer
1812
- generic metadata API
1813
- flash ScreenVideo2 encoder
1814

1815

Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1816
1817
version 0.4.9-pre1:

1818
- DV encoder, DV muxer
1819
1820
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
1821
- Apple Animation (RLE) decoder
Mike Melanson's avatar
Mike Melanson committed
1822
- Apple Graphics (SMC) decoder
1823
1824
1825
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
Mike Melanson's avatar
Mike Melanson committed
1826
- Westwood multimedia support (VQA & AUD files)
1827
- Id Quake II CIN playback support
Mike Melanson's avatar
Mike Melanson committed
1828
1829
- 8BPS video decoder
- FLIC playback support
1830
1831
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
Mike Melanson's avatar
Mike Melanson committed
1832
- Sierra VMD demuxer and video decoder
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1833
- MSZH and ZLIB decoder support
1834
- SVQ1 video encoder
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1835
- AMR-WB support
Diego Biurrun's avatar
Diego Biurrun committed
1836
- PPC optimizations
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1837
- rate distortion optimal cbp support
Diego Biurrun's avatar
Diego Biurrun committed
1838
- rate distorted optimal ac prediction for MPEG-4
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1839
1840
1841
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
1842
- use Lagrange multiplier instead of QP for ratecontrol
Diego Biurrun's avatar
Diego Biurrun committed
1843
- Theora/VP3 decoding support
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1844
- XA and ADX ADPCM codecs
Diego Biurrun's avatar
Diego Biurrun committed
1845
- export MPEG-2 active display area / pan scan
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1846
1847
- Add support for configuring with IBM XLC
- floating point AAN DCT
Diego Biurrun's avatar
Diego Biurrun committed
1848
1849
- initial support for zygo video (not complete)
- RGB ffv1 support
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1850
1851
1852
1853
1854
- 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
1855
1856
1857
1858
1859
1860
- 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
update    
Michael Niedermayer committed
1861
- stuffing to stay above min_bitrate
Diego Biurrun's avatar
Diego Biurrun committed
1862
- MB type & QP visualization
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1863
1864
1865
1866
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
Diego Biurrun's avatar
Diego Biurrun committed
1867
1868
- closed GOP support
- SSE2 FDCT
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1869
1870
1871
1872
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
Diego Biurrun's avatar
Diego Biurrun committed
1873
1874
- multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
- multithreaded/SMP decoding for MPEG-2
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1875
1876
- FLAC decoder
- Metrowerks CodeWarrior suppport
Diego Biurrun's avatar
Diego Biurrun committed
1877
- H.263+ custom pcf support
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1878
- nicer output for 'ffmpeg -formats'
Diego Biurrun's avatar
Diego Biurrun committed
1879
- Matroska demuxer
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1880
- SGI image format, encoding and decoding
Diego Biurrun's avatar
Diego Biurrun committed
1881
1882
- H.264 loop filter support
- H.264 CABAC support
1883
- nicer looking arrows for the motion vector visualization
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1884
1885
- improved VCD support
- audio timestamp drift compensation
Diego Biurrun's avatar
Diego Biurrun committed
1886
- MPEG-2 YUV 422/444 support
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1887
1888
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
Diego Biurrun's avatar
Diego Biurrun committed
1889
- H.261 support
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1890
1891
- correctly interleave packets during encoding
- VIS optimized motion compensation
Diego Biurrun's avatar
Diego Biurrun committed
1892
1893
- intra_dc_precision>0 encoding support
- support reuse of motion vectors/MB types/field select values of the source video
Michael Niedermayer's avatar
update    
Michael Niedermayer committed
1894
1895
1896
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
1897
- FunCom ISS audio file demuxer and according ADPCM decoding
1898

1899

Fabrice Bellard's avatar
update    
Fabrice Bellard committed
1900
1901
version 0.4.8:

Diego Biurrun's avatar
Diego Biurrun committed
1902
- MPEG-2 video encoding (Michael)
Mike Melanson's avatar
Tim    
Mike Melanson committed
1903
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
Mike Melanson's avatar
Mike Melanson committed
1904
1905
1906
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
1907
- Interplay MVE playback subsystem (Mike Melanson)
Mike Melanson's avatar
Mike Melanson committed
1908
1909
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

1910

Mike Melanson's avatar
Mike Melanson committed
1911
version 0.4.7:
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1912

Diego Biurrun's avatar
Diego Biurrun committed
1913
- 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
1914
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
Diego Biurrun's avatar
Diego Biurrun committed
1915
- current version now also compiles with older GCC (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1916
1917
1918
1919
- 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
1920
1921
1922
  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
1923
1924
  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
1925
  for multiplatform support (Fabrice)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1926
1927
1928
- 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
1929
- 3GP support has been added (Johannes Carlsson)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1930
1931
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
Diego Biurrun's avatar
Diego Biurrun committed
1932
1933
- better multiplatform support, MS Visual Studio fixes (various)
- AltiVec optimizations (Magnus Damn and others)
Hetz Ben Hamo's avatar
Hetz Ben Hamo committed
1934
- SH4 processor support has been added (BERO)
Diego Biurrun's avatar
Diego Biurrun committed
1935
1936
1937
- new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB streaming support (Brian Foley)
- better MP3 autodetection (Andriy Rysin)
Fabrice Bellard's avatar
update    
Fabrice Bellard committed
1938
1939
1940
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
1941
1942
1943
- 5 comparison functions for ME (Michael)
- B-frame encoding speedup (Michael)
- WMV2 codec (unfinished - Michael)
Fabrice Bellard's avatar
update    
Fabrice Bellard committed
1944
- user specified diamond size for EPZS (Michael)
Mike Melanson's avatar
Mike Melanson committed
1945
1946
1947
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)
Fabrice Bellard's avatar
update    
Fabrice Bellard committed
1948

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

1951

Fabrice Bellard's avatar
update    
Fabrice Bellard committed
1952
version 0.4.6:
Fabrice Bellard's avatar
updated    
Fabrice Bellard committed
1953

Diego Biurrun's avatar
Diego Biurrun committed
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
- 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)
1966
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
Diego Biurrun's avatar
Diego Biurrun committed
1967
1968
- 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
update    
Fabrice Bellard committed
1969
- added first regression tests
Diego Biurrun's avatar
Diego Biurrun committed
1970
- added MPEG-2 TS demuxer
Fabrice Bellard's avatar
updated    
Fabrice Bellard committed
1971
- new demux API for libav
1972
- more accurate and faster IDCT (Michael)
Diego Biurrun's avatar
Diego Biurrun committed
1973
- faster and entropy-controlled motion search (Michael)
1974
1975
1976
1977
1978
- 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
1979
- high quality encoding mode: tries all macroblock/VLC types (Michael)
1980
1981
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
Diego Biurrun's avatar
Diego Biurrun committed
1982
1983
1984
1985
1986
- 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
updated    
Fabrice Bellard committed
1987

1988

Fabrice Bellard's avatar
Fabrice Bellard committed
1989
1990
version 0.4.5:

Benoit Fouet's avatar
Benoit Fouet committed
1991
1992
- 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
1993
1994
- 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
1995
  Michael Hipp (temporary solution - waiting for integer only
Diego Biurrun's avatar
Diego Biurrun committed
1996
1997
1998
1999
  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
2000
2001
- simplified image formats again. Added PGM format (=grey
  pgm). Renamed old PGM to PGMYUV.
Diego Biurrun's avatar
Diego Biurrun committed
2002
2003
2004
2005
2006
2007
- 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
updated    
Fabrice Bellard committed
2008
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
Benoit Fouet's avatar
Benoit Fouet committed
2009
  <celer at shell.scrypt.net>)
Diego Biurrun's avatar
Diego Biurrun committed
2010
2011
2012
- added pixel format conversion layer (e.g. for MJPEG or PPM)
- added deinterlacing option
- MPEG-1/2 fixes
Benoit Fouet's avatar
Benoit Fouet committed
2013
2014
- 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
2015
- Windows porting of file converter
2016
- added MJPEG raw format (input/output)
Diego Biurrun's avatar
Diego Biurrun committed
2017
- added JPEG image format support (input/output)
Fabrice Bellard's avatar
Fabrice Bellard committed
2018

2019

Fabrice Bellard's avatar
Fabrice Bellard committed
2020
2021
2022
version 0.4.4:

- fixed some std header definitions (Bjorn Lindgren
Benoit Fouet's avatar
Benoit Fouet committed
2023
  <bjorn.e.lindgren at telia.com>).
Diego Biurrun's avatar
Diego Biurrun committed
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
- 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
2038
- added SWF demux to extract MP3 track (not usable yet because no MP3
Diego Biurrun's avatar
Diego Biurrun committed
2039
2040
  decoder)
- added fractional frame rate support
Fabrice Bellard's avatar
Fabrice Bellard committed
2041
- codecs are no longer searched by read_header() (should fix ffserver
Diego Biurrun's avatar
Diego Biurrun committed
2042
  segfault)
Fabrice Bellard's avatar
Fabrice Bellard committed
2043

2044

Fabrice Bellard's avatar
Fabrice Bellard committed
2045
2046
version 0.4.3:

Benoit Fouet's avatar
Benoit Fouet committed
2047
- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
Diego Biurrun's avatar
Diego Biurrun committed
2048
2049
2050
2051
2052
2053
- 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
2054
- changed the FOURCC code for H.263 to "U263" to be able to see the
Diego Biurrun's avatar
Diego Biurrun committed
2055
2056
2057
2058
  +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
2059
2060
2061
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  output.
- added pgmpipe I/O format (original patch from Martin Aumueller
Benoit Fouet's avatar
Benoit Fouet committed
2062
  <lists at reserv.at>, but changed completely since we use a format
Diego Biurrun's avatar
Diego Biurrun committed
2063
  instead of a protocol)
Fabrice Bellard's avatar
Fabrice Bellard committed
2064

2065

Fabrice Bellard's avatar
Fabrice Bellard committed
2066
2067
version 0.4.2:

Diego Biurrun's avatar
Diego Biurrun committed
2068
2069
- 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
2070
  missing. MSMPEG4 support is complete.
Diego Biurrun's avatar
Diego Biurrun committed
2071
2072
- added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  can decode ffmpeg MPEGs :-)).
Fabrice Bellard's avatar
Fabrice Bellard committed
2073
2074
- 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
2075
  greenish)
Fabrice Bellard's avatar
Fabrice Bellard committed
2076
- added support for non clipped motion vectors (decoding only)
Diego Biurrun's avatar
Diego Biurrun committed
2077
2078
2079
2080
  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
2081

2082

Fabrice Bellard's avatar
Fabrice Bellard committed
2083
2084
version 0.4.1:

Diego Biurrun's avatar
Diego Biurrun committed
2085
2086
- added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  of AVI and ASF to DIV3.
Fabrice Bellard's avatar
Fabrice Bellard committed
2087
2088
2089
- 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
2090
2091
2092
2093
  AVI for example)
- fixed -an option
- improved dct_quantize speed
- factorized some motion estimation code
Fabrice Bellard's avatar
Fabrice Bellard committed
2094

2095

Fabrice Bellard's avatar
Fabrice Bellard committed
2096
2097
version 0.4.0:

Diego Biurrun's avatar
Diego Biurrun committed
2098
2099
- removing grab code from ffserver and moved it to ffmpeg. Added
  multistream support to ffmpeg.
Fabrice Bellard's avatar
Fabrice Bellard committed
2100
- added timeshifting support for live feeds (option ?date=xxx in the
Diego Biurrun's avatar
Diego Biurrun committed
2101
  URL)
Fabrice Bellard's avatar
Fabrice Bellard committed
2102
- added high quality image resize code with polyphase filter (need
2103
  mmx/see optimization). Enable multiple image size support in ffserver.
Diego Biurrun's avatar
Diego Biurrun committed
2104
- added multi live feed support in ffserver
Fabrice Bellard's avatar
Fabrice Bellard committed
2105
2106
- 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
2107
2108
2109
  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
2110
  ffmpeg.
Diego Biurrun's avatar
Diego Biurrun committed
2111
2112
2113
2114
2115
2116
- 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)
Benoit Fouet's avatar
Benoit Fouet committed
2117
  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
Diego Biurrun's avatar
Diego Biurrun committed
2118
2119
2120
2121
- 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
2122

2123

Fabrice Bellard's avatar
Fabrice Bellard committed
2124
2125
version 0.3.4:

Diego Biurrun's avatar
Diego Biurrun committed
2126
- added stereo in MPEG audio encoder
Fabrice Bellard's avatar
Fabrice Bellard committed
2127

2128

Fabrice Bellard's avatar
Fabrice Bellard committed
2129
2130
2131
2132
2133
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
2134
  bitrates and large GOP size
Fabrice Bellard's avatar
Fabrice Bellard committed
2135

2136

Fabrice Bellard's avatar
Fabrice Bellard committed
2137
2138
version 0.3.2: small fixes

Diego Biurrun's avatar
Diego Biurrun committed
2139
- ASF fixes
Fabrice Bellard's avatar
Fabrice Bellard committed
2140
2141
- put_seek bug fix

2142

Fabrice Bellard's avatar
Fabrice Bellard committed
2143
2144
version 0.3.1: added avi/divx support

Diego Biurrun's avatar
Diego Biurrun committed
2145
2146
- 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
2147
2148
- added sound for flash format (not tested)

2149

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