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.

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