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.

1231 lines
42KB

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