You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1452 lines
53KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version <next>:
  4. version 2.4.6:
  5. - doc/examples: fix lib math dep for decoding_encoding
  6. - avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1"
  7. - vp9: fix parser return values in error case
  8. - ffmpeg: Clear error message array at init.
  9. - avcodec/dvdsubdec: fix accessing dangling pointers
  10. - avcodec/dvdsubdec: error on bitmaps with size 0
  11. - avformat/mov: Fix mixed declaration and statement warning
  12. - cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file()
  13. - avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory
  14. - avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory
  15. - lavfi: check av_strdup() return value
  16. - mov: Fix negative size calculation in mov_read_default().
  17. - avformat/mov: fix integer overflow in mov_read_udta_string()
  18. - mov: Avoid overflow with mov_metadata_raw()
  19. - avcodec/dvdsubdec: fix out of bounds accesses
  20. - avfilter/vf_sab: fix filtering tiny images
  21. - avformat/flvdec: Increase string array size
  22. - avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream
  23. - avformat/cdxl: Fix integer overflow of image_size
  24. - avformat/segment: Use av_freep() avoid leaving stale pointers in memory
  25. - avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atoms
  26. - mov: avoid a memleak when multiple stss boxes are presen
  27. version 2.4.5:
  28. - lavu/frame: fix malloc error path in av_frame_copy_props()
  29. - avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference()
  30. - avformat/aviobuf: Check that avio_seek() target is non negative
  31. - swresample/soxr_resample: fix error handling
  32. - avformat/flvdec: fix potential use of uninitialized variables
  33. - avformat/matroskadec: fix handling of recursive SeekHead elements
  34. - doc/examples/transcoding: check encoder before using it
  35. - swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output
  36. - avformat/rmdec: Check codec_data_size
  37. - avformat/aviobuf: Fix infinite loop in ff_get_line()
  38. - vc1: Do not assume seek happens after decoding
  39. - mmvideo: check frame dimensions
  40. - jvdec: check frame dimensions
  41. - avcodec/indeo3: ensure offsets are non negative
  42. - avcodec/h264: Check *log2_weight_denom
  43. - avcodec/hevc_ps: Check diff_cu_qp_delta_depth
  44. - avcodec/h264: Clear delayed_pic on deallocation
  45. - avcodec/hevc: clear filter_slice_edges() on allocation
  46. - avcodec/dcadec: Check that the added xch channel isnt already there
  47. - avcodec/indeo3: use signed variables to avoid underflow
  48. - swscale: increase yuv2rgb table headroom
  49. - avformat/mov: fix integer overflow of size
  50. - avformat/mov: check atom nesting depth
  51. - avcodec/utvideodec: Fix handling of slice_height=0
  52. - avcodec/vmdvideo: Check len before using it in method 3
  53. - avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory
  54. - avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory
  55. - configure: create the tests directory like the doc directory
  56. - v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
  57. - avcodec/motion_est: use 2x8x8 for interlaced qpel
  58. - Treat all '*.pnm' files as non-text file
  59. version 2.4.4:
  60. - avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate()
  61. - swscale: fix yuv2yuvX_8 assembly on x86
  62. - avcodec/hevc_ps: Check num_long_term_ref_pics_sps
  63. - avcodec/mjpegdec: Fix integer overflow in shift
  64. - avcodec/hevc_ps: Check return code from pps_range_extensions()
  65. - avcodec/rawdec: Check the return code of avpicture_get_size()
  66. - avcodec/pngdec: Check IHDR/IDAT order
  67. - avcodec/flacdec: Call ff_flacdsp_init() unconditionally
  68. - avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()
  69. - avcodec/mjpegdec: Fix context fields becoming inconsistent
  70. - avcodec/mjpegdec: Check for pixfmtid 0x42111100 || 0x24111100 with more than 8 bits
  71. - swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()
  72. - doc/APIchanges: Fix some wrong versions
  73. - avformat/hlsenc: Free context after hls_append_segment
  74. - avcodec/mpeg4video_parser: fix spurious extradata parse warnings
  75. - lavu/opt: fix av_opt_get function
  76. - avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization
  77. - avcodec/utvideodec: fix assumtation that slice_height >= 1
  78. - avcodec/options_table fix min of audio channels and sample rate
  79. - libavutil/thread.h: Support OS/2 threads
  80. - fix Makefile objects for pulseaudio support
  81. - opusdec: make sure all substreams have the same number of coded samples
  82. - lavu: add wrappers for the pthreads mutex API
  83. - avformat/avidec: fix handling dv in avi
  84. - avfilter/vf_lut: gammaval709()
  85. - cinedec: report white balance gain coefficients using metadata
  86. - swscale/utils: support bayer input + scaling, and bayer input + any supported output
  87. - swscale: support internal scaler cascades
  88. - avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code similarity
  89. - avformat/segment: export inner muxer timebase
  90. - Remove fminf() emulation, fix build issues
  91. - avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation
  92. - Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
  93. - ffmpeg_opt: store canvas size in decoder context
  94. - avcodec/mpeg12dec: do not trust AVCodecContext input dimensions
  95. version 2.4.3:
  96. - avcodec/svq1dec: zero terminate embedded message before printing
  97. - avcodec/cook: check that the subpacket sizes fit in block_align
  98. - avcodec/g2meet: check tile dimensions to avoid integer overflow
  99. - avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.
  100. - avcodec/dnxhddec: treat pix_fmt like width/height
  101. - avcodec/dxa: check dimensions
  102. - avcodec/dirac_arith: fix integer overflow
  103. - avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y
  104. - avcodec/diracdec: Use 64bit in calculation of codeblock coordinates
  105. - avcodec/sgidec: fix count check
  106. - avcodec/sgidec: fix linesize for 16bit
  107. - avcodec/hevc_ps: Check default display window bitstream and skip if invalid
  108. - avcodec/tiffenc: properly compute packet size
  109. - lavd: export all symbols with av_ prefix
  110. - avformat/mxfdec: Fix termination of mxf_data_essence_container_uls
  111. - postproc: fix qp count
  112. - postproc/postprocess: fix quant store for fq mode
  113. - vf_drawtext: add missing clear of pointers after av_expr_free()
  114. - utvideoenc: properly set slice height/last line
  115. - swresample: fix sample drop loop end condition
  116. - resample: Avoid off-by-1 errors in PTS calcs.
  117. - imc: fix order of operations in coefficients read
  118. - hevc_mvs: make sure to always initialize the temporal MV fully
  119. - hevc_mvs: initialize the temporal MV in case of missing reference
  120. version 2.4.2:
  121. - avcodec/on2avc: Check number of channels
  122. - avcodec/hevc: fix chroma transform_add size
  123. - avcodec/h264: Check mode before considering mixed mode intra prediction
  124. - avformat/mpegts: use a padded buffer in read_sl_header()
  125. - avformat/mpegts: Check desc_len / get8() return code
  126. - avcodec/vorbisdec: Fix off by 1 error in ptns_to_read
  127. - sdp: add support for H.261
  128. - avcodec/svq3: Do not memcpy AVFrame
  129. - avcodec/smc: fix off by 1 error
  130. - avcodec/qpeg: fix off by 1 error in MV bounds check
  131. - avcodec/gifdec: factorize interleave end handling out
  132. - avcodec/cinepak: fix integer underflow
  133. - avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
  134. - avcodec/pngdec: Calculate MPNG bytewidth more defensively
  135. - avcodec/tiff: more completely check bpp/bppcount
  136. - avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
  137. - avcodec/h263dec: Fix decoding messenger.h263
  138. - avcodec/utils: Add case for jv to avcodec_align_dimensions2()
  139. - avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
  140. - avcodec/jpeglsdec: Check run value more completely in ls_decode_line()
  141. - avformat/hlsenc: export inner muxer timebase
  142. - configure: add noexecstack to linker options if supported.
  143. - avcodec/ac3enc_template: fix out of array read
  144. - avutil/x86/cpu: fix cpuid sub-leaf selection
  145. - avformat/img2dec: enable generic seeking for image pipes
  146. - avformat/img2dec: initialize pkt->pos for image pipes
  147. - avformat/img2dec: pass error code and signal EOF
  148. - avformat/img2dec: fix error code at EOF for pipes
  149. - libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address
  150. - tests/fate-run.sh: Cat .err file in case of error with V>0
  151. - avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()
  152. - avcodec/webp: fix default palette color 0xff000000 -> 0x00000000
  153. - avcodec/asvenc: fix AAN scaling
  154. - Fix compile error on arm4/arm5 platform
  155. version 2.4.1:
  156. - swscale: Allow chroma samples to be above and to the left of luma samples
  157. - avcodec/libilbc: support for latest git of libilbc
  158. - avcodec/webp: treat out-of-bound palette index as translucent black
  159. - vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion
  160. - apetag: Fix APE tag size check
  161. - tools/crypto_bench: fix build when AV_READ_TIME is unavailable
  162. version 2.4:
  163. - Icecast protocol
  164. - ported lenscorrection filter from frei0r filter
  165. - large optimizations in dctdnoiz to make it usable
  166. - ICY metadata are now requested by default with the HTTP protocol
  167. - support for using metadata in stream specifiers in fftools
  168. - LZMA compression support in TIFF decoder
  169. - support for H.261 RTP payload format (RFC 4587)
  170. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  171. - added codecview filter to visualize information exported by some codecs
  172. - Matroska 3D support thorugh side data
  173. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  174. - silenceremove filter
  175. version 2.3:
  176. - AC3 fixed-point decoding
  177. - shuffleplanes filter
  178. - subfile protocol
  179. - Phantom Cine demuxer
  180. - replaygain data export
  181. - VP7 video decoder
  182. - Alias PIX image encoder and decoder
  183. - Improvements to the BRender PIX image decoder
  184. - Improvements to the XBM decoder
  185. - QTKit input device
  186. - improvements to OpenEXR image decoder
  187. - support decoding 16-bit RLE SGI images
  188. - GDI screen grabbing for Windows
  189. - alternative rendition support for HTTP Live Streaming
  190. - AVFoundation input device
  191. - Direct Stream Digital (DSD) decoder
  192. - Magic Lantern Video (MLV) demuxer
  193. - On2 AVC (Audio for Video) decoder
  194. - support for decoding through DXVA2 in ffmpeg
  195. - libbs2b-based stereo-to-binaural audio filter
  196. - libx264 reference frames count limiting depending on level
  197. - native Opus decoder
  198. - display matrix export and rotation API
  199. - WebVTT encoder
  200. - showcqt multimedia filter
  201. - zoompan filter
  202. - signalstats filter
  203. - hqx filter (hq2x, hq3x, hq4x)
  204. - flanger filter
  205. - Image format auto-detection
  206. - LRC demuxer and muxer
  207. - Samba protocol (via libsmbclient)
  208. - WebM DASH Manifest muxer
  209. - libfribidi support in drawtext
  210. version 2.2:
  211. - HNM version 4 demuxer and video decoder
  212. - Live HDS muxer
  213. - setsar/setdar filters now support variables in ratio expressions
  214. - elbg filter
  215. - string validation in ffprobe
  216. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  217. - complete Voxware MetaSound decoder
  218. - remove mp3_header_compress bitstream filter
  219. - Windows resource files for shared libraries
  220. - aeval filter
  221. - stereoscopic 3d metadata handling
  222. - WebP encoding via libwebp
  223. - ATRAC3+ decoder
  224. - VP8 in Ogg demuxing
  225. - side & metadata support in NUT
  226. - framepack filter
  227. - XYZ12 rawvideo support in NUT
  228. - Exif metadata support in WebP decoder
  229. - OpenGL device
  230. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  231. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  232. - Mirillis FIC video decoder
  233. - Support DNx444
  234. - libx265 encoder
  235. - dejudder filter
  236. - Autodetect VDA like all other hardware accelerations
  237. - aliases and defaults for Ogg subtypes (opus, spx)
  238. version 2.1:
  239. - aecho filter
  240. - perspective filter ported from libmpcodecs
  241. - ffprobe -show_programs option
  242. - compand filter
  243. - RTMP seek support
  244. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  245. even when used as an input option. Previous behavior can be restored with
  246. the -noaccurate_seek option.
  247. - ffmpeg -t option can now be used for inputs, to limit the duration of
  248. data read from an input file
  249. - incomplete Voxware MetaSound decoder
  250. - read EXIF metadata from JPEG
  251. - DVB teletext decoder
  252. - phase filter ported from libmpcodecs
  253. - w3fdif filter
  254. - Opus support in Matroska
  255. - FFV1 version 1.3 is stable and no longer experimental
  256. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  257. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  258. more consistent with other muxers.
  259. - adelay filter
  260. - pullup filter ported from libmpcodecs
  261. - ffprobe -read_intervals option
  262. - Lossless and alpha support for WebP decoder
  263. - Error Resilient AAC syntax (ER AAC LC) decoding
  264. - Low Delay AAC (ER AAC LD) decoding
  265. - mux chapters in ASF files
  266. - SFTP protocol (via libssh)
  267. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  268. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  269. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  270. the skip_alpha flag.
  271. - ladspa wrapper filter
  272. - native VP9 decoder
  273. - dpx parser
  274. - max_error_rate parameter in ffmpeg
  275. - PulseAudio output device
  276. - ReplayGain scanner
  277. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  278. - Linux framebuffer output device
  279. - HEVC decoder
  280. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  281. - mergeplanes filter
  282. version 2.0:
  283. - curves filter
  284. - reference-counting for AVFrame and AVPacket data
  285. - ffmpeg now fails when input options are used for output file
  286. or vice versa
  287. - support for Monkey's Audio versions from 3.93
  288. - perms and aperms filters
  289. - audio filtering support in ffplay
  290. - 10% faster aac encoding on x86 and MIPS
  291. - sine audio filter source
  292. - WebP demuxing and decoding support
  293. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  294. filtergraph description to be read from a file
  295. - OpenCL support
  296. - audio phaser filter
  297. - separatefields filter
  298. - libquvi demuxer
  299. - uniform options syntax across all filters
  300. - telecine filter
  301. - interlace filter
  302. - smptehdbars source
  303. - inverse telecine filters (fieldmatch and decimate)
  304. - colorbalance filter
  305. - colorchannelmixer filter
  306. - The matroska demuxer can now output proper verbatim ASS packets. It will
  307. become the default at the next libavformat major bump.
  308. - decent native animated GIF encoding
  309. - asetrate filter
  310. - interleave filter
  311. - timeline editing with filters
  312. - vidstabdetect and vidstabtransform filters for video stabilization using
  313. the vid.stab library
  314. - astats filter
  315. - trim and atrim filters
  316. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  317. transcoding audio
  318. - Matroska muxer can now put the index at the beginning of the file.
  319. - extractplanes filter
  320. - avectorscope filter
  321. - ADPCM DTK decoder
  322. - ADP demuxer
  323. - RSD demuxer
  324. - RedSpark demuxer
  325. - ADPCM IMA Radical decoder
  326. - zmq filters
  327. - DCT denoiser filter (dctdnoiz)
  328. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  329. - Apple Intermediate Codec decoder
  330. - Escape 130 video decoder
  331. - FTP protocol support
  332. - V4L2 output device
  333. - 3D LUT filter (lut3d)
  334. - SMPTE 302M audio encoder
  335. - support for slice multithreading in libavfilter
  336. - Hald CLUT support (generation and filtering)
  337. - VC-1 interlaced B-frame support
  338. - support for WavPack muxing (raw and in Matroska)
  339. - XVideo output device
  340. - vignette filter
  341. - True Audio (TTA) encoder
  342. - Go2Webinar decoder
  343. - mcdeint filter ported from libmpcodecs
  344. - sab filter ported from libmpcodecs
  345. - ffprobe -show_chapters option
  346. - WavPack encoding through libwavpack
  347. - rotate filter
  348. - spp filter ported from libmpcodecs
  349. - libgme support
  350. - psnr filter
  351. version 1.2:
  352. - VDPAU hardware acceleration through normal hwaccel
  353. - SRTP support
  354. - Error diffusion dither in Swscale
  355. - Chained Ogg support
  356. - Theora Midstream reconfiguration support
  357. - EVRC decoder
  358. - audio fade filter
  359. - filtering audio with unknown channel layout
  360. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  361. and treble audio filter
  362. - improved showspectrum filter, with multichannel support and sox-like colors
  363. - histogram filter
  364. - tee muxer
  365. - il filter ported from libmpcodecs
  366. - support ID3v2 tags in ASF files
  367. - encrypted TTA stream decoding support
  368. - RF64 support in WAV muxer
  369. - noise filter ported from libmpcodecs
  370. - Subtitles character encoding conversion
  371. - blend filter
  372. - stereo3d filter ported from libmpcodecs
  373. version 1.1:
  374. - stream disposition information printing in ffprobe
  375. - filter for loudness analysis following EBU R128
  376. - Opus encoder using libopus
  377. - ffprobe -select_streams option
  378. - Pinnacle TARGA CineWave YUV16 decoder
  379. - TAK demuxer, decoder and parser
  380. - DTS-HD demuxer
  381. - remove -same_quant, it hasn't worked for years
  382. - FFM2 support
  383. - X-Face image encoder and decoder
  384. - 24-bit FLAC encoding
  385. - multi-channel ALAC encoding up to 7.1
  386. - metadata (INFO tag) support in WAV muxer
  387. - subtitles raw text decoder
  388. - support for building DLLs using MSVC
  389. - LVF demuxer
  390. - ffescape tool
  391. - metadata (info chunk) support in CAF muxer
  392. - field filter ported from libmpcodecs
  393. - AVR demuxer
  394. - geq filter ported from libmpcodecs
  395. - remove ffserver daemon mode
  396. - AST muxer/demuxer
  397. - new expansion syntax for drawtext
  398. - BRender PIX image decoder
  399. - ffprobe -show_entries option
  400. - ffprobe -sections option
  401. - ADPCM IMA Dialogic decoder
  402. - BRSTM demuxer
  403. - animated GIF decoder and demuxer
  404. - PVF demuxer
  405. - subtitles filter
  406. - IRCAM muxer/demuxer
  407. - Paris Audio File demuxer
  408. - Virtual concatenation demuxer
  409. - VobSub demuxer
  410. - JSON captions for TED talks decoding support
  411. - SOX Resampler support in libswresample
  412. - aselect filter
  413. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  414. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  415. - Silicon Graphics Movie demuxer
  416. - apad filter
  417. - Resolution & pixel format change support with multithreading for H.264
  418. - documentation split into per-component manuals
  419. - pp (postproc) filter ported from MPlayer
  420. - NIST Sphere demuxer
  421. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  422. - Sony Wave64 muxer
  423. - adobe and limelight publisher authentication in RTMP
  424. - data: URI scheme
  425. - support building on the Plan 9 operating system
  426. - kerndeint filter ported from MPlayer
  427. - histeq filter ported from VirtualDub
  428. - Megalux Frame demuxer
  429. - 012v decoder
  430. - Improved AVC Intra decoding support
  431. version 1.0:
  432. - INI and flat output in ffprobe
  433. - Scene detection in libavfilter
  434. - Indeo Audio decoder
  435. - channelsplit audio filter
  436. - setnsamples audio filter
  437. - atempo filter
  438. - ffprobe -show_data option
  439. - RTMPT protocol support
  440. - iLBC encoding/decoding via libilbc
  441. - Microsoft Screen 1 decoder
  442. - join audio filter
  443. - audio channel mapping filter
  444. - Microsoft ATC Screen decoder
  445. - RTSP listen mode
  446. - TechSmith Screen Codec 2 decoder
  447. - AAC encoding via libfdk-aac
  448. - Microsoft Expression Encoder Screen decoder
  449. - RTMPS protocol support
  450. - RTMPTS protocol support
  451. - RTMPE protocol support
  452. - RTMPTE protocol support
  453. - showwaves and showspectrum filter
  454. - LucasArts SMUSH SANM playback support
  455. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  456. - LucasArts SMUSH demuxer
  457. - SAMI, RealText and SubViewer demuxers and decoders
  458. - Heart Of Darkness PAF playback support
  459. - iec61883 device
  460. - asettb filter
  461. - new option: -progress
  462. - 3GPP Timed Text encoder/decoder
  463. - GeoTIFF decoder support
  464. - ffmpeg -(no)stdin option
  465. - Opus decoder using libopus
  466. - caca output device using libcaca
  467. - alphaextract and alphamerge filters
  468. - concat filter
  469. - flite filter
  470. - Canopus Lossless Codec decoder
  471. - bitmap subtitles in filters (experimental and temporary)
  472. - MP2 encoding via TwoLAME
  473. - bmp parser
  474. - smptebars source
  475. - asetpts filter
  476. - hue filter
  477. - ICO muxer
  478. - SubRip encoder and decoder without embedded timing
  479. - edge detection filter
  480. - framestep filter
  481. - ffmpeg -shortest option is now per-output file
  482. -pass and -passlogfile are now per-output stream
  483. - volume measurement filter
  484. - Ut Video encoder
  485. - Microsoft Screen 2 decoder
  486. - smartblur filter ported from MPlayer
  487. - CPiA decoder
  488. - decimate filter ported from MPlayer
  489. - RTP depacketization of JPEG
  490. - Smooth Streaming live segmenter muxer
  491. - F4V muxer
  492. - sendcmd and asendcmd filters
  493. - WebVTT demuxer and decoder (simple tags supported)
  494. - RTP packetization of JPEG
  495. - faststart option in the MOV/MP4 muxer
  496. - support for building with MSVC
  497. version 0.11:
  498. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  499. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  500. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  501. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  502. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  503. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  504. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  505. - setfield filter
  506. - CDXL demuxer and decoder
  507. - Apple ProRes encoder
  508. - ffprobe -count_packets and -count_frames options
  509. - Sun Rasterfile Encoder
  510. - ID3v2 attached pictures reading and writing
  511. - WMA Lossless decoder
  512. - bluray protocol
  513. - blackdetect filter
  514. - libutvideo encoder wrapper (--enable-libutvideo)
  515. - swapuv filter
  516. - bbox filter
  517. - XBM encoder and decoder
  518. - RealAudio Lossless decoder
  519. - ZeroCodec decoder
  520. - tile video filter
  521. - Metal Gear Solid: The Twin Snakes demuxer
  522. - OpenEXR image decoder
  523. - removelogo filter
  524. - drop support for ffmpeg without libavfilter
  525. - drawtext video filter: fontconfig support
  526. - ffmpeg -benchmark_all option
  527. - super2xsai filter ported from libmpcodecs
  528. - add libavresample audio conversion library for compatibility
  529. - MicroDVD decoder
  530. - Avid Meridien (AVUI) encoder and decoder
  531. - accept + prefix to -pix_fmt option to disable automatic conversions.
  532. - complete audio filtering in libavfilter and ffmpeg
  533. - add fps filter
  534. - vorbis parser
  535. - png parser
  536. - audio mix filter
  537. - ffv1: support (draft) version 1.3
  538. version 0.10:
  539. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  540. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  541. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  542. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  543. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  544. - SBaGen (SBG) binaural beats script demuxer
  545. - OpenMG Audio muxer
  546. - Timecode extraction in DV and MOV
  547. - thumbnail video filter
  548. - XML output in ffprobe
  549. - asplit audio filter
  550. - tinterlace video filter
  551. - astreamsync audio filter
  552. - amerge audio filter
  553. - ISMV (Smooth Streaming) muxer
  554. - GSM audio parser
  555. - SMJPEG muxer
  556. - XWD encoder and decoder
  557. - Automatic thread count based on detection number of (available) CPU cores
  558. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  559. - ffprobe -show_error option
  560. - Avid 1:1 10-bit RGB Packer codec
  561. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  562. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  563. - ffprobe -show_frames option
  564. - silencedetect audio filter
  565. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  566. - rv34: frame-level multi-threading
  567. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  568. - Improved PGS subtitle decoder
  569. - dumpgraph option to lavfi device
  570. - r210 and r10k encoders
  571. - ffwavesynth decoder
  572. - aviocat tool
  573. - ffeval tool
  574. - support encoding and decoding 4-channel SGI images
  575. version 0.9:
  576. - openal input device added
  577. - boxblur filter added
  578. - BWF muxer
  579. - Flash Screen Video 2 decoder
  580. - lavfi input device added
  581. - added avconv, which is almost the same for now, except
  582. for a few incompatible changes in the options, which will hopefully make them
  583. easier to use. The changes are:
  584. * The options placement is now strictly enforced! While in theory the
  585. options for ffmpeg should be given in [input options] -i INPUT [output
  586. options] OUTPUT order, in practice it was possible to give output options
  587. before the -i and it mostly worked. Except when it didn't - the behavior was
  588. a bit inconsistent. In avconv, it is not possible to mix input and output
  589. options. All non-global options are reset after an input or output filename.
  590. * All per-file options are now truly per-file - they apply only to the next
  591. input or output file and specifying different values for different files
  592. will now work properly (notably -ss and -t options).
  593. * All per-stream options are now truly per-stream - it is possible to
  594. specify which stream(s) should a given option apply to. See the Stream
  595. specifiers section in the avconv manual for details.
  596. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  597. sense that they're specified after the output filename instead of before,
  598. like all other options. In avconv this irregularity is removed, all options
  599. apply to the next input or output file.
  600. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  601. irregular and highly confusing, they were also redundant. In avconv the -map
  602. option will create new streams in the output file and map input streams to
  603. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  604. each stream in the first input file.
  605. * The -map option now has slightly different and more powerful syntax:
  606. + Colons (':') are used to separate file index/stream type/stream index
  607. instead of dots. Comma (',') is used to separate the sync stream instead
  608. of colon.. This is done for consistency with other options.
  609. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  610. output stream from the third input audio stream.
  611. + Omitting the stream index now maps all the streams of the given type,
  612. not just the first. E.g. -map 0:s creates output streams for all the
  613. subtitle streams in the first input file.
  614. + Since -map can now match multiple streams, negative mappings were
  615. introduced. Negative mappings disable some streams from an already
  616. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  617. all the stream in the first input file, except for the second audio
  618. stream'.
  619. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  620. use, which allows to precisely specify target stream(s) consistently with
  621. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  622. libvorbis sets the codec for the first audio stream and -c copy copies all
  623. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  624. aliases to -c:v/a/s
  625. * It is now possible to precisely specify which stream should an AVOption
  626. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  627. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  628. syntax is deprecated and will stop working soon.
  629. * -map_chapters now takes only an input file index and applies to the next
  630. output file. This is consistent with how all the other options work.
  631. * -map_metadata now takes only an input metadata specifier and applies to
  632. the next output file. Output metadata specifier is now part of the option
  633. name, similarly to the AVOptions/map/codec feature above.
  634. * -metadata can now be used to set metadata on streams and chapters, e.g.
  635. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  636. This made -vlang/-alang/-slang options redundant, so they were removed.
  637. * -qscale option now uses stream specifiers and applies to all streams, not
  638. just video. I.e. plain -qscale number would now apply to all streams. To get
  639. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  640. and -aq is now an alias for -q:a.
  641. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  642. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  643. * -itsscale option now uses stream specifiers, so its argument is only the
  644. scale parameter.
  645. * -intra option was removed, use -g 0 for the same effect.
  646. * -psnr option was removed, use -flags +psnr for the same effect.
  647. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  648. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  649. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  650. - XMV demuxer
  651. - LOAS demuxer
  652. - ashowinfo filter added
  653. - Windows Media Image decoder
  654. - amovie source added
  655. - LATM muxer/demuxer
  656. - Speex encoder via libspeex
  657. - JSON output in ffprobe
  658. - WTV muxer
  659. - Optional C++ Support (needed for libstagefright)
  660. - H.264 Decoding on Android via Stagefright
  661. - Prores decoder
  662. - BIN/XBIN/ADF/IDF text file decoder
  663. - aconvert audio filter added
  664. - audio support to lavfi input device added
  665. - libcdio-paranoia input device for audio CD grabbing
  666. - Apple ProRes decoder
  667. - CELT in Ogg demuxing
  668. - G.723.1 demuxer and decoder
  669. - libmodplug support (--enable-libmodplug)
  670. - VC-1 interlaced decoding
  671. - libutvideo wrapper (--enable-libutvideo)
  672. - aevalsrc audio source added
  673. - Ut Video decoder
  674. - Speex encoding via libspeex
  675. - 4:2:2 H.264 decoding support
  676. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  677. - Pulseaudio input device
  678. - Prores encoder
  679. - Video Decoder Acceleration (VDA) HWAccel module.
  680. - replacement Indeo 3 decoder
  681. - new ffmpeg option: -map_channel
  682. - volume audio filter added
  683. - earwax audio filter added
  684. - libv4l2 support (--enable-libv4l2)
  685. - TLS/SSL and HTTPS protocol support
  686. - AVOptions API rewritten and documented
  687. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  688. AVCodecContext deprecated. Codec private options should be used instead.
  689. - Properly working defaults in libx264 wrapper, support for native presets.
  690. - Encrypted OMA files support
  691. - Discworld II BMV decoding support
  692. - VBLE Decoder
  693. - OS X Video Decoder Acceleration (VDA) support
  694. - compact and csv output in ffprobe
  695. - pan audio filter
  696. - IFF Amiga Continuous Bitmap (ACBM) decoder
  697. - ass filter
  698. - CRI ADX audio format muxer and demuxer
  699. - Playstation Portable PMP format demuxer
  700. - Microsoft Windows ICO demuxer
  701. - life source
  702. - PCM format support in OMA demuxer
  703. - CLJR encoder
  704. - new option: -report
  705. - Dxtory capture format decoder
  706. - cellauto source
  707. - Simple segmenting muxer
  708. - Indeo 4 decoder
  709. - SMJPEG demuxer
  710. version 0.8:
  711. - many many things we forgot because we rather write code than changelogs
  712. - WebM support in Matroska de/muxer
  713. - low overhead Ogg muxing
  714. - MMS-TCP support
  715. - VP8 de/encoding via libvpx
  716. - Demuxer for On2's IVF format
  717. - Pictor/PC Paint decoder
  718. - HE-AAC v2 decoder
  719. - HE-AAC v2 encoding with libaacplus
  720. - libfaad2 wrapper removed
  721. - DTS-ES extension (XCh) decoding support
  722. - native VP8 decoder
  723. - RTSP tunneling over HTTP
  724. - RTP depacketization of SVQ3
  725. - -strict inofficial replaced by -strict unofficial
  726. - ffplay -exitonkeydown and -exitonmousedown options added
  727. - native GSM / GSM MS decoder
  728. - RTP depacketization of QDM2
  729. - ANSI/ASCII art playback system
  730. - Lego Mindstorms RSO de/muxer
  731. - libavcore added (and subsequently removed)
  732. - SubRip subtitle file muxer and demuxer
  733. - Chinese AVS encoding via libxavs
  734. - ffprobe -show_packets option added
  735. - RTP packetization of Theora and Vorbis
  736. - RTP depacketization of MP4A-LATM
  737. - RTP packetization and depacketization of VP8
  738. - hflip filter
  739. - Apple HTTP Live Streaming demuxer
  740. - a64 codec
  741. - MMS-HTTP support
  742. - G.722 ADPCM audio encoder/decoder
  743. - R10k video decoder
  744. - ocv_smooth filter
  745. - frei0r wrapper filter
  746. - change crop filter syntax to width:height:x:y
  747. - make the crop filter accept parametric expressions
  748. - make ffprobe accept AVFormatContext options
  749. - yadif filter
  750. - blackframe filter
  751. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  752. - RTP depacketization of the X-QT QuickTime format
  753. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  754. - cropdetect filter
  755. - ffmpeg -crop* options removed
  756. - transpose filter added
  757. - ffmpeg -force_key_frames option added
  758. - demuxer for receiving raw rtp:// URLs without an SDP description
  759. - single stream LATM/LOAS decoder
  760. - setpts filter added
  761. - Win64 support for optimized x86 assembly functions
  762. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  763. - ASS subtitle encoder and decoder
  764. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  765. - overlay filter added
  766. - rename aspect filter to setdar, and pixelaspect to setsar
  767. - IEC 61937 demuxer
  768. - Mobotix .mxg demuxer
  769. - frei0r source added
  770. - hqdn3d filter added
  771. - RTP depacketization of QCELP
  772. - FLAC parser added
  773. - gradfun filter added
  774. - AMR-WB decoder
  775. - replace the ocv_smooth filter with a more generic ocv filter
  776. - Windows Televison (WTV) demuxer
  777. - FFmpeg metadata format muxer and demuxer
  778. - SubRip (srt) subtitle encoder and decoder
  779. - floating-point AC-3 encoder added
  780. - Lagarith decoder
  781. - ffmpeg -copytb option added
  782. - IVF muxer added
  783. - Wing Commander IV movies decoder added
  784. - movie source added
  785. - Bink version 'b' audio and video decoder
  786. - Bitmap Brothers JV playback system
  787. - Apple HTTP Live Streaming protocol handler
  788. - sndio support for playback and record
  789. - Linux framebuffer input device added
  790. - Chronomaster DFA decoder
  791. - DPX image encoder
  792. - MicroDVD subtitle file muxer and demuxer
  793. - Playstation Portable PMP format demuxer
  794. - fieldorder video filter added
  795. - AAC encoding via libvo-aacenc
  796. - AMR-WB encoding via libvo-amrwbenc
  797. - xWMA demuxer
  798. - Mobotix MxPEG decoder
  799. - VP8 frame-multithreading
  800. - NEON optimizations for VP8
  801. - Lots of deprecated API cruft removed
  802. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  803. - showinfo filter added
  804. - SMPTE 302M AES3 audio decoder
  805. - Apple Core Audio Format muxer
  806. - 9bit and 10bit per sample support in the H.264 decoder
  807. - 9bit and 10bit FFV1 encoding / decoding
  808. - split filter added
  809. - select filter added
  810. - sdl output device added
  811. - libmpcodecs video filter support (3 times as many filters than before)
  812. - mpeg2 aspect ratio dection fixed
  813. - libxvid aspect pickiness fixed
  814. - Frame multithreaded decoding
  815. - E-AC-3 audio encoder
  816. - ac3enc: add channel coupling support
  817. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  818. - H264/MPEG frame-level multi-threading
  819. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  820. - 4:4:4 H.264 decoding support
  821. - 10-bit H.264 optimizations for x86
  822. - lut, lutrgb, and lutyuv filters added
  823. - buffersink libavfilter sink added
  824. - Bump libswscale for recently reported ABI break
  825. - New J2K encoder (via OpenJPEG)
  826. version 0.7:
  827. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  828. version 0.6:
  829. - PB-frame decoding for H.263
  830. - deprecated vhook subsystem removed
  831. - deprecated old scaler removed
  832. - VQF demuxer
  833. - Alpha channel scaler
  834. - PCX encoder
  835. - RTP packetization of H.263
  836. - RTP packetization of AMR
  837. - RTP depacketization of Vorbis
  838. - CorePNG decoding support
  839. - Cook multichannel decoding support
  840. - introduced avlanguage helpers in libavformat
  841. - 8088flex TMV demuxer and decoder
  842. - per-stream language-tags extraction in asfdec
  843. - V210 decoder and encoder
  844. - remaining GPL parts in AC-3 decoder converted to LGPL
  845. - QCP demuxer
  846. - SoX native format muxer and demuxer
  847. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  848. - DPX image decoder
  849. - Electronic Arts Madcow decoder
  850. - DivX (XSUB) subtitle encoder
  851. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  852. - experimental AAC encoder
  853. - RTP depacketization of ASF and RTSP from WMS servers
  854. - RTMP support in libavformat
  855. - noX handling for OPT_BOOL X options
  856. - Wave64 demuxer
  857. - IEC-61937 compatible Muxer
  858. - TwinVQ decoder
  859. - Bluray (PGS) subtitle decoder
  860. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  861. - WMA Pro decoder
  862. - Core Audio Format demuxer
  863. - ATRAC1 decoder
  864. - MD STUDIO audio demuxer
  865. - RF64 support in WAV demuxer
  866. - MPEG-4 Audio Lossless Coding (ALS) decoder
  867. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  868. - IV8 demuxer
  869. - CDG demuxer and decoder
  870. - R210 decoder
  871. - Auravision Aura 1 and 2 decoders
  872. - Deluxe Paint Animation playback system
  873. - SIPR decoder
  874. - Adobe Filmstrip muxer and demuxer
  875. - RTP depacketization of H.263
  876. - Bink demuxer and audio/video decoders
  877. - enable symbol versioning by default for linkers that support it
  878. - IFF PBM/ILBM bitmap decoder
  879. - concat protocol
  880. - Indeo 5 decoder
  881. - RTP depacketization of AMR
  882. - WMA Voice decoder
  883. - ffprobe tool
  884. - AMR-NB decoder
  885. - RTSP muxer
  886. - HE-AAC v1 decoder
  887. - Kega Game Video (KGV1) decoder
  888. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  889. - RTP depacketization of Theora
  890. - HTTP Digest authentication
  891. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  892. - Psygnosis YOP demuxer and video decoder
  893. - spectral extension support in the E-AC-3 decoder
  894. - unsharp video filter
  895. - RTP hinting in the mov/3gp/mp4 muxer
  896. - Dirac in Ogg demuxing
  897. - seek to keyframes in Ogg
  898. - 4:2:2 and 4:4:4 Theora decoding
  899. - 35% faster VP3/Theora decoding
  900. - faster AAC decoding
  901. - faster H.264 decoding
  902. - RealAudio 1.0 (14.4K) encoder
  903. version 0.5:
  904. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  905. - TechSmith Camtasia (TSCC) video decoder
  906. - IBM Ultimotion (ULTI) video decoder
  907. - Sierra Online audio file demuxer and decoder
  908. - Apple QuickDraw (qdrw) video decoder
  909. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  910. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  911. - Miro VideoXL (VIXL) video decoder
  912. - H.261 video encoder
  913. - QPEG video decoder
  914. - Nullsoft Video (NSV) file demuxer
  915. - Shorten audio decoder
  916. - LOCO video decoder
  917. - Apple Lossless Audio Codec (ALAC) decoder
  918. - Winnov WNV1 video decoder
  919. - Autodesk Animator Studio Codec (AASC) decoder
  920. - Indeo 2 video decoder
  921. - Fraps FPS1 video decoder
  922. - Snow video encoder/decoder
  923. - Sonic audio encoder/decoder
  924. - Vorbis audio decoder
  925. - Macromedia ADPCM decoder
  926. - Duck TrueMotion 2 video decoder
  927. - support for decoding FLX and DTA extensions in FLIC files
  928. - H.264 custom quantization matrices support
  929. - ffserver fixed, it should now be usable again
  930. - QDM2 audio decoder
  931. - Real Cooker audio decoder
  932. - TrueSpeech audio decoder
  933. - WMA2 audio decoder fixed, now all files should play correctly
  934. - RealAudio 14.4 and 28.8 decoders fixed
  935. - JPEG-LS decoder
  936. - build system improvements
  937. - tabs and trailing whitespace removed from the codebase
  938. - CamStudio video decoder
  939. - AIFF/AIFF-C audio format, encoding and decoding
  940. - ADTS AAC file reading and writing
  941. - Creative VOC file reading and writing
  942. - American Laser Games multimedia (*.mm) playback system
  943. - Zip Motion Blocks Video decoder
  944. - improved Theora/VP3 decoder
  945. - True Audio (TTA) decoder
  946. - AVS demuxer and video decoder
  947. - JPEG-LS encoder
  948. - Smacker demuxer and decoder
  949. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  950. - KMVC decoder
  951. - MPEG-2 intra VLC support
  952. - MPEG-2 4:2:2 encoder
  953. - Flash Screen Video decoder
  954. - GXF demuxer
  955. - Chinese AVS decoder
  956. - GXF muxer
  957. - MXF demuxer
  958. - VC-1/WMV3/WMV9 video decoder
  959. - MacIntel support
  960. - AviSynth support
  961. - VMware video decoder
  962. - VP5 video decoder
  963. - VP6 video decoder
  964. - WavPack lossless audio decoder
  965. - Targa (.TGA) picture decoder
  966. - Vorbis audio encoder
  967. - Delphine Software .cin demuxer/audio and video decoder
  968. - Tiertex .seq demuxer/video decoder
  969. - MTV demuxer
  970. - TIFF picture encoder and decoder
  971. - GIF picture decoder
  972. - Intel Music Coder decoder
  973. - Zip Motion Blocks Video encoder
  974. - Musepack decoder
  975. - Flash Screen Video encoder
  976. - Theora encoding via libtheora
  977. - BMP encoder
  978. - WMA encoder
  979. - GSM-MS encoder and decoder
  980. - DCA decoder
  981. - DXA demuxer and decoder
  982. - DNxHD decoder
  983. - Gamecube movie (.THP) playback system
  984. - Blackfin optimizations
  985. - Interplay C93 demuxer and video decoder
  986. - Bethsoft VID demuxer and video decoder
  987. - CRYO APC demuxer
  988. - ATRAC3 decoder
  989. - V.Flash PTX decoder
  990. - RoQ muxer, RoQ audio encoder
  991. - Renderware TXD demuxer and decoder
  992. - extern C declarations for C++ removed from headers
  993. - sws_flags command line option
  994. - codebook generator
  995. - RoQ video encoder
  996. - QTRLE encoder
  997. - OS/2 support removed and restored again
  998. - AC-3 decoder
  999. - NUT muxer
  1000. - additional SPARC (VIS) optimizations
  1001. - Matroska muxer
  1002. - slice-based parallel H.264 decoding
  1003. - Monkey's Audio demuxer and decoder
  1004. - AMV audio and video decoder
  1005. - DNxHD encoder
  1006. - H.264 PAFF decoding
  1007. - Nellymoser ASAO decoder
  1008. - Beam Software SIFF demuxer and decoder
  1009. - libvorbis Vorbis decoding removed in favor of native decoder
  1010. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1011. - Ogg (Theora, Vorbis and FLAC) muxer
  1012. - The "device" muxers and demuxers are now in a new libavdevice library
  1013. - PC Paintbrush PCX decoder
  1014. - Sun Rasterfile decoder
  1015. - TechnoTrend PVA demuxer
  1016. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1017. - AVM2 (Flash 9) SWF muxer
  1018. - QT variant of IMA ADPCM encoder
  1019. - VFW grabber
  1020. - iPod/iPhone compatible mp4 muxer
  1021. - Mimic decoder
  1022. - MSN TCP Webcam stream demuxer
  1023. - RL2 demuxer / decoder
  1024. - IFF demuxer
  1025. - 8SVX audio decoder
  1026. - non-recursive Makefiles
  1027. - BFI demuxer
  1028. - MAXIS EA XA (.xa) demuxer / decoder
  1029. - BFI video decoder
  1030. - OMA demuxer
  1031. - MLP/TrueHD decoder
  1032. - Electronic Arts CMV decoder
  1033. - Motion Pixels Video decoder
  1034. - Motion Pixels MVI demuxer
  1035. - removed animated GIF decoder/demuxer
  1036. - D-Cinema audio muxer
  1037. - Electronic Arts TGV decoder
  1038. - Apple Lossless Audio Codec (ALAC) encoder
  1039. - AAC decoder
  1040. - floating point PCM encoder/decoder
  1041. - MXF muxer
  1042. - DV100 AKA DVCPRO HD decoder and demuxer
  1043. - E-AC-3 support added to AC-3 decoder
  1044. - Nellymoser ASAO encoder
  1045. - ASS and SSA demuxer and muxer
  1046. - liba52 wrapper removed
  1047. - SVQ3 watermark decoding support
  1048. - Speex decoding via libspeex
  1049. - Electronic Arts TGQ decoder
  1050. - RV40 decoder
  1051. - QCELP / PureVoice decoder
  1052. - RV30 decoder
  1053. - hybrid WavPack support
  1054. - R3D REDCODE demuxer
  1055. - ALSA support for playback and record
  1056. - Electronic Arts TQI decoder
  1057. - OpenJPEG based JPEG 2000 decoder
  1058. - NC (NC4600) camera file demuxer
  1059. - Gopher client support
  1060. - MXF D-10 muxer
  1061. - generic metadata API
  1062. - flash ScreenVideo2 encoder
  1063. version 0.4.9-pre1:
  1064. - DV encoder, DV muxer
  1065. - Microsoft RLE video decoder
  1066. - Microsoft Video-1 decoder
  1067. - Apple Animation (RLE) decoder
  1068. - Apple Graphics (SMC) decoder
  1069. - Apple Video (RPZA) decoder
  1070. - Cinepak decoder
  1071. - Sega FILM (CPK) file demuxer
  1072. - Westwood multimedia support (VQA & AUD files)
  1073. - Id Quake II CIN playback support
  1074. - 8BPS video decoder
  1075. - FLIC playback support
  1076. - RealVideo 2.0 (RV20) decoder
  1077. - Duck TrueMotion v1 (DUCK) video decoder
  1078. - Sierra VMD demuxer and video decoder
  1079. - MSZH and ZLIB decoder support
  1080. - SVQ1 video encoder
  1081. - AMR-WB support
  1082. - PPC optimizations
  1083. - rate distortion optimal cbp support
  1084. - rate distorted optimal ac prediction for MPEG-4
  1085. - rate distorted optimal lambda->qp support
  1086. - AAC encoding with libfaac
  1087. - Sunplus JPEG codec (SP5X) support
  1088. - use Lagrange multipler instead of QP for ratecontrol
  1089. - Theora/VP3 decoding support
  1090. - XA and ADX ADPCM codecs
  1091. - export MPEG-2 active display area / pan scan
  1092. - Add support for configuring with IBM XLC
  1093. - floating point AAN DCT
  1094. - initial support for zygo video (not complete)
  1095. - RGB ffv1 support
  1096. - new audio/video parser API
  1097. - av_log() system
  1098. - av_read_frame() and av_seek_frame() support
  1099. - missing last frame fixes
  1100. - seek by mouse in ffplay
  1101. - noise reduction of DCT coefficients
  1102. - H.263 OBMC & 4MV support
  1103. - H.263 alternative inter vlc support
  1104. - H.263 loop filter
  1105. - H.263 slice structured mode
  1106. - interlaced DCT support for MPEG-2 encoding
  1107. - stuffing to stay above min_bitrate
  1108. - MB type & QP visualization
  1109. - frame stepping for ffplay
  1110. - interlaced motion estimation
  1111. - alternate scantable support
  1112. - SVCD scan offset support
  1113. - closed GOP support
  1114. - SSE2 FDCT
  1115. - quantizer noise shaping
  1116. - G.726 ADPCM audio codec
  1117. - MS ADPCM encoding
  1118. - multithreaded/SMP motion estimation
  1119. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  1120. - multithreaded/SMP decoding for MPEG-2
  1121. - FLAC decoder
  1122. - Metrowerks CodeWarrior suppport
  1123. - H.263+ custom pcf support
  1124. - nicer output for 'ffmpeg -formats'
  1125. - Matroska demuxer
  1126. - SGI image format, encoding and decoding
  1127. - H.264 loop filter support
  1128. - H.264 CABAC support
  1129. - nicer looking arrows for the motion vector visualization
  1130. - improved VCD support
  1131. - audio timestamp drift compensation
  1132. - MPEG-2 YUV 422/444 support
  1133. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  1134. - better image scaling
  1135. - H.261 support
  1136. - correctly interleave packets during encoding
  1137. - VIS optimized motion compensation
  1138. - intra_dc_precision>0 encoding support
  1139. - support reuse of motion vectors/MB types/field select values of the source video
  1140. - more accurate deblock filter
  1141. - padding support
  1142. - many optimizations and bugfixes
  1143. - FunCom ISS audio file demuxer and according ADPCM decoding
  1144. version 0.4.8:
  1145. - MPEG-2 video encoding (Michael)
  1146. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  1147. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  1148. and Mario Brito)
  1149. - Xan DPCM audio decoder (Mario Brito)
  1150. - Interplay MVE playback subsystem (Mike Melanson)
  1151. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  1152. version 0.4.7:
  1153. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  1154. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  1155. - current version now also compiles with older GCC (Fabrice)
  1156. - 4X multimedia playback system including 4xm file demuxer (Mike
  1157. Melanson), and 4X video and audio codecs (Michael)
  1158. - Creative YUV (CYUV) decoder (Mike Melanson)
  1159. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  1160. than HuffYUV) (Michael)
  1161. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  1162. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  1163. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  1164. - ffplay has been replaced with a newer version which uses SDL (optionally)
  1165. for multiplatform support (Fabrice)
  1166. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  1167. by anonymous
  1168. - AMR format has been added (Johannes Carlsson)
  1169. - 3GP support has been added (Johannes Carlsson)
  1170. - VP3 codec has been added (Mike Melanson)
  1171. - more MPEG-1/2 fixes
  1172. - better multiplatform support, MS Visual Studio fixes (various)
  1173. - AltiVec optimizations (Magnus Damn and others)
  1174. - SH4 processor support has been added (BERO)
  1175. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  1176. - VOB streaming support (Brian Foley)
  1177. - better MP3 autodetection (Andriy Rysin)
  1178. - qpel encoding (Michael)
  1179. - 4mv+b frames encoding finally fixed (Michael)
  1180. - chroma ME (Michael)
  1181. - 5 comparison functions for ME (Michael)
  1182. - B-frame encoding speedup (Michael)
  1183. - WMV2 codec (unfinished - Michael)
  1184. - user specified diamond size for EPZS (Michael)
  1185. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  1186. - ASV2 codec (Michael)
  1187. - CLJR decoder (Alex)
  1188. .. And lots more new enhancements and fixes.
  1189. version 0.4.6:
  1190. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1191. from scratch
  1192. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1193. - fix quantization bug in AC3 encoder
  1194. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1195. - added prototype ffplay program
  1196. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1197. - bug fix on MCBPC tables of H.263 (Juanjo)
  1198. - bug fix on DC coefficients of H.263 (Juanjo)
  1199. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1200. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1201. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1202. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1203. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1204. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1205. - added first regression tests
  1206. - added MPEG-2 TS demuxer
  1207. - new demux API for libav
  1208. - more accurate and faster IDCT (Michael)
  1209. - faster and entropy-controlled motion search (Michael)
  1210. - two pass video encoding (Michael)
  1211. - new video rate control (Michael)
  1212. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1213. - great performance improvement of video encoders and decoders (Michael)
  1214. - new and faster bit readers and vlc parsers (Michael)
  1215. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1216. - added DV video decoder
  1217. - preliminary RTP/RTSP support in ffserver and libavformat
  1218. - H.263+ AIC decoding/encoding support (Juanjo)
  1219. - VCD MPEG-PS mode (Juanjo)
  1220. - PSNR stuff (Juanjo)
  1221. - simple stats output (Juanjo)
  1222. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1223. version 0.4.5:
  1224. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1225. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1226. - added configure system (actually a small shell script)
  1227. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1228. Michael Hipp (temporary solution - waiting for integer only
  1229. decoder)
  1230. - fixed VIDIOCSYNC interrupt
  1231. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1232. - added Real Video 1.0 decoding (needs further testing)
  1233. - simplified image formats again. Added PGM format (=grey
  1234. pgm). Renamed old PGM to PGMYUV.
  1235. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1236. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1237. - added support for MPlayer interface
  1238. - added macroblock skip optimization
  1239. - added MJPEG decoder
  1240. - added mmx/mmxext IDCT from libmpeg2
  1241. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1242. <celer at shell.scrypt.net>)
  1243. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1244. - added deinterlacing option
  1245. - MPEG-1/2 fixes
  1246. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1247. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1248. - Windows porting of file converter
  1249. - added MJPEG raw format (input/output)
  1250. - added JPEG image format support (input/output)
  1251. version 0.4.4:
  1252. - fixed some std header definitions (Bjorn Lindgren
  1253. <bjorn.e.lindgren at telia.com>).
  1254. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1255. - added ASF demuxer
  1256. - added prototype RM demuxer
  1257. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1258. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1259. header does not include them)
  1260. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1261. play them (only tested video)
  1262. - fixed H.263 white bug
  1263. - fixed phase rounding in img resample filter
  1264. - add MMX code for polyphase img resample filter
  1265. - added CPU autodetection
  1266. - added generic title/author/copyright/comment string handling (ASF and RM
  1267. use them)
  1268. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1269. decoder)
  1270. - added fractional frame rate support
  1271. - codecs are no longer searched by read_header() (should fix ffserver
  1272. segfault)
  1273. version 0.4.3:
  1274. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1275. - fixed raw yuv output
  1276. - added motion rounding support in MPEG-4
  1277. - fixed motion bug rounding in MSMPEG4
  1278. - added B-frame handling in video core
  1279. - added full MPEG-1 decoding support
  1280. - added partial (frame only) MPEG-2 support
  1281. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1282. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1283. this +codec ;) (JuanJo).
  1284. - Halfpel motion estimation after MB type selection (JuanJo)
  1285. - added pgm and .Y.U.V output format
  1286. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1287. output.
  1288. - added pgmpipe I/O format (original patch from Martin Aumueller
  1289. <lists at reserv.at>, but changed completely since we use a format
  1290. instead of a protocol)
  1291. version 0.4.2:
  1292. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1293. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1294. missing. MSMPEG4 support is complete.
  1295. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1296. can decode ffmpeg MPEGs :-)).
  1297. - added libavcodec API documentation (see apiexample.c).
  1298. - fixed image polyphase bug (the bottom of some images could be
  1299. greenish)
  1300. - added support for non clipped motion vectors (decoding only)
  1301. and image sizes non-multiple of 16
  1302. - added support for AC prediction (decoding only)
  1303. - added file overwrite confirmation (can be disabled with -y)
  1304. - added custom size picture to H.263 using H.263+ (Juanjo)
  1305. version 0.4.1:
  1306. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1307. of AVI and ASF to DIV3.
  1308. - added -me option to set motion estimation method
  1309. (default=log). suppressed redundant -hq option.
  1310. - added options -acodec and -vcodec to force a given codec (useful for
  1311. AVI for example)
  1312. - fixed -an option
  1313. - improved dct_quantize speed
  1314. - factorized some motion estimation code
  1315. version 0.4.0:
  1316. - removing grab code from ffserver and moved it to ffmpeg. Added
  1317. multistream support to ffmpeg.
  1318. - added timeshifting support for live feeds (option ?date=xxx in the
  1319. URL)
  1320. - added high quality image resize code with polyphase filter (need
  1321. mmx/see optimization). Enable multiple image size support in ffserver.
  1322. - added multi live feed support in ffserver
  1323. - suppressed master feature from ffserver (it should be done with an
  1324. external program which opens the .ffm url and writes it to another
  1325. ffserver)
  1326. - added preliminary support for video stream parsing (WAV and AVI half
  1327. done). Added proper support for audio/video file conversion in
  1328. ffmpeg.
  1329. - added preliminary support for video file sending from ffserver
  1330. - redesigning I/O subsystem: now using URL based input and output
  1331. (see avio.h)
  1332. - added WAV format support
  1333. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1334. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1335. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1336. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1337. - added new motion estimation algorithms, log and phods (Juanjo)
  1338. - changed directories: libav for format handling, libavcodec for
  1339. codecs
  1340. version 0.3.4:
  1341. - added stereo in MPEG audio encoder
  1342. version 0.3.3:
  1343. - added 'high quality' mode which use motion vectors. It can be used in
  1344. real time at low resolution.
  1345. - fixed rounding problems which caused quality problems at high
  1346. bitrates and large GOP size
  1347. version 0.3.2: small fixes
  1348. - ASF fixes
  1349. - put_seek bug fix
  1350. version 0.3.1: added avi/divx support
  1351. - added AVI support
  1352. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1353. - added sound for flash format (not tested)
  1354. version 0.3: initial public release