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.

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