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.

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