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.

1880 lines
74KB

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