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.

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