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.

1910 lines
76KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version 2.8.11
  4. - avcodec/h264_slice: Clear ref_counts on redundant slices
  5. - lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
  6. - lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
  7. - avcodec/pictordec: Fix logic error
  8. - avcodec/movtextdec: Fix decode_styl() cleanup
  9. - lavf/matroskadec: fix is_keyframe for early Blocks
  10. - configure: bump year
  11. - avcodec/pngdec: Check trns more completely
  12. - avcodec/interplayvideo: Move parameter change check up
  13. - avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
  14. - avformat/flacdec: Check avio_read result when reading flac block header.
  15. - avcodec/utils: correct align value for interplay
  16. - avcodec/vp56: Check for the bitstream end, pass error codes on
  17. - avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
  18. - avcodec/pngdec: Fix off by 1 size in decode_zbuf()
  19. - avformat/avidec: skip odml master index chunks in avi_sync
  20. - avcodec/mjpegdec: Check for rgb before flipping
  21. - avutil/random_seed: Reduce the time needed on systems with very low precision clock()
  22. - avutil/random_seed: Improve get_generic_seed() with higher precision clock()
  23. - avformat/utils: Print verbose error message if stream count exceeds max_streams
  24. - avformat/options_table: Set the default maximum number of streams to 1000
  25. - avutil: Add av_image_check_size2()
  26. - avformat: Add max_streams option
  27. - avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
  28. - avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
  29. - avformat/oggdec: Skip streams in duration correction that did not had their duration set.
  30. - avcodec/ffv1enc: Fix size of first slice
  31. - pgssubdec: reset rle_data_len/rle_remaining_len on allocation error
  32. version 2.8.10
  33. - avformat/http: Match chunksize checks to master..3.0
  34. - Changelog: fix typos
  35. - ffserver: Check chunk size
  36. - Avoid using the term "file" and prefer "url" in some docs and comments
  37. - avformat/rtmppkt: Check for packet size mismatches
  38. - zmqsend: Initialize ret to 0
  39. - configure: check for strtoull on msvc
  40. - http: move chunk handling from http_read_stream() to http_buf_read().
  41. - http: make length/offset-related variables unsigned.
  42. version 2.8.9
  43. - avcodec/flacdec: Fix undefined shift in decode_subframe()
  44. - avcodec/get_bits: Fix get_sbits_long(0)
  45. - avformat/ffmdec: Check media type for chunks
  46. - avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()
  47. - avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c
  48. - avformat/oggparsespeex: Check frames_per_packet and packet_size
  49. - avformat/utils: Check start/end before computing duration in update_stream_timings()
  50. - avcodec/flac_parser: Update nb_headers_buffered
  51. - avformat/idroqdec: Check chunk_size for being too large
  52. - filmstripdec: correctly check image dimensions
  53. - mss2: only use error correction for matching block counts
  54. - softfloat: decrease MIN_EXP to cover full float range
  55. - libopusdec: default to stereo for invalid number of channels
  56. - sbgdec: prevent NULL pointer access
  57. - smacker: limit recursion depth of smacker_decode_bigtree
  58. - mxfdec: fix NULL pointer dereference in mxf_read_packet_old
  59. - libschroedingerdec: fix leaking of framewithpts
  60. - libschroedingerdec: don't produce empty frames
  61. - softfloat: handle -INT_MAX correctly
  62. - pnmdec: make sure v is capped by maxval
  63. - smvjpegdec: make sure cur_frame is not negative
  64. - icodec: correctly check avio_read return value
  65. - icodec: fix leaking pkt on error
  66. - dvbsubdec: fix division by zero in compute_default_clut
  67. - proresdec_lgpl: explicitly check coff[3] against slice_data_size
  68. - escape124: reject codebook size 0
  69. - mpegts: prevent division by zero
  70. - matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header
  71. - mpegaudio_parser: don't return AVERROR_PATCHWELCOME
  72. - mxfdec: fix NULL pointer dereference
  73. - diracdec: check return code of get_buffer_with_edge
  74. - ppc: pixblockdsp: do unaligned block accesses correctly again
  75. - mpeg12dec: unref discarded picture from extradata
  76. - cavsdec: unref frame before referencing again
  77. - avformat: prevent triggering request_probe assert in ff_read_packet
  78. - avformat/mpeg: Adjust vid probe threshold to correct mis-detection
  79. - avcodec/rv40: Test remaining space in loop of get_dimension()
  80. - avcodec/ituh263dec: Avoid spending a long time in slice sync
  81. - avcodec/movtextdec: Add error message for tsmb_size check
  82. - avcodec/movtextdec: Fix tsmb_size check==0 check
  83. - avcodec/movtextdec: Fix potential integer overflow
  84. - avcodec/sunrast: Fix input buffer pointer check
  85. - avcodec/tscc: Check side data size before use
  86. - avcodec/rawdec: Check side data size before use
  87. - avcodec/msvideo1: Check side data size before use
  88. - avcodec/qpeg: Check side data size before use
  89. - avcodec/qtrle: Check side data size before use
  90. - avcodec/msrle: Check side data size before use
  91. - avcodec/kmvc: Check side data size before use
  92. - avcodec/idcinvideo: Check side data size before use
  93. - avcodec/cinepak: Check side data size before use
  94. - avcodec/8bps: Check side data size before use
  95. - avcodec/dvdsubdec: Fix off by 1 error
  96. - avcodec/dvdsubdec: Fix buf_size check
  97. - vp9: change order of operations in adapt_prob().
  98. - avcodec/interplayvideo: Check side data size before use
  99. - avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()
  100. - avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()
  101. - avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()
  102. - cmdutils: fix typos
  103. - lavfi: fix typos
  104. - lavc: fix typos
  105. - tools: fix grammar error
  106. - avutil/mips/generic_macros_msa: rename macro variable which causes segfault for mips r6
  107. - videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.
  108. - avformat/avidec: Check nb_streams in read_gab2_sub()
  109. - avformat/avidec: Remove ancient assert
  110. - lavc/movtextdec.c: Avoid infinite loop on invalid data.
  111. - avcodec/ansi: Check dimensions
  112. - avcodec/cavsdsp: use av_clip_uint8() for idct
  113. version 2.8.8
  114. - avformat/movenc: Check packet in mov_write_single_packet() too
  115. - avformat/movenc: Factor check_pkt() out
  116. - avformat/utils: fix timebase error in avformat_seek_file()
  117. - avcodec/g726: Add missing ADDB output mask
  118. - avcodec/avpacket: clear side_data_elems
  119. - avcodec/ccaption_dec: Use simple array instead of AVBuffer
  120. - swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
  121. - swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
  122. - avformat/avidec: Fix infinite loop in avi_read_nikon()
  123. - cmdutils: fix implicit declaration of SetDllDirectory function
  124. - cmdutils: check for SetDllDirectory() availability
  125. - avcodec/aacenc: Tighter input checks
  126. - libavcodec/wmalosslessdec: Check the remaining bits
  127. - avcodec/diracdec: Check numx/y
  128. - avcodec/indeo2: check ctab
  129. - avformat/swfdec: Fix inflate() error code check
  130. - avcodec/h264: Put context_count check back
  131. - cmdutils: remove the current working directory from the DLL search path on win32
  132. - avcodec/raw: Fix decoding of ilacetest.mov
  133. - avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
  134. - avformat/oggdec: Fix integer overflow with invalid pts
  135. - ffplay: Fix invalid array index
  136. - avcodec/vp9_parser: Check the input frame sizes for being consistent
  137. - libavformat/rtpdec_asf: zero initialize the AVIOContext struct
  138. - libavutil/opt: Small bugfix in example.
  139. - libx264: Increase x264 opts character limit to 4096
  140. - avformat/mov: Check sample size
  141. - avformat/format: Fix registering a format more than once and related races
  142. - avcodec/flac_parser: Raise threshold for detecting invalid data
  143. - avfilter/vf_telecine: Make frame writable before writing into it
  144. - avcodec/mpc8: Correct end truncation
  145. - avcodec/mpegvideo: Do not clear the parse context during init
  146. - MAINTAINERs cleanup (remove myself from things i de facto do not maintain)
  147. - avcodec/h264: Fix off by 1 context count
  148. - avcodec/alsdec: Check r to prevent out of array read
  149. - avcodec/alsdec: fix max bits in ltp prefix code
  150. - avcodec/utils: check skip_samples signedness
  151. - avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream
  152. - avcodec/bmp_parser: Check fsize
  153. - avcodec/bmp_parser: reset state
  154. - avcodec/bmp_parser: Fix remaining size
  155. - avcodec/bmp_parser: Fix frame_start_found in cross frame cases
  156. - avfilter/af_amix: do not fail if there are no samples in output_frame()
  157. - avformat/allformats: Making av_register_all() thread-safe.
  158. - avcodec/mpegvideo: Deallocate last/next picture earlier
  159. - avcodec/bmp_parser: Fix state
  160. - avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c
  161. - doc/developer.texi: Add a code of conduct
  162. - avformat/avidec: Detect index with too short entries
  163. - avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()
  164. - avformat/utils: Do not compute the bitrate from duration == 0
  165. - ffmpeg: Check that r_frame_rate is set before attempting to use it
  166. - swresample/rematrix: Use clipping s16 rematrixing if overflows are possible
  167. - swresample/rematrix: Use error diffusion to avoid error in the DC component of the matrix
  168. - libavformat/oggdec: Free stream private when header parsing fails.
  169. - avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()
  170. - avformat/oggparseopus: Check that granule pos is within the supported range
  171. - avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg
  172. - avformat/options_table: Add missing identifier for very strict compliance
  173. - librtmp: Avoid an infiniloop setting connection arguments
  174. - avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame
  175. version 2.8.7
  176. - avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64
  177. - avformat/ffmdec: Check pix_fmt
  178. - avcodec/ttaenc: Reallocate packet if its too small
  179. - pgssubdec: fix subpicture output colorspace and range
  180. - avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
  181. - avfilter/vf_drawtext: Check return code of load_glyph()
  182. - avcodec/takdec: add code that got somehow lost in process of REing
  183. - avcodec/apedec: fix decoding of stereo files with one channel full of silence
  184. - avcodec/avpacket: Fix off by 5 error
  185. - avcodec/h264: Fix for H.264 configuration parsing
  186. - avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
  187. - avfilter/src_movie: fix how we check for overflows with seek_point
  188. - avcodec/j2kenc: Add attribution to OpenJPEG project:
  189. - avcodec/h264_slice: Check PPS more extensively when its not copied
  190. - avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
  191. - avformat/rtpdec_jpeg: fix low contrast image on low quality setting
  192. - avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
  193. - lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
  194. - avcodec/resample: Remove disabled and faulty code
  195. - indeo2: Fix banding artefacts
  196. - indeo2data: K&R formatting cosmetics
  197. - avcodec/imgconvert: Support non-planar colorspaces while padding
  198. - avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
  199. - avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
  200. - avformat/concatdec: set safe mode to enabled instead of auto
  201. - avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
  202. - avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
  203. - avformat/cache: Fix memleak of tree entries
  204. - lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428)
  205. - lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354)
  206. - avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
  207. - libwebpenc_animencoder: print library messages in verbose log levels
  208. - libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
  209. - doc/utils: fix typo for min() description
  210. - avcodec/avpacket: clear priv in av_init_packet()
  211. - swscale/utils: Fix chrSrcHSubSample for GBRAP16
  212. - swscale/input: Fix GBRAP16 input
  213. - postproc: fix unaligned access
  214. - avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
  215. - avcodec/h264: Execute error concealment before marking the frame as done.
  216. - swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
  217. - swscale/x86/output: Move code into yuv2planeX_mainloop
  218. - avutil/frame: Free destination qp_table_buf in frame_copy_props()
  219. version 2.8.6
  220. - avcodec/jpeg2000dec: More completely check cdef
  221. - avutil/opt: check for and handle errors in av_opt_set_dict2()
  222. - avcodec/flacenc: fix calculation of bits required in case of custom sample rate
  223. - avformat: Document urls a bit
  224. - avformat/libquvi: Set default demuxer and protocol limitations
  225. - avformat/concat: Check protocol prefix
  226. - doc/demuxers: Document enable_drefs and use_absolute_path
  227. - avcodec/mjpegdec: Check for end for both bytes in unescaping
  228. - avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
  229. - avformat/avformat: Replace some references to filenames by urls
  230. - avcodec/wmaenc: Check ff_wma_init() for failure
  231. - avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
  232. - avformat/img2dec: Use AVOpenCallback
  233. - avformat/avio: Limit url option parsing to the documented cases
  234. - avformat/img2dec: do not interpret the filename by default if a IO context has been opened
  235. - avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
  236. - mov: Add an option to toggle dref opening
  237. - avcodec/gif: Fix lzw buffer size
  238. - avcodec/put_bits: Assert buf_ptr in flush_put_bits()
  239. - avcodec/tiff: Check subsample & rps values more completely
  240. - swscale/swscale: Add some sanity checks for srcSlice* parameters
  241. - swscale/x86/rgb2rgb_template: Fix planar2x() for short width
  242. - swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()
  243. - swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()
  244. - avcodec/aacenc: Check both channels for finiteness
  245. - asfdec_o: check for too small size in asf_read_unknown
  246. - asfdec_o: break if EOF is reached after asf_read_packet_header
  247. - asfdec_o: make sure packet_size is non-zero before seeking
  248. - asfdec_o: prevent overflow causing seekback
  249. - asfdec_o: check avio_skip in asf_read_simple_index
  250. - asfdec_o: reject size > INT64_MAX in asf_read_unknown
  251. - asfdec_o: only set asf_pkt->data_size after sanity checks
  252. - Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
  253. - dca: fix misaligned access in avpriv_dca_convert_bitstream
  254. - brstm: fix missing closing brace
  255. - brstm: also allocate b->table in read_packet
  256. - brstm: make sure an ADPC chunk was read for adpcm_thp
  257. - vorbisdec: reject rangebits 0 with non-0 partitions
  258. - vorbisdec: reject channel mapping with less than two channels
  259. - ffmdec: reset packet_end in case of failure
  260. - avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
  261. - avformat/brstm: fix overflow
  262. version 2.8.5
  263. - avformat/hls: Even stricter URL checks
  264. - avformat/hls: More strict url checks
  265. - avcodec/pngenc: Fix mixed up linesizes
  266. - avcodec/pngenc: Replace memcpy by av_image_copy()
  267. - swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
  268. - swscale: Move VScalerContext into vscale.c
  269. - swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
  270. - swscale/yuv2rgb: Increase YUV2RGB table headroom
  271. - swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
  272. - avformat/hls: forbid all protocols except http(s) & file
  273. - avformat/aviobuf: Fix end check in put_str16()
  274. - avformat/asfenc: Check pts
  275. - avcodec/mpeg4video: Check time_incr
  276. - avcodec/wavpackenc: Check the number of channels
  277. - avcodec/wavpackenc: Headers are per channel
  278. - avcodec/aacdec_template: Check id_map
  279. - avcodec/dvdec: Fix "left shift of negative value -254"
  280. - avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
  281. - avcodec/mjpegdec: Fix negative shift
  282. - avcodec/mss2: Check for repeat overflow
  283. - avformat: Add integer fps from 31 to 60 to get_std_framerate()
  284. - avformat/ivfenc: fix division by zero
  285. - avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
  286. - avfilter/vf_scale: set proper out frame color range
  287. - avcodec/motion_est: Fix mv_penalty table size
  288. - avcodec/h264_slice: Fix integer overflow in implicit weight computation
  289. - swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
  290. - avcodec/put_bits: Always check buffer end before writing
  291. - mjpegdec: extend check for incompatible values of s->rgb and s->ls
  292. - swscale/utils: Fix intermediate format for cascaded alpha downscaling
  293. - avformat/mov: Update handbrake_version threshold for full mp3 parsing
  294. - x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
  295. - avfilter/vf_zoompan: do not free frame we pushed to lavfi
  296. - nuv: sanitize negative fps rate
  297. - nutdec: reject negative value_len in read_sm_data
  298. - xwddec: prevent overflow of lsize * avctx->height
  299. - nutdec: only copy the header if it exists
  300. - exr: fix out of bounds read in get_code
  301. - on2avc: limit number of bits to 30 in get_egolomb
  302. version 2.8.4
  303. - rawdec: only exempt BIT0 with need_copy from buffer sanity check
  304. - mlvdec: check that index_entries exist
  305. - avcodec/mpeg4videodec: also for empty partitioned slices
  306. - avcodec/h264_refs: Fix long_idx check
  307. - avcodec/h264_mc_template: prefetch list1 only if it is used in the MB
  308. - avcodec/h264_slice: Simplify ref2frm indexing
  309. - avfilter/vf_mpdecimate: Add missing emms_c()
  310. - sonic: make sure num_taps * channels is not larger than frame_size
  311. - opus_silk: fix typo causing overflow in silk_stabilize_lsf
  312. - ffm: reject invalid codec_id and codec_type
  313. - golomb: always check for invalid UE golomb codes in get_ue_golomb
  314. - sbr_qmf_analysis: sanitize input for 32-bit imdct
  315. - sbrdsp_fixed: assert that input values are in the valid range
  316. - aacsbr: ensure strictly monotone time borders
  317. - aacenc: update max_sfb when num_swb changes
  318. - aaccoder: prevent crash of anmr coder
  319. - ffmdec: reject zero-sized chunks
  320. - swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE*
  321. - swscale/x86/rgb2rgb_template: Do not crash on misaligend stride
  322. - avformat/mxfenc: Do not crash if there is no packet in the first stream
  323. - lavf/tee: fix side data double free.
  324. - avformat/hlsenc: Check the return code of avformat_write_header()
  325. - avformat/mov: Enable parser for mp3s by old HandBrake
  326. - avformat/mxfenc: Fix integer overflow in length computation
  327. - avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
  328. - avformat/matroskaenc: Check codecdelay before use
  329. - avutil/mathematics: Fix division by 0
  330. - mjpegdec: consider chroma subsampling in size check
  331. - libvpxenc: remove some unused ctrl id mappings
  332. - avcodec/vp3: ensure header is parsed successfully before tables
  333. - avcodec/jpeg2000dec: Check bpno in decode_cblk()
  334. - avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
  335. - swscale/utils: Fix for runtime error: left shift of negative value -1
  336. - avcodec/hevc: Fix integer overflow of entry_point_offset
  337. - avcodec/dirac_parser: Check that there is a previous PU before accessing it
  338. - avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
  339. - avcodec/dirac_parser: Fix potential overflows in pointer checks
  340. - avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
  341. - avcodec/wmaprodec: Fix overflow of cutoff
  342. - avformat/smacker: fix integer overflow with pts_inc
  343. - avcodec/vp3: Fix "runtime error: left shift of negative value"
  344. - avformat/riffdec: Initialize bitrate
  345. - mpegencts: Fix overflow in cbr mode period calculations
  346. - avutil/timecode: Fix fps check
  347. - avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
  348. - avcodec/apedec: Check length in long_filter_high_3800()
  349. - avcodec/vp3: always set pix_fmt in theora_decode_header()
  350. - avcodec/mpeg4videodec: Check available data before reading custom matrix
  351. - avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
  352. - avutil/integer: Fix av_mod_i() with negative dividend
  353. - avformat/dump: Fix integer overflow in av_dump_format()
  354. - avcodec/h264_refs: Check that long references match before use
  355. - avcodec/utils: Clear dimensions in ff_get_buffer() on failure
  356. - avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
  357. - avcodec/hevc: Check max ctb addresses for WPP
  358. - avcodec/vp3: Clear context on reinitialization failure
  359. - avcodec/hevc: allocate entries unconditionally
  360. - avcodec/hevc_cabac: Fix multiple integer overflows
  361. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
  362. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
  363. - avcodec/hevc: Check entry_point_offsets
  364. - lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
  365. - avcodec/ffv1dec: Clear quant_table_count if its invalid
  366. - avcodec/ffv1dec: Print an error if the quant table count is invalid
  367. - doc/filters/drawtext: fix centering example
  368. version 2.8.3
  369. - avcodec/cabac: Check initial cabac decoder state
  370. - avcodec/cabac_functions: Fix "left shift of negative value -31767"
  371. - avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
  372. - rtmpcrypt: Do the xtea decryption in little endian mode
  373. - avformat/matroskadec: Check subtitle stream before dereferencing
  374. - avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
  375. - avformat/utils: Do not init parser if probing is unfinished
  376. - avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
  377. - avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()
  378. - avcodec/wmaprodec: Check for overread in decode_packet()
  379. - avcodec/smacker: Check that the data size is a multiple of a sample vector
  380. - avcodec/takdec: Skip last p2 sample (which is unused)
  381. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
  382. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
  383. - avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
  384. - avcodec/dpx: Move need_align to act per line
  385. - avcodec/flashsv: Check size before updating it
  386. - avcodec/ivi: Check image dimensions
  387. - avcodec/utils: Better check for channels in av_get_audio_frame_duration()
  388. - avcodec/jpeg2000dec: Check for duplicate SIZ marker
  389. - aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
  390. - hqx: correct type and size check of info_offset
  391. - mxfdec: check edit_rate also for physical_track
  392. - avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
  393. - avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
  394. - avcodec/jpeg2000: Check comp coords to be within the supported size
  395. - mpegvideo: clear overread in clear_context
  396. - avcodec/avrndec: Use the AVFrame format instead of the context
  397. - dds: disable palette flag for compressed images
  398. - dds: validate compressed source buffer size
  399. - dds: validate source buffer size before copying
  400. - dvdsubdec: validate offset2 similar to offset1
  401. - brstm: reject negative sample rate
  402. - aacps: avoid division by zero in stereo_processing
  403. - softfloat: assert when the argument of av_sqrt_sf is negative
  404. version 2.8.2
  405. - various fixes in the aac_fixed decoder
  406. - various fixes in softfloat
  407. - swresample/resample: increase precision for compensation
  408. - lavf/mov: add support for sidx fragment indexes
  409. - avformat/mxfenc: Only store user comment related tags when needed
  410. - tests/fate/avformat: Fix fate-lavf
  411. - doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
  412. - ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
  413. - apng: use correct size for output buffer
  414. - jvdec: avoid unsigned overflow in comparison
  415. - avcodec/jpeg2000dec: Clip all tile coordinates
  416. - avcodec/microdvddec: Check for string end in 'P' case
  417. - avcodec/dirac_parser: Fix undefined memcpy() use
  418. - avformat/xmv: Discard remainder of packet on error
  419. - avformat/xmv: factor return check out of if/else
  420. - avcodec/mpeg12dec: Do not call show_bits() with invalid bits
  421. - avcodec/faxcompr: Add missing runs check in decode_uncompressed()
  422. - libavutil/channel_layout: Check strtol*() for failure
  423. - avformat/mpegts: Only start probing data streams within probe_packets
  424. - avcodec/hevc_ps: Check chroma_format_idc
  425. - avcodec/ffv1dec: Check for 0 quant tables
  426. - avcodec/mjpegdec: Reinitialize IDCT on BPP changes
  427. - avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
  428. - avutil/file_open: avoid file handle inheritance on Windows
  429. - avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
  430. - avformat/hls: update cookies on setcookie response
  431. - opusdec: Don't run vector_fmul_scalar on zero length arrays
  432. - avcodec/opusdec: Fix extra samples read index
  433. - avcodec/ffv1: Initialize vlc_state on allocation
  434. - avcodec/ffv1dec: update progress in case of broken pointer chains
  435. - avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
  436. - rtsp: Allow $ as interleaved packet indicator before a complete response header
  437. - videodsp: don't overread edges in vfix3 emu_edge.
  438. - avformat/mp3dec: improve junk skipping heuristic
  439. - concatdec: fix file_start_time calculation regression
  440. - avcodec: loongson optimize h264dsp idct and loop filter with mmi
  441. - avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too
  442. - avformat/hls: add support for EXT-X-MAP
  443. - avformat/hls: fix segment selection regression on track changes of live streams
  444. - configure: Require libkvazaar < 0.7.
  445. - avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
  446. version 2.8.1:
  447. - swscale: fix ticket #4881
  448. - doc: fix spelling errors
  449. - hls: only seek if there is an offset
  450. - asfdec: add more checks for size left in asf packet buffer
  451. - asfdec: alloc enough space for storing name in asf_read_metadata_obj
  452. - avcodec/pngdec: Check blend_op.
  453. - h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc
  454. - avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf
  455. - avformat/avidec: Workaround broken initial frame
  456. - avformat/hls: fix some cases of HLS streams which require cookies
  457. - avcodec/pngdec: reset has_trns after every decode_frame_png()
  458. - lavf/img2dec: Fix memory leak
  459. - avcodec/mp3: fix skipping zeros
  460. - avformat/srtdec: make sure we probe a number
  461. - configure: check for ID3D11VideoContext
  462. - avformat/vobsub: compare correct packet stream IDs
  463. - avformat/srtdec: more lenient first line probing
  464. - avformat/srtdec: fix number check for the first character
  465. - avcodec/mips: build fix for MSA 64bit
  466. - avcodec/mips: build fix for MSA
  467. - avformat/httpauth: Add space after commas in HTTP/RTSP auth header
  468. - libavformat/hlsenc: Use of uninitialized memory unlinking old files
  469. - avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
  470. - avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
  471. - avcodec/ffv1dec: Explicitly check read_quant_table() return value
  472. - dnxhddata: correct weight tables
  473. - dnxhddec: decode and use interlace mb flag
  474. - swscale: fix ticket #4877
  475. - avcodec/rangecoder: Check e
  476. - avcodec/ffv1: separate slice_count from max_slice_count
  477. - swscale: fix ticket 4850
  478. - cmdutils: Filter dst/srcw/h
  479. - avutil/log: fix zero length gnu_printf format string warning
  480. - lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
  481. - swscale/swscale: Fix "unused variable" warning
  482. - avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
  483. - MAINTAINERS: add 2.8, drop 2.2
  484. - doc: mention libavcodec can decode Opus natively
  485. - hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
  486. - avfilter/af_ladspa: process all channels for nb_handles > 1
  487. - configure: add libsoxr to swresample's pkgconfig
  488. - lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.
  489. version 2.8:
  490. - colorkey video filter
  491. - BFSTM/BCSTM demuxer
  492. - little-endian ADPCM_THP decoder
  493. - Hap decoder and encoder
  494. - DirectDraw Surface image/texture decoder
  495. - ssim filter
  496. - optional new ASF demuxer
  497. - showvolume filter
  498. - Many improvements to the JPEG 2000 decoder
  499. - Go2Meeting decoding support
  500. - adrawgraph audio and drawgraph video filter
  501. - removegrain video filter
  502. - Intel QSV-accelerated MPEG-2 video and HEVC encoding
  503. - Intel QSV-accelerated MPEG-2 video and HEVC decoding
  504. - Intel QSV-accelerated VC-1 video decoding
  505. - libkvazaar HEVC encoder
  506. - erosion, dilation, deflate and inflate video filters
  507. - Dynamic Audio Normalizer as dynaudnorm filter
  508. - Reverse video and areverse audio filter
  509. - Random filter
  510. - deband filter
  511. - AAC fixed-point decoding
  512. - sidechaincompress audio filter
  513. - bitstream filter for converting HEVC from MP4 to Annex B
  514. - acrossfade audio filter
  515. - allyuv and allrgb video sources
  516. - atadenoise video filter
  517. - OS X VideoToolbox support
  518. - aphasemeter filter
  519. - showfreqs filter
  520. - vectorscope filter
  521. - waveform filter
  522. - hstack and vstack filter
  523. - Support DNx100 (1440x1080@8)
  524. - VAAPI hevc hwaccel
  525. - VDPAU hevc hwaccel
  526. - framerate filter
  527. - Switched default encoders for webm to VP9 and Opus
  528. - Removed experimental flag from the JPEG 2000 encoder
  529. version 2.7:
  530. - FFT video filter
  531. - TDSC decoder
  532. - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
  533. - showwavespic filter
  534. - DTS decoding through libdcadec
  535. - Drop support for nvenc API before 5.0
  536. - nvenc HEVC encoder
  537. - Detelecine filter
  538. - Intel QSV-accelerated H.264 encoding
  539. - MMAL-accelerated H.264 decoding
  540. - basic APNG encoder and muxer with default extension "apng"
  541. - unpack DivX-style packed B-frames in MPEG-4 bitstream filter
  542. - WebM Live Chunk Muxer
  543. - nvenc level and tier options
  544. - chorus filter
  545. - Canopus HQ/HQA decoder
  546. - Automatically rotate videos based on metadata in ffmpeg
  547. - improved Quickdraw compatibility
  548. - VP9 high bit-depth and extended colorspaces decoding support
  549. - WebPAnimEncoder API when available for encoding and muxing WebP
  550. - Direct3D11-accelerated decoding
  551. - Support Secure Transport
  552. - Multipart JPEG demuxer
  553. version 2.6:
  554. - nvenc encoder
  555. - 10bit spp filter
  556. - colorlevels filter
  557. - RIFX format for *.wav files
  558. - RTP/mpegts muxer
  559. - non continuous cache protocol support
  560. - tblend filter
  561. - cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
  562. - Camellia symmetric block cipher
  563. - OpenH264 encoder wrapper
  564. - VOC seeking support
  565. - Closed caption Decoder
  566. - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
  567. - showpalette filter
  568. - Twofish symmetric block cipher
  569. - Support DNx100 (960x720@8)
  570. - eq2 filter ported from libmpcodecs as eq filter
  571. - removed libmpcodecs
  572. - Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
  573. - ported softpulldown filter from libmpcodecs as repeatfields filter
  574. - dcshift filter
  575. - RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
  576. - RTP depacketizer for AC3 payload format (RFC 4184)
  577. - palettegen and paletteuse filters
  578. - VP9 RTP payload format (draft 0) experimental depacketizer
  579. - RTP depacketizer for DV (RFC 6469)
  580. - DXVA2-accelerated HEVC decoding
  581. - AAC ELD 480 decoding
  582. - Intel QSV-accelerated H.264 decoding
  583. - DSS SP decoder and DSS demuxer
  584. - Fix stsd atom corruption in DNxHD QuickTimes
  585. - Canopus HQX decoder
  586. - RTP depacketization of T.140 text (RFC 4103)
  587. - Port MIPS optimizations to 64-bit
  588. version 2.5:
  589. - HEVC/H.265 RTP payload format (draft v6) packetizer
  590. - SUP/PGS subtitle demuxer
  591. - ffprobe -show_pixel_formats option
  592. - CAST128 symmetric block cipher, ECB mode
  593. - STL subtitle demuxer and decoder
  594. - libutvideo YUV 4:2:2 10bit support
  595. - XCB-based screen-grabber
  596. - UDP-Lite support (RFC 3828)
  597. - xBR scaling filter
  598. - AVFoundation screen capturing support
  599. - ffserver supports codec private options
  600. - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
  601. - WebP muxer with animated WebP support
  602. - zygoaudio decoding support
  603. - APNG demuxer
  604. - postproc visualization support
  605. version 2.4:
  606. - Icecast protocol
  607. - ported lenscorrection filter from frei0r filter
  608. - large optimizations in dctdnoiz to make it usable
  609. - ICY metadata are now requested by default with the HTTP protocol
  610. - support for using metadata in stream specifiers in fftools
  611. - LZMA compression support in TIFF decoder
  612. - H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
  613. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  614. - added codecview filter to visualize information exported by some codecs
  615. - Matroska 3D support thorugh side data
  616. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  617. - silenceremove filter
  618. version 2.3:
  619. - AC3 fixed-point decoding
  620. - shuffleplanes filter
  621. - subfile protocol
  622. - Phantom Cine demuxer
  623. - replaygain data export
  624. - VP7 video decoder
  625. - Alias PIX image encoder and decoder
  626. - Improvements to the BRender PIX image decoder
  627. - Improvements to the XBM decoder
  628. - QTKit input device
  629. - improvements to OpenEXR image decoder
  630. - support decoding 16-bit RLE SGI images
  631. - GDI screen grabbing for Windows
  632. - alternative rendition support for HTTP Live Streaming
  633. - AVFoundation input device
  634. - Direct Stream Digital (DSD) decoder
  635. - Magic Lantern Video (MLV) demuxer
  636. - On2 AVC (Audio for Video) decoder
  637. - support for decoding through DXVA2 in ffmpeg
  638. - libbs2b-based stereo-to-binaural audio filter
  639. - libx264 reference frames count limiting depending on level
  640. - native Opus decoder
  641. - display matrix export and rotation API
  642. - WebVTT encoder
  643. - showcqt multimedia filter
  644. - zoompan filter
  645. - signalstats filter
  646. - hqx filter (hq2x, hq3x, hq4x)
  647. - flanger filter
  648. - Image format auto-detection
  649. - LRC demuxer and muxer
  650. - Samba protocol (via libsmbclient)
  651. - WebM DASH Manifest muxer
  652. - libfribidi support in drawtext
  653. version 2.2:
  654. - HNM version 4 demuxer and video decoder
  655. - Live HDS muxer
  656. - setsar/setdar filters now support variables in ratio expressions
  657. - elbg filter
  658. - string validation in ffprobe
  659. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  660. - complete Voxware MetaSound decoder
  661. - remove mp3_header_compress bitstream filter
  662. - Windows resource files for shared libraries
  663. - aeval filter
  664. - stereoscopic 3d metadata handling
  665. - WebP encoding via libwebp
  666. - ATRAC3+ decoder
  667. - VP8 in Ogg demuxing
  668. - side & metadata support in NUT
  669. - framepack filter
  670. - XYZ12 rawvideo support in NUT
  671. - Exif metadata support in WebP decoder
  672. - OpenGL device
  673. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  674. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  675. - Mirillis FIC video decoder
  676. - Support DNx444
  677. - libx265 encoder
  678. - dejudder filter
  679. - Autodetect VDA like all other hardware accelerations
  680. - aliases and defaults for Ogg subtypes (opus, spx)
  681. version 2.1:
  682. - aecho filter
  683. - perspective filter ported from libmpcodecs
  684. - ffprobe -show_programs option
  685. - compand filter
  686. - RTMP seek support
  687. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  688. even when used as an input option. Previous behavior can be restored with
  689. the -noaccurate_seek option.
  690. - ffmpeg -t option can now be used for inputs, to limit the duration of
  691. data read from an input file
  692. - incomplete Voxware MetaSound decoder
  693. - read EXIF metadata from JPEG
  694. - DVB teletext decoder
  695. - phase filter ported from libmpcodecs
  696. - w3fdif filter
  697. - Opus support in Matroska
  698. - FFV1 version 1.3 is stable and no longer experimental
  699. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  700. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  701. more consistent with other muxers.
  702. - adelay filter
  703. - pullup filter ported from libmpcodecs
  704. - ffprobe -read_intervals option
  705. - Lossless and alpha support for WebP decoder
  706. - Error Resilient AAC syntax (ER AAC LC) decoding
  707. - Low Delay AAC (ER AAC LD) decoding
  708. - mux chapters in ASF files
  709. - SFTP protocol (via libssh)
  710. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  711. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  712. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  713. the skip_alpha flag.
  714. - ladspa wrapper filter
  715. - native VP9 decoder
  716. - dpx parser
  717. - max_error_rate parameter in ffmpeg
  718. - PulseAudio output device
  719. - ReplayGain scanner
  720. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  721. - Linux framebuffer output device
  722. - HEVC decoder
  723. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  724. - mergeplanes filter
  725. version 2.0:
  726. - curves filter
  727. - reference-counting for AVFrame and AVPacket data
  728. - ffmpeg now fails when input options are used for output file
  729. or vice versa
  730. - support for Monkey's Audio versions from 3.93
  731. - perms and aperms filters
  732. - audio filtering support in ffplay
  733. - 10% faster aac encoding on x86 and MIPS
  734. - sine audio filter source
  735. - WebP demuxing and decoding support
  736. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  737. filtergraph description to be read from a file
  738. - OpenCL support
  739. - audio phaser filter
  740. - separatefields filter
  741. - libquvi demuxer
  742. - uniform options syntax across all filters
  743. - telecine filter
  744. - interlace filter
  745. - smptehdbars source
  746. - inverse telecine filters (fieldmatch and decimate)
  747. - colorbalance filter
  748. - colorchannelmixer filter
  749. - The matroska demuxer can now output proper verbatim ASS packets. It will
  750. become the default at the next libavformat major bump.
  751. - decent native animated GIF encoding
  752. - asetrate filter
  753. - interleave filter
  754. - timeline editing with filters
  755. - vidstabdetect and vidstabtransform filters for video stabilization using
  756. the vid.stab library
  757. - astats filter
  758. - trim and atrim filters
  759. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  760. transcoding audio
  761. - Matroska muxer can now put the index at the beginning of the file.
  762. - extractplanes filter
  763. - avectorscope filter
  764. - ADPCM DTK decoder
  765. - ADP demuxer
  766. - RSD demuxer
  767. - RedSpark demuxer
  768. - ADPCM IMA Radical decoder
  769. - zmq filters
  770. - DCT denoiser filter (dctdnoiz)
  771. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  772. - Apple Intermediate Codec decoder
  773. - Escape 130 video decoder
  774. - FTP protocol support
  775. - V4L2 output device
  776. - 3D LUT filter (lut3d)
  777. - SMPTE 302M audio encoder
  778. - support for slice multithreading in libavfilter
  779. - Hald CLUT support (generation and filtering)
  780. - VC-1 interlaced B-frame support
  781. - support for WavPack muxing (raw and in Matroska)
  782. - XVideo output device
  783. - vignette filter
  784. - True Audio (TTA) encoder
  785. - Go2Webinar decoder
  786. - mcdeint filter ported from libmpcodecs
  787. - sab filter ported from libmpcodecs
  788. - ffprobe -show_chapters option
  789. - WavPack encoding through libwavpack
  790. - rotate filter
  791. - spp filter ported from libmpcodecs
  792. - libgme support
  793. - psnr filter
  794. version 1.2:
  795. - VDPAU hardware acceleration through normal hwaccel
  796. - SRTP support
  797. - Error diffusion dither in Swscale
  798. - Chained Ogg support
  799. - Theora Midstream reconfiguration support
  800. - EVRC decoder
  801. - audio fade filter
  802. - filtering audio with unknown channel layout
  803. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  804. and treble audio filter
  805. - improved showspectrum filter, with multichannel support and sox-like colors
  806. - histogram filter
  807. - tee muxer
  808. - il filter ported from libmpcodecs
  809. - support ID3v2 tags in ASF files
  810. - encrypted TTA stream decoding support
  811. - RF64 support in WAV muxer
  812. - noise filter ported from libmpcodecs
  813. - Subtitles character encoding conversion
  814. - blend filter
  815. - stereo3d filter ported from libmpcodecs
  816. version 1.1:
  817. - stream disposition information printing in ffprobe
  818. - filter for loudness analysis following EBU R128
  819. - Opus encoder using libopus
  820. - ffprobe -select_streams option
  821. - Pinnacle TARGA CineWave YUV16 decoder
  822. - TAK demuxer, decoder and parser
  823. - DTS-HD demuxer
  824. - remove -same_quant, it hasn't worked for years
  825. - FFM2 support
  826. - X-Face image encoder and decoder
  827. - 24-bit FLAC encoding
  828. - multi-channel ALAC encoding up to 7.1
  829. - metadata (INFO tag) support in WAV muxer
  830. - subtitles raw text decoder
  831. - support for building DLLs using MSVC
  832. - LVF demuxer
  833. - ffescape tool
  834. - metadata (info chunk) support in CAF muxer
  835. - field filter ported from libmpcodecs
  836. - AVR demuxer
  837. - geq filter ported from libmpcodecs
  838. - remove ffserver daemon mode
  839. - AST muxer/demuxer
  840. - new expansion syntax for drawtext
  841. - BRender PIX image decoder
  842. - ffprobe -show_entries option
  843. - ffprobe -sections option
  844. - ADPCM IMA Dialogic decoder
  845. - BRSTM demuxer
  846. - animated GIF decoder and demuxer
  847. - PVF demuxer
  848. - subtitles filter
  849. - IRCAM muxer/demuxer
  850. - Paris Audio File demuxer
  851. - Virtual concatenation demuxer
  852. - VobSub demuxer
  853. - JSON captions for TED talks decoding support
  854. - SOX Resampler support in libswresample
  855. - aselect filter
  856. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  857. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  858. - Silicon Graphics Movie demuxer
  859. - apad filter
  860. - Resolution & pixel format change support with multithreading for H.264
  861. - documentation split into per-component manuals
  862. - pp (postproc) filter ported from MPlayer
  863. - NIST Sphere demuxer
  864. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  865. - Sony Wave64 muxer
  866. - adobe and limelight publisher authentication in RTMP
  867. - data: URI scheme
  868. - support building on the Plan 9 operating system
  869. - kerndeint filter ported from MPlayer
  870. - histeq filter ported from VirtualDub
  871. - Megalux Frame demuxer
  872. - 012v decoder
  873. - Improved AVC Intra decoding support
  874. version 1.0:
  875. - INI and flat output in ffprobe
  876. - Scene detection in libavfilter
  877. - Indeo Audio decoder
  878. - channelsplit audio filter
  879. - setnsamples audio filter
  880. - atempo filter
  881. - ffprobe -show_data option
  882. - RTMPT protocol support
  883. - iLBC encoding/decoding via libilbc
  884. - Microsoft Screen 1 decoder
  885. - join audio filter
  886. - audio channel mapping filter
  887. - Microsoft ATC Screen decoder
  888. - RTSP listen mode
  889. - TechSmith Screen Codec 2 decoder
  890. - AAC encoding via libfdk-aac
  891. - Microsoft Expression Encoder Screen decoder
  892. - RTMPS protocol support
  893. - RTMPTS protocol support
  894. - RTMPE protocol support
  895. - RTMPTE protocol support
  896. - showwaves and showspectrum filter
  897. - LucasArts SMUSH SANM playback support
  898. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  899. - LucasArts SMUSH demuxer
  900. - SAMI, RealText and SubViewer demuxers and decoders
  901. - Heart Of Darkness PAF playback support
  902. - iec61883 device
  903. - asettb filter
  904. - new option: -progress
  905. - 3GPP Timed Text encoder/decoder
  906. - GeoTIFF decoder support
  907. - ffmpeg -(no)stdin option
  908. - Opus decoder using libopus
  909. - caca output device using libcaca
  910. - alphaextract and alphamerge filters
  911. - concat filter
  912. - flite filter
  913. - Canopus Lossless Codec decoder
  914. - bitmap subtitles in filters (experimental and temporary)
  915. - MP2 encoding via TwoLAME
  916. - bmp parser
  917. - smptebars source
  918. - asetpts filter
  919. - hue filter
  920. - ICO muxer
  921. - SubRip encoder and decoder without embedded timing
  922. - edge detection filter
  923. - framestep filter
  924. - ffmpeg -shortest option is now per-output file
  925. -pass and -passlogfile are now per-output stream
  926. - volume measurement filter
  927. - Ut Video encoder
  928. - Microsoft Screen 2 decoder
  929. - smartblur filter ported from MPlayer
  930. - CPiA decoder
  931. - decimate filter ported from MPlayer
  932. - RTP depacketization of JPEG
  933. - Smooth Streaming live segmenter muxer
  934. - F4V muxer
  935. - sendcmd and asendcmd filters
  936. - WebVTT demuxer and decoder (simple tags supported)
  937. - RTP packetization of JPEG
  938. - faststart option in the MOV/MP4 muxer
  939. - support for building with MSVC
  940. version 0.11:
  941. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  942. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  943. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  944. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  945. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  946. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  947. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  948. - setfield filter
  949. - CDXL demuxer and decoder
  950. - Apple ProRes encoder
  951. - ffprobe -count_packets and -count_frames options
  952. - Sun Rasterfile Encoder
  953. - ID3v2 attached pictures reading and writing
  954. - WMA Lossless decoder
  955. - bluray protocol
  956. - blackdetect filter
  957. - libutvideo encoder wrapper (--enable-libutvideo)
  958. - swapuv filter
  959. - bbox filter
  960. - XBM encoder and decoder
  961. - RealAudio Lossless decoder
  962. - ZeroCodec decoder
  963. - tile video filter
  964. - Metal Gear Solid: The Twin Snakes demuxer
  965. - OpenEXR image decoder
  966. - removelogo filter
  967. - drop support for ffmpeg without libavfilter
  968. - drawtext video filter: fontconfig support
  969. - ffmpeg -benchmark_all option
  970. - super2xsai filter ported from libmpcodecs
  971. - add libavresample audio conversion library for compatibility
  972. - MicroDVD decoder
  973. - Avid Meridien (AVUI) encoder and decoder
  974. - accept + prefix to -pix_fmt option to disable automatic conversions.
  975. - complete audio filtering in libavfilter and ffmpeg
  976. - add fps filter
  977. - vorbis parser
  978. - png parser
  979. - audio mix filter
  980. - ffv1: support (draft) version 1.3
  981. version 0.10:
  982. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  983. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  984. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  985. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  986. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  987. - SBaGen (SBG) binaural beats script demuxer
  988. - OpenMG Audio muxer
  989. - Timecode extraction in DV and MOV
  990. - thumbnail video filter
  991. - XML output in ffprobe
  992. - asplit audio filter
  993. - tinterlace video filter
  994. - astreamsync audio filter
  995. - amerge audio filter
  996. - ISMV (Smooth Streaming) muxer
  997. - GSM audio parser
  998. - SMJPEG muxer
  999. - XWD encoder and decoder
  1000. - Automatic thread count based on detection number of (available) CPU cores
  1001. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  1002. - ffprobe -show_error option
  1003. - Avid 1:1 10-bit RGB Packer codec
  1004. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  1005. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  1006. - ffprobe -show_frames option
  1007. - silencedetect audio filter
  1008. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  1009. - rv34: frame-level multi-threading
  1010. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  1011. - Improved PGS subtitle decoder
  1012. - dumpgraph option to lavfi device
  1013. - r210 and r10k encoders
  1014. - ffwavesynth decoder
  1015. - aviocat tool
  1016. - ffeval tool
  1017. - support encoding and decoding 4-channel SGI images
  1018. version 0.9:
  1019. - openal input device added
  1020. - boxblur filter added
  1021. - BWF muxer
  1022. - Flash Screen Video 2 decoder
  1023. - lavfi input device added
  1024. - added avconv, which is almost the same for now, except
  1025. for a few incompatible changes in the options, which will hopefully make them
  1026. easier to use. The changes are:
  1027. * The options placement is now strictly enforced! While in theory the
  1028. options for ffmpeg should be given in [input options] -i INPUT [output
  1029. options] OUTPUT order, in practice it was possible to give output options
  1030. before the -i and it mostly worked. Except when it didn't - the behavior was
  1031. a bit inconsistent. In avconv, it is not possible to mix input and output
  1032. options. All non-global options are reset after an input or output filename.
  1033. * All per-file options are now truly per-file - they apply only to the next
  1034. input or output file and specifying different values for different files
  1035. will now work properly (notably -ss and -t options).
  1036. * All per-stream options are now truly per-stream - it is possible to
  1037. specify which stream(s) should a given option apply to. See the Stream
  1038. specifiers section in the avconv manual for details.
  1039. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  1040. sense that they're specified after the output filename instead of before,
  1041. like all other options. In avconv this irregularity is removed, all options
  1042. apply to the next input or output file.
  1043. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  1044. irregular and highly confusing, they were also redundant. In avconv the -map
  1045. option will create new streams in the output file and map input streams to
  1046. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  1047. each stream in the first input file.
  1048. * The -map option now has slightly different and more powerful syntax:
  1049. + Colons (':') are used to separate file index/stream type/stream index
  1050. instead of dots. Comma (',') is used to separate the sync stream instead
  1051. of colon.. This is done for consistency with other options.
  1052. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  1053. output stream from the third input audio stream.
  1054. + Omitting the stream index now maps all the streams of the given type,
  1055. not just the first. E.g. -map 0:s creates output streams for all the
  1056. subtitle streams in the first input file.
  1057. + Since -map can now match multiple streams, negative mappings were
  1058. introduced. Negative mappings disable some streams from an already
  1059. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  1060. all the stream in the first input file, except for the second audio
  1061. stream'.
  1062. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  1063. use, which makes it possible to precisely specify target stream(s) consistently with
  1064. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  1065. libvorbis sets the codec for the first audio stream and -c copy copies all
  1066. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  1067. aliases to -c:v/a/s
  1068. * It is now possible to precisely specify which stream should an AVOption
  1069. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  1070. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  1071. syntax is deprecated and will stop working soon.
  1072. * -map_chapters now takes only an input file index and applies to the next
  1073. output file. This is consistent with how all the other options work.
  1074. * -map_metadata now takes only an input metadata specifier and applies to
  1075. the next output file. Output metadata specifier is now part of the option
  1076. name, similarly to the AVOptions/map/codec feature above.
  1077. * -metadata can now be used to set metadata on streams and chapters, e.g.
  1078. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  1079. This made -vlang/-alang/-slang options redundant, so they were removed.
  1080. * -qscale option now uses stream specifiers and applies to all streams, not
  1081. just video. I.e. plain -qscale number would now apply to all streams. To get
  1082. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  1083. and -aq is now an alias for -q:a.
  1084. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  1085. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  1086. * -itsscale option now uses stream specifiers, so its argument is only the
  1087. scale parameter.
  1088. * -intra option was removed, use -g 0 for the same effect.
  1089. * -psnr option was removed, use -flags +psnr for the same effect.
  1090. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  1091. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  1092. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  1093. - XMV demuxer
  1094. - LOAS demuxer
  1095. - ashowinfo filter added
  1096. - Windows Media Image decoder
  1097. - amovie source added
  1098. - LATM muxer/demuxer
  1099. - Speex encoder via libspeex
  1100. - JSON output in ffprobe
  1101. - WTV muxer
  1102. - Optional C++ Support (needed for libstagefright)
  1103. - H.264 Decoding on Android via Stagefright
  1104. - Prores decoder
  1105. - BIN/XBIN/ADF/IDF text file decoder
  1106. - aconvert audio filter added
  1107. - audio support to lavfi input device added
  1108. - libcdio-paranoia input device for audio CD grabbing
  1109. - Apple ProRes decoder
  1110. - CELT in Ogg demuxing
  1111. - G.723.1 demuxer and decoder
  1112. - libmodplug support (--enable-libmodplug)
  1113. - VC-1 interlaced decoding
  1114. - libutvideo wrapper (--enable-libutvideo)
  1115. - aevalsrc audio source added
  1116. - Ut Video decoder
  1117. - Speex encoding via libspeex
  1118. - 4:2:2 H.264 decoding support
  1119. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  1120. - Pulseaudio input device
  1121. - Prores encoder
  1122. - Video Decoder Acceleration (VDA) HWAccel module.
  1123. - replacement Indeo 3 decoder
  1124. - new ffmpeg option: -map_channel
  1125. - volume audio filter added
  1126. - earwax audio filter added
  1127. - libv4l2 support (--enable-libv4l2)
  1128. - TLS/SSL and HTTPS protocol support
  1129. - AVOptions API rewritten and documented
  1130. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  1131. AVCodecContext deprecated. Codec private options should be used instead.
  1132. - Properly working defaults in libx264 wrapper, support for native presets.
  1133. - Encrypted OMA files support
  1134. - Discworld II BMV decoding support
  1135. - VBLE Decoder
  1136. - OS X Video Decoder Acceleration (VDA) support
  1137. - compact and csv output in ffprobe
  1138. - pan audio filter
  1139. - IFF Amiga Continuous Bitmap (ACBM) decoder
  1140. - ass filter
  1141. - CRI ADX audio format muxer and demuxer
  1142. - Playstation Portable PMP format demuxer
  1143. - Microsoft Windows ICO demuxer
  1144. - life source
  1145. - PCM format support in OMA demuxer
  1146. - CLJR encoder
  1147. - new option: -report
  1148. - Dxtory capture format decoder
  1149. - cellauto source
  1150. - Simple segmenting muxer
  1151. - Indeo 4 decoder
  1152. - SMJPEG demuxer
  1153. version 0.8:
  1154. - many many things we forgot because we rather write code than changelogs
  1155. - WebM support in Matroska de/muxer
  1156. - low overhead Ogg muxing
  1157. - MMS-TCP support
  1158. - VP8 de/encoding via libvpx
  1159. - Demuxer for On2's IVF format
  1160. - Pictor/PC Paint decoder
  1161. - HE-AAC v2 decoder
  1162. - HE-AAC v2 encoding with libaacplus
  1163. - libfaad2 wrapper removed
  1164. - DTS-ES extension (XCh) decoding support
  1165. - native VP8 decoder
  1166. - RTSP tunneling over HTTP
  1167. - RTP depacketization of SVQ3
  1168. - -strict inofficial replaced by -strict unofficial
  1169. - ffplay -exitonkeydown and -exitonmousedown options added
  1170. - native GSM / GSM MS decoder
  1171. - RTP depacketization of QDM2
  1172. - ANSI/ASCII art playback system
  1173. - Lego Mindstorms RSO de/muxer
  1174. - libavcore added (and subsequently removed)
  1175. - SubRip subtitle file muxer and demuxer
  1176. - Chinese AVS encoding via libxavs
  1177. - ffprobe -show_packets option added
  1178. - RTP packetization of Theora and Vorbis
  1179. - RTP depacketization of MP4A-LATM
  1180. - RTP packetization and depacketization of VP8
  1181. - hflip filter
  1182. - Apple HTTP Live Streaming demuxer
  1183. - a64 codec
  1184. - MMS-HTTP support
  1185. - G.722 ADPCM audio encoder/decoder
  1186. - R10k video decoder
  1187. - ocv_smooth filter
  1188. - frei0r wrapper filter
  1189. - change crop filter syntax to width:height:x:y
  1190. - make the crop filter accept parametric expressions
  1191. - make ffprobe accept AVFormatContext options
  1192. - yadif filter
  1193. - blackframe filter
  1194. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  1195. - RTP depacketization of the X-QT QuickTime format
  1196. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  1197. - cropdetect filter
  1198. - ffmpeg -crop* options removed
  1199. - transpose filter added
  1200. - ffmpeg -force_key_frames option added
  1201. - demuxer for receiving raw rtp:// URLs without an SDP description
  1202. - single stream LATM/LOAS decoder
  1203. - setpts filter added
  1204. - Win64 support for optimized x86 assembly functions
  1205. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  1206. - ASS subtitle encoder and decoder
  1207. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  1208. - overlay filter added
  1209. - rename aspect filter to setdar, and pixelaspect to setsar
  1210. - IEC 61937 demuxer
  1211. - Mobotix .mxg demuxer
  1212. - frei0r source added
  1213. - hqdn3d filter added
  1214. - RTP depacketization of QCELP
  1215. - FLAC parser added
  1216. - gradfun filter added
  1217. - AMR-WB decoder
  1218. - replace the ocv_smooth filter with a more generic ocv filter
  1219. - Windows Televison (WTV) demuxer
  1220. - FFmpeg metadata format muxer and demuxer
  1221. - SubRip (srt) subtitle encoder and decoder
  1222. - floating-point AC-3 encoder added
  1223. - Lagarith decoder
  1224. - ffmpeg -copytb option added
  1225. - IVF muxer added
  1226. - Wing Commander IV movies decoder added
  1227. - movie source added
  1228. - Bink version 'b' audio and video decoder
  1229. - Bitmap Brothers JV playback system
  1230. - Apple HTTP Live Streaming protocol handler
  1231. - sndio support for playback and record
  1232. - Linux framebuffer input device added
  1233. - Chronomaster DFA decoder
  1234. - DPX image encoder
  1235. - MicroDVD subtitle file muxer and demuxer
  1236. - Playstation Portable PMP format demuxer
  1237. - fieldorder video filter added
  1238. - AAC encoding via libvo-aacenc
  1239. - AMR-WB encoding via libvo-amrwbenc
  1240. - xWMA demuxer
  1241. - Mobotix MxPEG decoder
  1242. - VP8 frame-multithreading
  1243. - NEON optimizations for VP8
  1244. - Lots of deprecated API cruft removed
  1245. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  1246. - showinfo filter added
  1247. - SMPTE 302M AES3 audio decoder
  1248. - Apple Core Audio Format muxer
  1249. - 9bit and 10bit per sample support in the H.264 decoder
  1250. - 9bit and 10bit FFV1 encoding / decoding
  1251. - split filter added
  1252. - select filter added
  1253. - sdl output device added
  1254. - libmpcodecs video filter support (3 times as many filters than before)
  1255. - mpeg2 aspect ratio dection fixed
  1256. - libxvid aspect pickiness fixed
  1257. - Frame multithreaded decoding
  1258. - E-AC-3 audio encoder
  1259. - ac3enc: add channel coupling support
  1260. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  1261. - H264/MPEG frame-level multi-threading
  1262. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  1263. - 4:4:4 H.264 decoding support
  1264. - 10-bit H.264 optimizations for x86
  1265. - lut, lutrgb, and lutyuv filters added
  1266. - buffersink libavfilter sink added
  1267. - Bump libswscale for recently reported ABI break
  1268. - New J2K encoder (via OpenJPEG)
  1269. version 0.7:
  1270. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  1271. version 0.6:
  1272. - PB-frame decoding for H.263
  1273. - deprecated vhook subsystem removed
  1274. - deprecated old scaler removed
  1275. - VQF demuxer
  1276. - Alpha channel scaler
  1277. - PCX encoder
  1278. - RTP packetization of H.263
  1279. - RTP packetization of AMR
  1280. - RTP depacketization of Vorbis
  1281. - CorePNG decoding support
  1282. - Cook multichannel decoding support
  1283. - introduced avlanguage helpers in libavformat
  1284. - 8088flex TMV demuxer and decoder
  1285. - per-stream language-tags extraction in asfdec
  1286. - V210 decoder and encoder
  1287. - remaining GPL parts in AC-3 decoder converted to LGPL
  1288. - QCP demuxer
  1289. - SoX native format muxer and demuxer
  1290. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  1291. - DPX image decoder
  1292. - Electronic Arts Madcow decoder
  1293. - DivX (XSUB) subtitle encoder
  1294. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  1295. - experimental AAC encoder
  1296. - RTP depacketization of ASF and RTSP from WMS servers
  1297. - RTMP support in libavformat
  1298. - noX handling for OPT_BOOL X options
  1299. - Wave64 demuxer
  1300. - IEC-61937 compatible Muxer
  1301. - TwinVQ decoder
  1302. - Bluray (PGS) subtitle decoder
  1303. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  1304. - WMA Pro decoder
  1305. - Core Audio Format demuxer
  1306. - ATRAC1 decoder
  1307. - MD STUDIO audio demuxer
  1308. - RF64 support in WAV demuxer
  1309. - MPEG-4 Audio Lossless Coding (ALS) decoder
  1310. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  1311. - IV8 demuxer
  1312. - CDG demuxer and decoder
  1313. - R210 decoder
  1314. - Auravision Aura 1 and 2 decoders
  1315. - Deluxe Paint Animation playback system
  1316. - SIPR decoder
  1317. - Adobe Filmstrip muxer and demuxer
  1318. - RTP depacketization of H.263
  1319. - Bink demuxer and audio/video decoders
  1320. - enable symbol versioning by default for linkers that support it
  1321. - IFF PBM/ILBM bitmap decoder
  1322. - concat protocol
  1323. - Indeo 5 decoder
  1324. - RTP depacketization of AMR
  1325. - WMA Voice decoder
  1326. - ffprobe tool
  1327. - AMR-NB decoder
  1328. - RTSP muxer
  1329. - HE-AAC v1 decoder
  1330. - Kega Game Video (KGV1) decoder
  1331. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  1332. - RTP depacketization of Theora
  1333. - HTTP Digest authentication
  1334. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  1335. - Psygnosis YOP demuxer and video decoder
  1336. - spectral extension support in the E-AC-3 decoder
  1337. - unsharp video filter
  1338. - RTP hinting in the mov/3gp/mp4 muxer
  1339. - Dirac in Ogg demuxing
  1340. - seek to keyframes in Ogg
  1341. - 4:2:2 and 4:4:4 Theora decoding
  1342. - 35% faster VP3/Theora decoding
  1343. - faster AAC decoding
  1344. - faster H.264 decoding
  1345. - RealAudio 1.0 (14.4K) encoder
  1346. version 0.5:
  1347. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  1348. - TechSmith Camtasia (TSCC) video decoder
  1349. - IBM Ultimotion (ULTI) video decoder
  1350. - Sierra Online audio file demuxer and decoder
  1351. - Apple QuickDraw (qdrw) video decoder
  1352. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  1353. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  1354. - Miro VideoXL (VIXL) video decoder
  1355. - H.261 video encoder
  1356. - QPEG video decoder
  1357. - Nullsoft Video (NSV) file demuxer
  1358. - Shorten audio decoder
  1359. - LOCO video decoder
  1360. - Apple Lossless Audio Codec (ALAC) decoder
  1361. - Winnov WNV1 video decoder
  1362. - Autodesk Animator Studio Codec (AASC) decoder
  1363. - Indeo 2 video decoder
  1364. - Fraps FPS1 video decoder
  1365. - Snow video encoder/decoder
  1366. - Sonic audio encoder/decoder
  1367. - Vorbis audio decoder
  1368. - Macromedia ADPCM decoder
  1369. - Duck TrueMotion 2 video decoder
  1370. - support for decoding FLX and DTA extensions in FLIC files
  1371. - H.264 custom quantization matrices support
  1372. - ffserver fixed, it should now be usable again
  1373. - QDM2 audio decoder
  1374. - Real Cooker audio decoder
  1375. - TrueSpeech audio decoder
  1376. - WMA2 audio decoder fixed, now all files should play correctly
  1377. - RealAudio 14.4 and 28.8 decoders fixed
  1378. - JPEG-LS decoder
  1379. - build system improvements
  1380. - tabs and trailing whitespace removed from the codebase
  1381. - CamStudio video decoder
  1382. - AIFF/AIFF-C audio format, encoding and decoding
  1383. - ADTS AAC file reading and writing
  1384. - Creative VOC file reading and writing
  1385. - American Laser Games multimedia (*.mm) playback system
  1386. - Zip Motion Blocks Video decoder
  1387. - improved Theora/VP3 decoder
  1388. - True Audio (TTA) decoder
  1389. - AVS demuxer and video decoder
  1390. - JPEG-LS encoder
  1391. - Smacker demuxer and decoder
  1392. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  1393. - KMVC decoder
  1394. - MPEG-2 intra VLC support
  1395. - MPEG-2 4:2:2 encoder
  1396. - Flash Screen Video decoder
  1397. - GXF demuxer
  1398. - Chinese AVS decoder
  1399. - GXF muxer
  1400. - MXF demuxer
  1401. - VC-1/WMV3/WMV9 video decoder
  1402. - MacIntel support
  1403. - AviSynth support
  1404. - VMware video decoder
  1405. - VP5 video decoder
  1406. - VP6 video decoder
  1407. - WavPack lossless audio decoder
  1408. - Targa (.TGA) picture decoder
  1409. - Vorbis audio encoder
  1410. - Delphine Software .cin demuxer/audio and video decoder
  1411. - Tiertex .seq demuxer/video decoder
  1412. - MTV demuxer
  1413. - TIFF picture encoder and decoder
  1414. - GIF picture decoder
  1415. - Intel Music Coder decoder
  1416. - Zip Motion Blocks Video encoder
  1417. - Musepack decoder
  1418. - Flash Screen Video encoder
  1419. - Theora encoding via libtheora
  1420. - BMP encoder
  1421. - WMA encoder
  1422. - GSM-MS encoder and decoder
  1423. - DCA decoder
  1424. - DXA demuxer and decoder
  1425. - DNxHD decoder
  1426. - Gamecube movie (.THP) playback system
  1427. - Blackfin optimizations
  1428. - Interplay C93 demuxer and video decoder
  1429. - Bethsoft VID demuxer and video decoder
  1430. - CRYO APC demuxer
  1431. - ATRAC3 decoder
  1432. - V.Flash PTX decoder
  1433. - RoQ muxer, RoQ audio encoder
  1434. - Renderware TXD demuxer and decoder
  1435. - extern C declarations for C++ removed from headers
  1436. - sws_flags command line option
  1437. - codebook generator
  1438. - RoQ video encoder
  1439. - QTRLE encoder
  1440. - OS/2 support removed and restored again
  1441. - AC-3 decoder
  1442. - NUT muxer
  1443. - additional SPARC (VIS) optimizations
  1444. - Matroska muxer
  1445. - slice-based parallel H.264 decoding
  1446. - Monkey's Audio demuxer and decoder
  1447. - AMV audio and video decoder
  1448. - DNxHD encoder
  1449. - H.264 PAFF decoding
  1450. - Nellymoser ASAO decoder
  1451. - Beam Software SIFF demuxer and decoder
  1452. - libvorbis Vorbis decoding removed in favor of native decoder
  1453. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1454. - Ogg (Theora, Vorbis and FLAC) muxer
  1455. - The "device" muxers and demuxers are now in a new libavdevice library
  1456. - PC Paintbrush PCX decoder
  1457. - Sun Rasterfile decoder
  1458. - TechnoTrend PVA demuxer
  1459. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1460. - AVM2 (Flash 9) SWF muxer
  1461. - QT variant of IMA ADPCM encoder
  1462. - VFW grabber
  1463. - iPod/iPhone compatible mp4 muxer
  1464. - Mimic decoder
  1465. - MSN TCP Webcam stream demuxer
  1466. - RL2 demuxer / decoder
  1467. - IFF demuxer
  1468. - 8SVX audio decoder
  1469. - non-recursive Makefiles
  1470. - BFI demuxer
  1471. - MAXIS EA XA (.xa) demuxer / decoder
  1472. - BFI video decoder
  1473. - OMA demuxer
  1474. - MLP/TrueHD decoder
  1475. - Electronic Arts CMV decoder
  1476. - Motion Pixels Video decoder
  1477. - Motion Pixels MVI demuxer
  1478. - removed animated GIF decoder/demuxer
  1479. - D-Cinema audio muxer
  1480. - Electronic Arts TGV decoder
  1481. - Apple Lossless Audio Codec (ALAC) encoder
  1482. - AAC decoder
  1483. - floating point PCM encoder/decoder
  1484. - MXF muxer
  1485. - DV100 AKA DVCPRO HD decoder and demuxer
  1486. - E-AC-3 support added to AC-3 decoder
  1487. - Nellymoser ASAO encoder
  1488. - ASS and SSA demuxer and muxer
  1489. - liba52 wrapper removed
  1490. - SVQ3 watermark decoding support
  1491. - Speex decoding via libspeex
  1492. - Electronic Arts TGQ decoder
  1493. - RV40 decoder
  1494. - QCELP / PureVoice decoder
  1495. - RV30 decoder
  1496. - hybrid WavPack support
  1497. - R3D REDCODE demuxer
  1498. - ALSA support for playback and record
  1499. - Electronic Arts TQI decoder
  1500. - OpenJPEG based JPEG 2000 decoder
  1501. - NC (NC4600) camera file demuxer
  1502. - Gopher client support
  1503. - MXF D-10 muxer
  1504. - generic metadata API
  1505. - flash ScreenVideo2 encoder
  1506. version 0.4.9-pre1:
  1507. - DV encoder, DV muxer
  1508. - Microsoft RLE video decoder
  1509. - Microsoft Video-1 decoder
  1510. - Apple Animation (RLE) decoder
  1511. - Apple Graphics (SMC) decoder
  1512. - Apple Video (RPZA) decoder
  1513. - Cinepak decoder
  1514. - Sega FILM (CPK) file demuxer
  1515. - Westwood multimedia support (VQA & AUD files)
  1516. - Id Quake II CIN playback support
  1517. - 8BPS video decoder
  1518. - FLIC playback support
  1519. - RealVideo 2.0 (RV20) decoder
  1520. - Duck TrueMotion v1 (DUCK) video decoder
  1521. - Sierra VMD demuxer and video decoder
  1522. - MSZH and ZLIB decoder support
  1523. - SVQ1 video encoder
  1524. - AMR-WB support
  1525. - PPC optimizations
  1526. - rate distortion optimal cbp support
  1527. - rate distorted optimal ac prediction for MPEG-4
  1528. - rate distorted optimal lambda->qp support
  1529. - AAC encoding with libfaac
  1530. - Sunplus JPEG codec (SP5X) support
  1531. - use Lagrange multipler instead of QP for ratecontrol
  1532. - Theora/VP3 decoding support
  1533. - XA and ADX ADPCM codecs
  1534. - export MPEG-2 active display area / pan scan
  1535. - Add support for configuring with IBM XLC
  1536. - floating point AAN DCT
  1537. - initial support for zygo video (not complete)
  1538. - RGB ffv1 support
  1539. - new audio/video parser API
  1540. - av_log() system
  1541. - av_read_frame() and av_seek_frame() support
  1542. - missing last frame fixes
  1543. - seek by mouse in ffplay
  1544. - noise reduction of DCT coefficients
  1545. - H.263 OBMC & 4MV support
  1546. - H.263 alternative inter vlc support
  1547. - H.263 loop filter
  1548. - H.263 slice structured mode
  1549. - interlaced DCT support for MPEG-2 encoding
  1550. - stuffing to stay above min_bitrate
  1551. - MB type & QP visualization
  1552. - frame stepping for ffplay
  1553. - interlaced motion estimation
  1554. - alternate scantable support
  1555. - SVCD scan offset support
  1556. - closed GOP support
  1557. - SSE2 FDCT
  1558. - quantizer noise shaping
  1559. - G.726 ADPCM audio codec
  1560. - MS ADPCM encoding
  1561. - multithreaded/SMP motion estimation
  1562. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  1563. - multithreaded/SMP decoding for MPEG-2
  1564. - FLAC decoder
  1565. - Metrowerks CodeWarrior suppport
  1566. - H.263+ custom pcf support
  1567. - nicer output for 'ffmpeg -formats'
  1568. - Matroska demuxer
  1569. - SGI image format, encoding and decoding
  1570. - H.264 loop filter support
  1571. - H.264 CABAC support
  1572. - nicer looking arrows for the motion vector visualization
  1573. - improved VCD support
  1574. - audio timestamp drift compensation
  1575. - MPEG-2 YUV 422/444 support
  1576. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  1577. - better image scaling
  1578. - H.261 support
  1579. - correctly interleave packets during encoding
  1580. - VIS optimized motion compensation
  1581. - intra_dc_precision>0 encoding support
  1582. - support reuse of motion vectors/MB types/field select values of the source video
  1583. - more accurate deblock filter
  1584. - padding support
  1585. - many optimizations and bugfixes
  1586. - FunCom ISS audio file demuxer and according ADPCM decoding
  1587. version 0.4.8:
  1588. - MPEG-2 video encoding (Michael)
  1589. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  1590. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  1591. and Mario Brito)
  1592. - Xan DPCM audio decoder (Mario Brito)
  1593. - Interplay MVE playback subsystem (Mike Melanson)
  1594. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  1595. version 0.4.7:
  1596. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  1597. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  1598. - current version now also compiles with older GCC (Fabrice)
  1599. - 4X multimedia playback system including 4xm file demuxer (Mike
  1600. Melanson), and 4X video and audio codecs (Michael)
  1601. - Creative YUV (CYUV) decoder (Mike Melanson)
  1602. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  1603. than HuffYUV) (Michael)
  1604. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  1605. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  1606. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  1607. - ffplay has been replaced with a newer version which uses SDL (optionally)
  1608. for multiplatform support (Fabrice)
  1609. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  1610. by anonymous
  1611. - AMR format has been added (Johannes Carlsson)
  1612. - 3GP support has been added (Johannes Carlsson)
  1613. - VP3 codec has been added (Mike Melanson)
  1614. - more MPEG-1/2 fixes
  1615. - better multiplatform support, MS Visual Studio fixes (various)
  1616. - AltiVec optimizations (Magnus Damn and others)
  1617. - SH4 processor support has been added (BERO)
  1618. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  1619. - VOB streaming support (Brian Foley)
  1620. - better MP3 autodetection (Andriy Rysin)
  1621. - qpel encoding (Michael)
  1622. - 4mv+b frames encoding finally fixed (Michael)
  1623. - chroma ME (Michael)
  1624. - 5 comparison functions for ME (Michael)
  1625. - B-frame encoding speedup (Michael)
  1626. - WMV2 codec (unfinished - Michael)
  1627. - user specified diamond size for EPZS (Michael)
  1628. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  1629. - ASV2 codec (Michael)
  1630. - CLJR decoder (Alex)
  1631. .. And lots more new enhancements and fixes.
  1632. version 0.4.6:
  1633. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1634. from scratch
  1635. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1636. - fix quantization bug in AC3 encoder
  1637. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1638. - added prototype ffplay program
  1639. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1640. - bug fix on MCBPC tables of H.263 (Juanjo)
  1641. - bug fix on DC coefficients of H.263 (Juanjo)
  1642. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1643. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1644. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1645. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1646. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1647. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1648. - added first regression tests
  1649. - added MPEG-2 TS demuxer
  1650. - new demux API for libav
  1651. - more accurate and faster IDCT (Michael)
  1652. - faster and entropy-controlled motion search (Michael)
  1653. - two pass video encoding (Michael)
  1654. - new video rate control (Michael)
  1655. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1656. - great performance improvement of video encoders and decoders (Michael)
  1657. - new and faster bit readers and vlc parsers (Michael)
  1658. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1659. - added DV video decoder
  1660. - preliminary RTP/RTSP support in ffserver and libavformat
  1661. - H.263+ AIC decoding/encoding support (Juanjo)
  1662. - VCD MPEG-PS mode (Juanjo)
  1663. - PSNR stuff (Juanjo)
  1664. - simple stats output (Juanjo)
  1665. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1666. version 0.4.5:
  1667. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1668. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1669. - added configure system (actually a small shell script)
  1670. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1671. Michael Hipp (temporary solution - waiting for integer only
  1672. decoder)
  1673. - fixed VIDIOCSYNC interrupt
  1674. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1675. - added Real Video 1.0 decoding (needs further testing)
  1676. - simplified image formats again. Added PGM format (=grey
  1677. pgm). Renamed old PGM to PGMYUV.
  1678. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1679. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1680. - added support for MPlayer interface
  1681. - added macroblock skip optimization
  1682. - added MJPEG decoder
  1683. - added mmx/mmxext IDCT from libmpeg2
  1684. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1685. <celer at shell.scrypt.net>)
  1686. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1687. - added deinterlacing option
  1688. - MPEG-1/2 fixes
  1689. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1690. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1691. - Windows porting of file converter
  1692. - added MJPEG raw format (input/output)
  1693. - added JPEG image format support (input/output)
  1694. version 0.4.4:
  1695. - fixed some std header definitions (Bjorn Lindgren
  1696. <bjorn.e.lindgren at telia.com>).
  1697. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1698. - added ASF demuxer
  1699. - added prototype RM demuxer
  1700. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1701. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1702. header does not include them)
  1703. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1704. play them (only tested video)
  1705. - fixed H.263 white bug
  1706. - fixed phase rounding in img resample filter
  1707. - add MMX code for polyphase img resample filter
  1708. - added CPU autodetection
  1709. - added generic title/author/copyright/comment string handling (ASF and RM
  1710. use them)
  1711. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1712. decoder)
  1713. - added fractional frame rate support
  1714. - codecs are no longer searched by read_header() (should fix ffserver
  1715. segfault)
  1716. version 0.4.3:
  1717. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1718. - fixed raw yuv output
  1719. - added motion rounding support in MPEG-4
  1720. - fixed motion bug rounding in MSMPEG4
  1721. - added B-frame handling in video core
  1722. - added full MPEG-1 decoding support
  1723. - added partial (frame only) MPEG-2 support
  1724. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1725. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1726. this +codec ;) (JuanJo).
  1727. - Halfpel motion estimation after MB type selection (JuanJo)
  1728. - added pgm and .Y.U.V output format
  1729. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1730. output.
  1731. - added pgmpipe I/O format (original patch from Martin Aumueller
  1732. <lists at reserv.at>, but changed completely since we use a format
  1733. instead of a protocol)
  1734. version 0.4.2:
  1735. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1736. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1737. missing. MSMPEG4 support is complete.
  1738. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1739. can decode ffmpeg MPEGs :-)).
  1740. - added libavcodec API documentation (see apiexample.c).
  1741. - fixed image polyphase bug (the bottom of some images could be
  1742. greenish)
  1743. - added support for non clipped motion vectors (decoding only)
  1744. and image sizes non-multiple of 16
  1745. - added support for AC prediction (decoding only)
  1746. - added file overwrite confirmation (can be disabled with -y)
  1747. - added custom size picture to H.263 using H.263+ (Juanjo)
  1748. version 0.4.1:
  1749. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1750. of AVI and ASF to DIV3.
  1751. - added -me option to set motion estimation method
  1752. (default=log). suppressed redundant -hq option.
  1753. - added options -acodec and -vcodec to force a given codec (useful for
  1754. AVI for example)
  1755. - fixed -an option
  1756. - improved dct_quantize speed
  1757. - factorized some motion estimation code
  1758. version 0.4.0:
  1759. - removing grab code from ffserver and moved it to ffmpeg. Added
  1760. multistream support to ffmpeg.
  1761. - added timeshifting support for live feeds (option ?date=xxx in the
  1762. URL)
  1763. - added high quality image resize code with polyphase filter (need
  1764. mmx/see optimization). Enable multiple image size support in ffserver.
  1765. - added multi live feed support in ffserver
  1766. - suppressed master feature from ffserver (it should be done with an
  1767. external program which opens the .ffm url and writes it to another
  1768. ffserver)
  1769. - added preliminary support for video stream parsing (WAV and AVI half
  1770. done). Added proper support for audio/video file conversion in
  1771. ffmpeg.
  1772. - added preliminary support for video file sending from ffserver
  1773. - redesigning I/O subsystem: now using URL based input and output
  1774. (see avio.h)
  1775. - added WAV format support
  1776. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1777. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1778. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1779. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1780. - added new motion estimation algorithms, log and phods (Juanjo)
  1781. - changed directories: libav for format handling, libavcodec for
  1782. codecs
  1783. version 0.3.4:
  1784. - added stereo in MPEG audio encoder
  1785. version 0.3.3:
  1786. - added 'high quality' mode which use motion vectors. It can be used in
  1787. real time at low resolution.
  1788. - fixed rounding problems which caused quality problems at high
  1789. bitrates and large GOP size
  1790. version 0.3.2: small fixes
  1791. - ASF fixes
  1792. - put_seek bug fix
  1793. version 0.3.1: added avi/divx support
  1794. - added AVI support
  1795. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1796. - added sound for flash format (not tested)
  1797. version 0.3: initial public release