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.

1090 lines
40KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version 11.4:
  4. - h264: Make sure reinit failures mark the context as not initialized (CVE-2015-3417)
  5. - msrle: Use FFABS to determine the frame size in msrle_decode_pal4 (CVE-2015-3395)
  6. - cavs: Remove an unneeded scratch buffer
  7. - configure: Disable i686 for i586 and lower CPUs (debian/783082)
  8. - mjpegenc: Fix JFIF header byte ordering (bug/808)
  9. - nut: Make sure to clean up on read_header failure
  10. - png: Set the color range as full range
  11. - avi: Validate sample_size
  12. - nut: Check chapter creation in decode_info_header
  13. - alac: Reject rice_limit 0 if compression is used
  14. - ape: Support _0000 files with nblock smaller than 64
  15. - mux: Do not leave stale side data pointers in ff_interleave_add_packet()
  16. - avresample: Reallocate the internal buffer to the correct size (bug/825)
  17. - mpegts: Update the PSI/SI table only if the version change
  18. - rtsp: Make sure we don't write too many transport entries into a fixed-size array
  19. - rtpenc_jpeg: Handle case of picture dimensions not dividing by 8
  20. - mov: Fix little endian audio detection
  21. - x86: Put COPY3_IF_LT under HAVE_6REGS (gentoo/541930)
  22. - roqvideoenc: set enc->avctx in roq_encode_init
  23. - mp3: Properly use AVCodecContext API
  24. - libvpx: Fix mixed use of av_malloc() and av_reallocp()
  25. - Revert "lavfi: always check av_expr_parse_and_eval() return value"
  26. - alsdec: only adapt order for positive max_order
  27. - alsdec: check sample pointer range in revert_channel_correlation
  28. - aacpsy: correct calculation of minath in psy_3gpp_init
  29. - alsdec: limit avctx->bits_per_raw_sample to 32
  30. - aasc: return correct buffer size from aasc_decode_frame
  31. - matroskadec: fix crash when parsing invalid mkv
  32. - avconv: do not overwrite the stream codec context for streamcopy
  33. - webp: ensure that each transform is only used once
  34. - h264_ps: properly check cropping parameters against overflow
  35. - hevc: zero the correct variables on invalid crop parameters
  36. - hevc: make the crop sizes unsigned
  37. version 11.3:
  38. - utvideodec: Handle slice_height being zero (CVE-2014-9604)
  39. - adxdec: set avctx->channels in adx_read_header
  40. - rmenc: limit packet size
  41. - webp: validate the distance prefix code
  42. - rv10: check size of s->mb_width * s->mb_height
  43. - eamad: check for out of bounds read (CID/1257500)
  44. - mdec: check for out of bounds read (CID/1257501)
  45. - configure: Properly fail when libcdio/cdparanoia is not found
  46. - tiff: Check that there is no aliasing in pixel format selection (CVE-2014-8544)
  47. - aic: Fix decoding files with odd dimensions
  48. - vorbis: Check the vlc value in setup_classifs
  49. - arm: Suppress tags about used cpu arch and extensions
  50. - prores: Extend the padding check to 16bit
  51. - icecast: Do not use chunked post, allows feeding to icecast properly
  52. - img2dec: correctly use the parsed value from -start_number
  53. - h264_cabac: Break infinite loops
  54. - hevc_deblock: Fix compilation with nasm (libav #795)
  55. - h264: initialize H264Context.avctx in init_thread_copy
  56. - h264: Do not share rbsp_buffer across threads
  57. - h264: only ref cur_pic in update_thread_context if it is initialized
  58. - matroskadec: Fix read-after-free in matroska_read_seek() (chromium #427266)
  59. - log: Unbreak no-tty support on 256color terminals
  60. version 11.2:
  61. - h264: restore a block mistakenly removed in e10fd08a (libav #781)
  62. - on2avc: check number of channels (CVE-2014-8549)
  63. - smc: fix the bounds check (CVE-2014-8548)
  64. - gifdec: refactor interleave end handling (CVE-2014-8547)
  65. - mmvideo: check frame dimensions (CVE-2014-8543)
  66. - jvdec: check frame dimensions (CVE-2014-8542)
  67. - mjpegdec: check for pixel format changes (CVE-2014-8541)
  68. - mov: avoid a memleak when multiple stss boxes are present
  69. - vc1: Do not assume seek happens after decoding
  70. - avconv: Use the mpeg12 private option scan_offset (debian/773055)
  71. - xsub: Support DXSA subtitles
  72. - mp3dec: fix reading the Xing tag
  73. - matroskaenc: write correct Display{Width, Height} in stereo encoding
  74. - configure: Fix enabling memalign_hack automatically
  75. - mp3enc: fix a triggerable assert
  76. - latm: Do not give a score for a single instance
  77. - mp3: Tweak the probe scores
  78. - matroskaenc: write correct Display{Width, Height} in stereo encoding
  79. - configure: Fix enabling memalign_hack automatically
  80. - coverity: Fix most of the reported warnings and issues
  81. version 11.1:
  82. - Replace lena.pnm (debian#771126)
  83. - Treat all '*.pnm' files as non-text file
  84. - opusdec: make sure all substreams have the same number of coded samples
  85. - lavu: fix memory leaks by using a mutex instead of atomics
  86. - lavu: add wrappers for the pthreads mutex API
  87. - mp3enc: fix a triggerable assert
  88. - resample: Avoid off-by-1 errors in PTS calcs. (libav#753)
  89. - imc: fix order of operations in coefficients read
  90. - hevc_mvs: make sure to always initialize the temporal MV fully
  91. - hevc_mvs: initialize the temporal MV in case of missing ref
  92. - h264: reset ret to avoid propagating minor failures (libav#750 / lp#905753)
  93. - hevc: Initialize mergecand_list to 0
  94. - mpeg12: Always invoke the get_format() callback
  95. - h264: Always invoke the get_format() callback
  96. - Update default FATE URL for release/11
  97. - apetag: Fix APE tag size check
  98. version 11:
  99. - libx265 encoder
  100. - shuffleplanes filter
  101. - replaygain data export
  102. - Alias PIX image encoder and decoder
  103. - BRender PIX image decoder
  104. - Amazing Studio PAF playback support
  105. - XBM decoder
  106. - BMP standalone parser
  107. - OpenEXR image decoder
  108. - support encoding and decoding 4-channel SGI images
  109. - support decoding 16-bit RLE SGI images
  110. - VP7 video decoder
  111. - LucasArts SMUSH SANM video decoder
  112. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  113. - LucasArts SMUSH demuxer
  114. - MP2 encoding via TwoLAME
  115. - asettb filter
  116. - Silicon Graphics RLE 8-bit video decoder
  117. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  118. - Silicon Graphics Movie demuxer
  119. - On2 AVC (Audio for Video) decoder
  120. - support for decoding through DXVA2 in avconv
  121. - libbs2b-based stereo-to-binaural audio filter
  122. - native Opus decoder
  123. - display matrix export and rotation API
  124. - drop avserver, it was unmaintained for years and largely broken
  125. - Icecast protocol
  126. - request Icecast metadata by default
  127. - support for using metadata in stream specifiers in avtools
  128. - Matroska 3D support
  129. version 10:
  130. - av_strnstr
  131. - support ID3v2 tags in ASF files
  132. - reference-counting for AVFrame and AVPacket data
  133. - avconv now fails when input options are used for output file
  134. or vice versa
  135. - avconv options -filter_script and -filter_complex_script, which allow a
  136. filtergraph description to be read from a file
  137. - uniform options syntax across all filters
  138. - interlace filter
  139. - JPEG 2000 decoder
  140. - asetpts filter (same as setpts, but for audio)
  141. - trim and atrim filters
  142. - avconv -t and -ss (output-only) options are now sample-accurate when
  143. transcoding audio
  144. - Matroska muxer can now put the index at the beginning of the file.
  145. - avconv -deinterlace option removed, the yadif filter should be used instead
  146. - Apple Intermediate Codec decoder
  147. - Escape 130 video decoder
  148. - support for slice multithreading in libavfilter
  149. - VC-1 interlaced B-frame support
  150. - support for WavPack muxing (raw and in Matroska)
  151. - Go2Webinar decoder
  152. - WavPack encoding through libwavpack
  153. - Added the -n parameter to avconv
  154. - RTMP seek support
  155. - when transcoding with avconv (i.e. not streamcopying), -ss is now accurate
  156. even when used as an input option. Previous behavior can be restored with
  157. the -noaccurate_seek option.
  158. - avconv -t option can now be used for inputs, to limit the duration of
  159. data read from an input file
  160. - Voxware MetaSound decoder
  161. - WebP decoder
  162. - Error Resilient AAC syntax (ER AAC LC) decoding
  163. - Low Delay AAC (ER AAC LD) decoding
  164. - mux chapters in ASF files
  165. - Opus in Ogg demuxing
  166. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  167. - F4V muxer
  168. - HNM version 4 demuxer and video decoder
  169. - HEVC decoder
  170. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  171. - remove avplay -vismv option, which has not worked for a long time
  172. - Live HDS muxer
  173. - setsar/setdar filters now support variables in ratio expressions
  174. - dar variable in the scale filter now returns the actual DAR (i.e. a * sar)
  175. - VP9 decoder
  176. - support for decoding through VDPAU in avconv (the -hwaccel option)
  177. - remove mp3_header_(de)compress bitstream filters
  178. - stereoscopic 3d metadata handling
  179. - png standalone parser
  180. - WebP encoding via libwebp
  181. - ATRAC3+ decoder
  182. - framepack filter
  183. - Mirillis FIC video decoder
  184. - Support DNx444
  185. - compand audio filter
  186. version 9:
  187. - av_basename and av_dirname
  188. - adobe and limelight publisher authentication in RTMP
  189. - VDPAU hardware acceleration through normal hwaccel
  190. - SRTP support
  191. version 9_beta3:
  192. - ashowinfo audio filter
  193. - 24-bit FLAC encoding
  194. - audio volume filter
  195. - deprecated the avconv -vol option. the volume filter is to be used instead.
  196. - multi-channel ALAC encoding up to 7.1
  197. - TAK demuxer, parser, and decoder
  198. - adaptive frame-level multithreading for H.264
  199. version 9_beta2:
  200. - metadata (INFO tag) support in WAV muxer
  201. - support for building DLLs using MSVC
  202. - remove avserver daemon mode
  203. - support building on the Plan 9 operating system
  204. - ffv1: support version 1.3
  205. version 9_beta1:
  206. - XWD encoder and decoder
  207. - Support for fragmentation in the mov/mp4 muxer
  208. - ISMV (Smooth Streaming) muxer
  209. - CDXL demuxer and decoder
  210. - Apple ProRes encoder
  211. - Sun Rasterfile Encoder
  212. - remove libpostproc
  213. - ID3v2 attached pictures reading and writing
  214. - WMA Lossless decoder
  215. - XBM encoder
  216. - RealAudio Lossless decoder
  217. - ZeroCodec decoder
  218. - drop support for avconv without libavfilter
  219. - add libavresample audio conversion library
  220. - audio filters support in libavfilter and avconv
  221. - add fps filter
  222. - audio split filter
  223. - audio mix filter
  224. - avprobe output is now standard INI or JSON. The old format can still
  225. be used with -of old.
  226. - Indeo Audio decoder
  227. - channelsplit audio filter
  228. - RTMPT protocol support
  229. - iLBC encoding/decoding via libilbc
  230. - Microsoft Screen 1 decoder
  231. - join audio filter
  232. - audio channel mapping filter
  233. - Microsoft ATC Screen decoder
  234. - RTSP listen mode
  235. - TechSmith Screen Codec 2 decoder
  236. - AAC encoding via libfdk-aac
  237. - Microsoft Expression Encoder Screen decoder
  238. - RTMPS protocol support
  239. - RTMPTS protocol support
  240. - JPEG 2000 encoding support through OpenJPEG
  241. - G.723.1 demuxer and decoder
  242. - RTMPE protocol support
  243. - RTMPTE protocol support
  244. - Canopus Lossless Codec decoder
  245. - avconv -shortest option is now per-output file,
  246. -pass and -passlogfile are now per-output stream
  247. - Ut Video encoder
  248. - Microsoft Screen 2 decoder
  249. - RTP depacketization of JPEG
  250. - Smooth Streaming live segmenter muxer
  251. - RTP packetization of JPEG
  252. - Opus decoder and encoder using libopus
  253. - remove -same_quant, it hasn't worked for years
  254. - support for building with MSVC
  255. version 0.8:
  256. - GSM audio parser
  257. - SMJPEG muxer
  258. version 0.8_beta2:
  259. - Automatic thread count based on detection number of (available) CPU cores
  260. - Deprecate libpostproc. If desired, the switch --enable-postproc will
  261. enable it but it may be removed in a later Libav release.
  262. - rv34: frame-level multi-threading
  263. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  264. version 0.8_beta1:
  265. - BWF muxer
  266. - Flash Screen Video 2 decoder
  267. - ffplay/ffprobe/ffserver renamed to avplay/avprobe/avserver
  268. - ffmpeg deprecated, added avconv, which is almost the same for now, except
  269. for a few incompatible changes in the options, which will hopefully make them
  270. easier to use. The changes are:
  271. * The options placement is now strictly enforced! While in theory the
  272. options for ffmpeg should be given in [input options] -i INPUT [output
  273. options] OUTPUT order, in practice it was possible to give output options
  274. before the -i and it mostly worked. Except when it didn't - the behavior was
  275. a bit inconsistent. In avconv, it is not possible to mix input and output
  276. options. All non-global options are reset after an input or output filename.
  277. * All per-file options are now truly per-file - they apply only to the next
  278. input or output file and specifying different values for different files
  279. will now work properly (notably -ss and -t options).
  280. * All per-stream options are now truly per-stream - it is possible to
  281. specify which stream(s) should a given option apply to. See the Stream
  282. specifiers section in the avconv manual for details.
  283. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  284. sense that they're specified after the output filename instead of before,
  285. like all other options. In avconv this irregularity is removed, all options
  286. apply to the next input or output file.
  287. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  288. irregular and highly confusing, they were also redundant. In avconv the -map
  289. option will create new streams in the output file and map input streams to
  290. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  291. each stream in the first input file.
  292. * The -map option now has slightly different and more powerful syntax:
  293. + Colons (':') are used to separate file index/stream type/stream index
  294. instead of dots. Comma (',') is used to separate the sync stream instead
  295. of colon.. This is done for consistency with other options.
  296. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  297. output stream from the third input audio stream.
  298. + Omitting the stream index now maps all the streams of the given type,
  299. not just the first. E.g. -map 0:s creates output streams for all the
  300. subtitle streams in the first input file.
  301. + Since -map can now match multiple streams, negative mappings were
  302. introduced. Negative mappings disable some streams from an already
  303. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  304. all the stream in the first input file, except for the second audio
  305. stream'.
  306. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  307. use, which allows to precisely specify target stream(s) consistently with
  308. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  309. libvorbis sets the codec for the first audio stream and -c copy copies all
  310. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  311. aliases to -c:v/a/s
  312. * It is now possible to precisely specify which stream should an AVOption
  313. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  314. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  315. syntax is deprecated and will stop working soon.
  316. * -map_chapters now takes only an input file index and applies to the next
  317. output file. This is consistent with how all the other options work.
  318. * -map_metadata now takes only an input metadata specifier and applies to
  319. the next output file. Output metadata specifier is now part of the option
  320. name, similarly to the AVOptions/map/codec feature above.
  321. * -metadata can now be used to set metadata on streams and chapters, e.g.
  322. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  323. This made -vlang/-alang/-slang options redundant, so they were removed.
  324. * -qscale option now uses stream specifiers and applies to all streams, not
  325. just video. I.e. plain -qscale number would now apply to all streams. To get
  326. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  327. and -aq is now an alias for -q:a.
  328. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  329. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  330. * -itsscale option now uses stream specifiers, so its argument is only the
  331. scale parameter.
  332. * -intra option was removed, use -g 0 for the same effect.
  333. * -psnr option was removed, use -flags +psnr for the same effect.
  334. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  335. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  336. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  337. - XMV demuxer
  338. - Windows Media Image decoder
  339. - LATM muxer/demuxer
  340. - showinfo filter
  341. - split filter
  342. - libcdio-paranoia input device for audio CD grabbing
  343. - select filter
  344. - Apple ProRes decoder
  345. - CELT in Ogg demuxing
  346. - VC-1 interlaced decoding
  347. - lut, lutrgb, and lutyuv filters
  348. - boxblur filter
  349. - Ut Video decoder
  350. - Speex encoding via libspeex
  351. - 4:2:2 H.264 decoding support
  352. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  353. - Pulseaudio input device
  354. - replacement Indeo 3 decoder
  355. - TLS/SSL and HTTPS protocol support
  356. - AVOptions API rewritten and documented
  357. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  358. AVCodecContext deprecated. Codec private options should be used instead.
  359. - Properly working defaults in libx264 wrapper, support for native presets.
  360. - Encrypted OMA files support
  361. - Discworld II BMV decoding support
  362. - VBLE Decoder
  363. - OS X Video Decoder Acceleration (VDA) support
  364. - CRI ADX audio format muxer and demuxer
  365. - Playstation Portable PMP format demuxer
  366. - PCM format support in OMA demuxer
  367. - CLJR encoder
  368. - Dxtory capture format decoder
  369. - v410 QuickTime uncompressed 4:4:4 10-bit encoder and decoder
  370. - OpenMG Audio muxer
  371. - Simple segmenting muxer
  372. - Indeo 4 decoder
  373. - SMJPEG demuxer
  374. version 0.7:
  375. - E-AC-3 audio encoder
  376. - ac3enc: add channel coupling support
  377. - floating-point sample format support for (E-)AC-3, DCA, AAC, Vorbis decoders
  378. - H.264/MPEG frame-level multithreading
  379. - av_metadata_* functions renamed to av_dict_* and moved to libavutil
  380. - 4:4:4 H.264 decoding support
  381. - 10-bit H.264 optimizations for x86
  382. - bump libswscale for recently reported ABI break
  383. version 0.7_beta2:
  384. - VP8 frame-level multithreading
  385. - NEON optimizations for VP8
  386. - removed a lot of deprecated API cruft
  387. - FFT and IMDCT optimizations for AVX (Sandy Bridge) processors
  388. - DPX image encoder
  389. - SMPTE 302M AES3 audio decoder
  390. - ffmpeg no longer quits after the 'q' key is pressed; use 'ctrl+c' instead
  391. - 9bit and 10bit per sample support in the H.264 decoder
  392. version 0.7_beta1:
  393. - WebM support in Matroska de/muxer
  394. - low overhead Ogg muxing
  395. - MMS-TCP support
  396. - VP8 de/encoding via libvpx
  397. - Demuxer for On2's IVF format
  398. - Pictor/PC Paint decoder
  399. - HE-AAC v2 decoder
  400. - libfaad2 wrapper removed
  401. - DTS-ES extension (XCh) decoding support
  402. - native VP8 decoder
  403. - RTSP tunneling over HTTP
  404. - RTP depacketization of SVQ3
  405. - -strict inofficial replaced by -strict unofficial
  406. - ffplay -exitonkeydown and -exitonmousedown options added
  407. - native GSM / GSM MS decoder
  408. - RTP depacketization of QDM2
  409. - ANSI/ASCII art playback system
  410. - Lego Mindstorms RSO de/muxer
  411. - SubRip subtitle file muxer and demuxer
  412. - Chinese AVS encoding via libxavs
  413. - ffprobe -show_packets option added
  414. - RTP packetization of Theora and Vorbis
  415. - RTP depacketization of MP4A-LATM
  416. - RTP packetization and depacketization of VP8
  417. - hflip filter
  418. - Apple HTTP Live Streaming demuxer
  419. - a64 codec
  420. - MMS-HTTP support
  421. - G.722 ADPCM audio encoder/decoder
  422. - R10k video decoder
  423. - ocv_smooth filter
  424. - frei0r wrapper filter
  425. - change crop filter syntax to width:height:x:y
  426. - make the crop filter accept parametric expressions
  427. - make ffprobe accept AVFormatContext options
  428. - yadif filter
  429. - blackframe filter
  430. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  431. - RTP depacketization of the X-QT QuickTime format
  432. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  433. - cropdetect filter
  434. - ffmpeg -crop* options removed
  435. - transpose filter added
  436. - ffmpeg -force_key_frames option added
  437. - demuxer for receiving raw rtp:// URLs without an SDP description
  438. - single stream LATM/LOAS decoder
  439. - setpts filter added
  440. - Win64 support for optimized x86 assembly functions
  441. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  442. - ASS subtitle encoder and decoder
  443. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  444. - overlay filter added
  445. - rename aspect filter to setdar, and pixelaspect to setsar
  446. - IEC 61937 demuxer
  447. - Mobotix .mxg demuxer
  448. - frei0r source added
  449. - hqdn3d filter added
  450. - RTP depacketization of QCELP
  451. - FLAC parser added
  452. - gradfun filter added
  453. - AMR-WB decoder
  454. - replace the ocv_smooth filter with a more generic ocv filter
  455. - Windows Televison (WTV) demuxer
  456. - FFmpeg metadata format muxer and demuxer
  457. - SubRip (srt) subtitle decoder
  458. - floating-point AC-3 encoder added
  459. - Lagarith decoder
  460. - ffmpeg -copytb option added
  461. - IVF muxer added
  462. - Wing Commander IV movies decoder added
  463. - movie source added
  464. - Bink version 'b' audio and video decoder
  465. - Bitmap Brothers JV playback system
  466. - Apple HTTP Live Streaming protocol handler
  467. - sndio support for playback and record
  468. - Linux framebuffer input device added
  469. - Chronomaster DFA decoder
  470. - Mobotix MxPEG decoder
  471. - AAC encoding via libvo-aacenc
  472. - AMR-WB encoding via libvo-amrwbenc
  473. - xWMA demuxer
  474. - fieldorder video filter added
  475. version 0.6:
  476. - PB-frame decoding for H.263
  477. - deprecated vhook subsystem removed
  478. - deprecated old scaler removed
  479. - VQF demuxer
  480. - Alpha channel scaler
  481. - PCX encoder
  482. - RTP packetization of H.263
  483. - RTP packetization of AMR
  484. - RTP depacketization of Vorbis
  485. - CorePNG decoding support
  486. - Cook multichannel decoding support
  487. - introduced avlanguage helpers in libavformat
  488. - 8088flex TMV demuxer and decoder
  489. - per-stream language-tags extraction in asfdec
  490. - V210 decoder and encoder
  491. - remaining GPL parts in AC-3 decoder converted to LGPL
  492. - QCP demuxer
  493. - SoX native format muxer and demuxer
  494. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  495. - DPX image decoder
  496. - Electronic Arts Madcow decoder
  497. - DivX (XSUB) subtitle encoder
  498. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  499. - experimental AAC encoder
  500. - RTP depacketization of ASF and RTSP from WMS servers
  501. - RTMP support in libavformat
  502. - noX handling for OPT_BOOL X options
  503. - Wave64 demuxer
  504. - IEC-61937 compatible Muxer
  505. - TwinVQ decoder
  506. - Bluray (PGS) subtitle decoder
  507. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  508. - WMA Pro decoder
  509. - Core Audio Format demuxer
  510. - ATRAC1 decoder
  511. - MD STUDIO audio demuxer
  512. - RF64 support in WAV demuxer
  513. - MPEG-4 Audio Lossless Coding (ALS) decoder
  514. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  515. - IV8 demuxer
  516. - CDG demuxer and decoder
  517. - R210 decoder
  518. - Auravision Aura 1 and 2 decoders
  519. - Deluxe Paint Animation playback system
  520. - SIPR decoder
  521. - Adobe Filmstrip muxer and demuxer
  522. - RTP depacketization of H.263
  523. - Bink demuxer and audio/video decoders
  524. - enable symbol versioning by default for linkers that support it
  525. - IFF PBM/ILBM bitmap decoder
  526. - concat protocol
  527. - Indeo 5 decoder
  528. - RTP depacketization of AMR
  529. - WMA Voice decoder
  530. - ffprobe tool
  531. - AMR-NB decoder
  532. - RTSP muxer
  533. - HE-AAC v1 decoder
  534. - Kega Game Video (KGV1) decoder
  535. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  536. - RTP depacketization of Theora
  537. - HTTP Digest authentication
  538. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  539. - Psygnosis YOP demuxer and video decoder
  540. - spectral extension support in the E-AC-3 decoder
  541. - unsharp video filter
  542. - RTP hinting in the mov/3gp/mp4 muxer
  543. - Dirac in Ogg demuxing
  544. - seek to keyframes in Ogg
  545. - 4:2:2 and 4:4:4 Theora decoding
  546. - 35% faster VP3/Theora decoding
  547. - faster AAC decoding
  548. - faster H.264 decoding
  549. - RealAudio 1.0 (14.4K) encoder
  550. version 0.5:
  551. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  552. - TechSmith Camtasia (TSCC) video decoder
  553. - IBM Ultimotion (ULTI) video decoder
  554. - Sierra Online audio file demuxer and decoder
  555. - Apple QuickDraw (qdrw) video decoder
  556. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  557. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  558. - Miro VideoXL (VIXL) video decoder
  559. - H.261 video encoder
  560. - QPEG video decoder
  561. - Nullsoft Video (NSV) file demuxer
  562. - Shorten audio decoder
  563. - LOCO video decoder
  564. - Apple Lossless Audio Codec (ALAC) decoder
  565. - Winnov WNV1 video decoder
  566. - Autodesk Animator Studio Codec (AASC) decoder
  567. - Indeo 2 video decoder
  568. - Fraps FPS1 video decoder
  569. - Snow video encoder/decoder
  570. - Sonic audio encoder/decoder
  571. - Vorbis audio decoder
  572. - Macromedia ADPCM decoder
  573. - Duck TrueMotion 2 video decoder
  574. - support for decoding FLX and DTA extensions in FLIC files
  575. - H.264 custom quantization matrices support
  576. - ffserver fixed, it should now be usable again
  577. - QDM2 audio decoder
  578. - Real Cooker audio decoder
  579. - TrueSpeech audio decoder
  580. - WMA2 audio decoder fixed, now all files should play correctly
  581. - RealAudio 14.4 and 28.8 decoders fixed
  582. - JPEG-LS decoder
  583. - build system improvements
  584. - tabs and trailing whitespace removed from the codebase
  585. - CamStudio video decoder
  586. - AIFF/AIFF-C audio format, encoding and decoding
  587. - ADTS AAC file reading and writing
  588. - Creative VOC file reading and writing
  589. - American Laser Games multimedia (*.mm) playback system
  590. - Zip Motion Blocks Video decoder
  591. - improved Theora/VP3 decoder
  592. - True Audio (TTA) decoder
  593. - AVS demuxer and video decoder
  594. - JPEG-LS encoder
  595. - Smacker demuxer and decoder
  596. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  597. - KMVC decoder
  598. - MPEG-2 intra VLC support
  599. - MPEG-2 4:2:2 encoder
  600. - Flash Screen Video decoder
  601. - GXF demuxer
  602. - Chinese AVS decoder
  603. - GXF muxer
  604. - MXF demuxer
  605. - VC-1/WMV3/WMV9 video decoder
  606. - MacIntel support
  607. - AviSynth support
  608. - VMware video decoder
  609. - VP5 video decoder
  610. - VP6 video decoder
  611. - WavPack lossless audio decoder
  612. - Targa (.TGA) picture decoder
  613. - Vorbis audio encoder
  614. - Delphine Software .cin demuxer/audio and video decoder
  615. - Tiertex .seq demuxer/video decoder
  616. - MTV demuxer
  617. - TIFF picture encoder and decoder
  618. - GIF picture decoder
  619. - Intel Music Coder decoder
  620. - Zip Motion Blocks Video encoder
  621. - Musepack decoder
  622. - Flash Screen Video encoder
  623. - Theora encoding via libtheora
  624. - BMP encoder
  625. - WMA encoder
  626. - GSM-MS encoder and decoder
  627. - DCA decoder
  628. - DXA demuxer and decoder
  629. - DNxHD decoder
  630. - Gamecube movie (.THP) playback system
  631. - Blackfin optimizations
  632. - Interplay C93 demuxer and video decoder
  633. - Bethsoft VID demuxer and video decoder
  634. - CRYO APC demuxer
  635. - ATRAC3 decoder
  636. - V.Flash PTX decoder
  637. - RoQ muxer, RoQ audio encoder
  638. - Renderware TXD demuxer and decoder
  639. - extern C declarations for C++ removed from headers
  640. - sws_flags command line option
  641. - codebook generator
  642. - RoQ video encoder
  643. - QTRLE encoder
  644. - OS/2 support removed and restored again
  645. - AC-3 decoder
  646. - NUT muxer
  647. - additional SPARC (VIS) optimizations
  648. - Matroska muxer
  649. - slice-based parallel H.264 decoding
  650. - Monkey's Audio demuxer and decoder
  651. - AMV audio and video decoder
  652. - DNxHD encoder
  653. - H.264 PAFF decoding
  654. - Nellymoser ASAO decoder
  655. - Beam Software SIFF demuxer and decoder
  656. - libvorbis Vorbis decoding removed in favor of native decoder
  657. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  658. - Ogg (Theora, Vorbis and FLAC) muxer
  659. - The "device" muxers and demuxers are now in a new libavdevice library
  660. - PC Paintbrush PCX decoder
  661. - Sun Rasterfile decoder
  662. - TechnoTrend PVA demuxer
  663. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  664. - AVM2 (Flash 9) SWF muxer
  665. - QT variant of IMA ADPCM encoder
  666. - VFW grabber
  667. - iPod/iPhone compatible mp4 muxer
  668. - Mimic decoder
  669. - MSN TCP Webcam stream demuxer
  670. - RL2 demuxer / decoder
  671. - IFF demuxer
  672. - 8SVX audio decoder
  673. - non-recursive Makefiles
  674. - BFI demuxer
  675. - MAXIS EA XA (.xa) demuxer / decoder
  676. - BFI video decoder
  677. - OMA demuxer
  678. - MLP/TrueHD decoder
  679. - Electronic Arts CMV decoder
  680. - Motion Pixels Video decoder
  681. - Motion Pixels MVI demuxer
  682. - removed animated GIF decoder/demuxer
  683. - D-Cinema audio muxer
  684. - Electronic Arts TGV decoder
  685. - Apple Lossless Audio Codec (ALAC) encoder
  686. - AAC decoder
  687. - floating point PCM encoder/decoder
  688. - MXF muxer
  689. - DV100 AKA DVCPRO HD decoder and demuxer
  690. - E-AC-3 support added to AC-3 decoder
  691. - Nellymoser ASAO encoder
  692. - ASS and SSA demuxer and muxer
  693. - liba52 wrapper removed
  694. - SVQ3 watermark decoding support
  695. - Speex decoding via libspeex
  696. - Electronic Arts TGQ decoder
  697. - RV40 decoder
  698. - QCELP / PureVoice decoder
  699. - RV30 decoder
  700. - hybrid WavPack support
  701. - R3D REDCODE demuxer
  702. - ALSA support for playback and record
  703. - Electronic Arts TQI decoder
  704. - OpenJPEG based JPEG 2000 decoder
  705. - NC (NC4600) camera file demuxer
  706. - Gopher client support
  707. - MXF D-10 muxer
  708. - generic metadata API
  709. version 0.4.9-pre1:
  710. - DV encoder, DV muxer
  711. - Microsoft RLE video decoder
  712. - Microsoft Video-1 decoder
  713. - Apple Animation (RLE) decoder
  714. - Apple Graphics (SMC) decoder
  715. - Apple Video (RPZA) decoder
  716. - Cinepak decoder
  717. - Sega FILM (CPK) file demuxer
  718. - Westwood multimedia support (VQA & AUD files)
  719. - Id Quake II CIN playback support
  720. - 8BPS video decoder
  721. - FLIC playback support
  722. - RealVideo 2.0 (RV20) decoder
  723. - Duck TrueMotion v1 (DUCK) video decoder
  724. - Sierra VMD demuxer and video decoder
  725. - MSZH and ZLIB decoder support
  726. - SVQ1 video encoder
  727. - AMR-WB support
  728. - PPC optimizations
  729. - rate distortion optimal cbp support
  730. - rate distorted optimal ac prediction for MPEG-4
  731. - rate distorted optimal lambda->qp support
  732. - AAC encoding with libfaac
  733. - Sunplus JPEG codec (SP5X) support
  734. - use Lagrange multipler instead of QP for ratecontrol
  735. - Theora/VP3 decoding support
  736. - XA and ADX ADPCM codecs
  737. - export MPEG-2 active display area / pan scan
  738. - Add support for configuring with IBM XLC
  739. - floating point AAN DCT
  740. - initial support for zygo video (not complete)
  741. - RGB ffv1 support
  742. - new audio/video parser API
  743. - av_log() system
  744. - av_read_frame() and av_seek_frame() support
  745. - missing last frame fixes
  746. - seek by mouse in ffplay
  747. - noise reduction of DCT coefficients
  748. - H.263 OBMC & 4MV support
  749. - H.263 alternative inter vlc support
  750. - H.263 loop filter
  751. - H.263 slice structured mode
  752. - interlaced DCT support for MPEG-2 encoding
  753. - stuffing to stay above min_bitrate
  754. - MB type & QP visualization
  755. - frame stepping for ffplay
  756. - interlaced motion estimation
  757. - alternate scantable support
  758. - SVCD scan offset support
  759. - closed GOP support
  760. - SSE2 FDCT
  761. - quantizer noise shaping
  762. - G.726 ADPCM audio codec
  763. - MS ADPCM encoding
  764. - multithreaded/SMP motion estimation
  765. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  766. - multithreaded/SMP decoding for MPEG-2
  767. - FLAC decoder
  768. - Metrowerks CodeWarrior suppport
  769. - H.263+ custom pcf support
  770. - nicer output for 'ffmpeg -formats'
  771. - Matroska demuxer
  772. - SGI image format, encoding and decoding
  773. - H.264 loop filter support
  774. - H.264 CABAC support
  775. - nicer looking arrows for the motion vector visualization
  776. - improved VCD support
  777. - audio timestamp drift compensation
  778. - MPEG-2 YUV 422/444 support
  779. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  780. - better image scaling
  781. - H.261 support
  782. - correctly interleave packets during encoding
  783. - VIS optimized motion compensation
  784. - intra_dc_precision>0 encoding support
  785. - support reuse of motion vectors/MB types/field select values of the source video
  786. - more accurate deblock filter
  787. - padding support
  788. - many optimizations and bugfixes
  789. - FunCom ISS audio file demuxer and according ADPCM decoding
  790. version 0.4.8:
  791. - MPEG-2 video encoding (Michael)
  792. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  793. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  794. and Mario Brito)
  795. - Xan DPCM audio decoder (Mario Brito)
  796. - Interplay MVE playback subsystem (Mike Melanson)
  797. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  798. version 0.4.7:
  799. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  800. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  801. - current version now also compiles with older GCC (Fabrice)
  802. - 4X multimedia playback system including 4xm file demuxer (Mike
  803. Melanson), and 4X video and audio codecs (Michael)
  804. - Creative YUV (CYUV) decoder (Mike Melanson)
  805. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  806. than HuffYUV) (Michael)
  807. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  808. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  809. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  810. - ffplay has been replaced with a newer version which uses SDL (optionally)
  811. for multiplatform support (Fabrice)
  812. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  813. by anonymous
  814. - AMR format has been added (Johannes Carlsson)
  815. - 3GP support has been added (Johannes Carlsson)
  816. - VP3 codec has been added (Mike Melanson)
  817. - more MPEG-1/2 fixes
  818. - better multiplatform support, MS Visual Studio fixes (various)
  819. - AltiVec optimizations (Magnus Damn and others)
  820. - SH4 processor support has been added (BERO)
  821. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  822. - VOB streaming support (Brian Foley)
  823. - better MP3 autodetection (Andriy Rysin)
  824. - qpel encoding (Michael)
  825. - 4mv+b frames encoding finally fixed (Michael)
  826. - chroma ME (Michael)
  827. - 5 comparison functions for ME (Michael)
  828. - B-frame encoding speedup (Michael)
  829. - WMV2 codec (unfinished - Michael)
  830. - user specified diamond size for EPZS (Michael)
  831. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  832. - ASV2 codec (Michael)
  833. - CLJR decoder (Alex)
  834. .. And lots more new enhancements and fixes.
  835. version 0.4.6:
  836. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  837. from scratch
  838. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  839. - fix quantization bug in AC3 encoder
  840. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  841. - added prototype ffplay program
  842. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  843. - bug fix on MCBPC tables of H.263 (Juanjo)
  844. - bug fix on DC coefficients of H.263 (Juanjo)
  845. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  846. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  847. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  848. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  849. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  850. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  851. - added first regression tests
  852. - added MPEG-2 TS demuxer
  853. - new demux API for libav
  854. - more accurate and faster IDCT (Michael)
  855. - faster and entropy-controlled motion search (Michael)
  856. - two pass video encoding (Michael)
  857. - new video rate control (Michael)
  858. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  859. - great performance improvement of video encoders and decoders (Michael)
  860. - new and faster bit readers and vlc parsers (Michael)
  861. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  862. - added DV video decoder
  863. - preliminary RTP/RTSP support in ffserver and libavformat
  864. - H.263+ AIC decoding/encoding support (Juanjo)
  865. - VCD MPEG-PS mode (Juanjo)
  866. - PSNR stuff (Juanjo)
  867. - simple stats output (Juanjo)
  868. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  869. version 0.4.5:
  870. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  871. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  872. - added configure system (actually a small shell script)
  873. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  874. Michael Hipp (temporary solution - waiting for integer only
  875. decoder)
  876. - fixed VIDIOCSYNC interrupt
  877. - added Intel H.263 decoding support ('I263' AVI fourCC)
  878. - added Real Video 1.0 decoding (needs further testing)
  879. - simplified image formats again. Added PGM format (=grey
  880. pgm). Renamed old PGM to PGMYUV.
  881. - fixed msmpeg4 slice issues (tell me if you still find problems)
  882. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  883. - added support for MPlayer interface
  884. - added macroblock skip optimization
  885. - added MJPEG decoder
  886. - added mmx/mmxext IDCT from libmpeg2
  887. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  888. <celer at shell.scrypt.net>)
  889. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  890. - added deinterlacing option
  891. - MPEG-1/2 fixes
  892. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  893. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  894. - Windows porting of file converter
  895. - added MJPEG raw format (input/ouput)
  896. - added JPEG image format support (input/output)
  897. version 0.4.4:
  898. - fixed some std header definitions (Bjorn Lindgren
  899. <bjorn.e.lindgren at telia.com>).
  900. - added MPEG demuxer (MPEG-1 and 2 compatible).
  901. - added ASF demuxer
  902. - added prototype RM demuxer
  903. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  904. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  905. header does not include them)
  906. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  907. play them (only tested video)
  908. - fixed H.263 white bug
  909. - fixed phase rounding in img resample filter
  910. - add MMX code for polyphase img resample filter
  911. - added CPU autodetection
  912. - added generic title/author/copyright/comment string handling (ASF and RM
  913. use them)
  914. - added SWF demux to extract MP3 track (not usable yet because no MP3
  915. decoder)
  916. - added fractional frame rate support
  917. - codecs are no longer searched by read_header() (should fix ffserver
  918. segfault)
  919. version 0.4.3:
  920. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  921. - fixed raw yuv output
  922. - added motion rounding support in MPEG-4
  923. - fixed motion bug rounding in MSMPEG4
  924. - added B-frame handling in video core
  925. - added full MPEG-1 decoding support
  926. - added partial (frame only) MPEG-2 support
  927. - changed the FOURCC code for H.263 to "U263" to be able to see the
  928. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  929. this +codec ;) (JuanJo).
  930. - Halfpel motion estimation after MB type selection (JuanJo)
  931. - added pgm and .Y.U.V output format
  932. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  933. output.
  934. - added pgmpipe I/O format (original patch from Martin Aumueller
  935. <lists at reserv.at>, but changed completely since we use a format
  936. instead of a protocol)
  937. version 0.4.2:
  938. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  939. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  940. missing. MSMPEG4 support is complete.
  941. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  942. can decode ffmpeg MPEGs :-)).
  943. - added libavcodec API documentation (see apiexample.c).
  944. - fixed image polyphase bug (the bottom of some images could be
  945. greenish)
  946. - added support for non clipped motion vectors (decoding only)
  947. and image sizes non-multiple of 16
  948. - added support for AC prediction (decoding only)
  949. - added file overwrite confirmation (can be disabled with -y)
  950. - added custom size picture to H.263 using H.263+ (Juanjo)
  951. version 0.4.1:
  952. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  953. of AVI and ASF to DIV3.
  954. - added -me option to set motion estimation method
  955. (default=log). suppressed redundant -hq option.
  956. - added options -acodec and -vcodec to force a given codec (useful for
  957. AVI for example)
  958. - fixed -an option
  959. - improved dct_quantize speed
  960. - factorized some motion estimation code
  961. version 0.4.0:
  962. - removing grab code from ffserver and moved it to ffmpeg. Added
  963. multistream support to ffmpeg.
  964. - added timeshifting support for live feeds (option ?date=xxx in the
  965. URL)
  966. - added high quality image resize code with polyphase filter (need
  967. mmx/see optimization). Enable multiple image size support in ffserver.
  968. - added multi live feed support in ffserver
  969. - suppressed master feature from ffserver (it should be done with an
  970. external program which opens the .ffm url and writes it to another
  971. ffserver)
  972. - added preliminary support for video stream parsing (WAV and AVI half
  973. done). Added proper support for audio/video file conversion in
  974. ffmpeg.
  975. - added preliminary support for video file sending from ffserver
  976. - redesigning I/O subsystem: now using URL based input and output
  977. (see avio.h)
  978. - added WAV format support
  979. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  980. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  981. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  982. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  983. - added new motion estimation algorithms, log and phods (Juanjo)
  984. - changed directories: libav for format handling, libavcodec for
  985. codecs
  986. version 0.3.4:
  987. - added stereo in MPEG audio encoder
  988. version 0.3.3:
  989. - added 'high quality' mode which use motion vectors. It can be used in
  990. real time at low resolution.
  991. - fixed rounding problems which caused quality problems at high
  992. bitrates and large GOP size
  993. version 0.3.2: small fixes
  994. - ASF fixes
  995. - put_seek bug fix
  996. version 0.3.1: added avi/divx support
  997. - added AVI support
  998. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  999. - added sound for flash format (not tested)
  1000. version 0.3: initial public release