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.

1866 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.4.12:
  4. - avcodec/ffv1dec: Clear quant_table_count if its invalid
  5. - avcodec/ffv1dec: Print an error if the quant table count is invalid
  6. - avcodec/hevc: Check max ctb addresses for WPP
  7. - avcodec/vp3: ensure header is parsed successfully before tables
  8. - avcodec/jpeg2000dec: Check bpno in decode_cblk()
  9. - avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
  10. - swscale/utils: Fix for runtime error: left shift of negative value -1
  11. - avcodec/hevc: Fix integer overflow of entry_point_offset
  12. - avcodec/dirac_parser: Check that there is a previous PU before accessing it
  13. - avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
  14. - avcodec/dirac_parser: Fix potential overflows in pointer checks
  15. - avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
  16. - avcodec/wmaprodec: Fix overflow of cutoff
  17. - avformat/smacker: fix integer overflow with pts_inc
  18. - avcodec/vp3: Fix "runtime error: left shift of negative value"
  19. - mpegencts: Fix overflow in cbr mode period calculations
  20. - avutil/timecode: Fix fps check
  21. - avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
  22. - avcodec/apedec: Check length in long_filter_high_3800()
  23. - avcodec/vp3: always set pix_fmt in theora_decode_header()
  24. - avcodec/mpeg4videodec: Check available data before reading custom matrix
  25. - avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
  26. - avutil/integer: Fix av_mod_i() with negative dividend
  27. - avformat/dump: Fix integer overflow in av_dump_format()
  28. - avcodec/utils: Clear dimensions in ff_get_buffer() on failure
  29. - avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
  30. - avcodec/vp3: Clear context on reinitialization failure
  31. - avcodec/hevc: allocate entries unconditionally
  32. - avcodec/hevc_cabac: Fix multiple integer overflows
  33. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
  34. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
  35. - avcodec/hevc: Check entry_point_offsets
  36. - avcodec/cabac: Check initial cabac decoder state
  37. - avcodec/cabac_functions: Fix "left shift of negative value -31767"
  38. - avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
  39. - avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
  40. - rtmpcrypt: Do the xtea decryption in little endian mode
  41. - avformat/matroskadec: Check subtitle stream before dereferencing
  42. - avformat/utils: Do not init parser if probing is unfinished
  43. - avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
  44. - avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
  45. - avcodec/jpeg2000: Check comp coords to be within the supported size
  46. - avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()
  47. - avcodec/wmaprodec: Check for overread in decode_packet()
  48. - avcodec/smacker: Check that the data size is a multiple of a sample vector
  49. - avcodec/takdec: Skip last p2 sample (which is unused)
  50. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
  51. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
  52. - avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
  53. - avcodec/dpx: Move need_align to act per line
  54. - avcodec/flashsv: Check size before updating it
  55. - avcodec/ivi: Check image dimensions
  56. - avcodec/utils: Better check for channels in av_get_audio_frame_duration()
  57. - avcodec/jpeg2000dec: Check for duplicate SIZ marker
  58. - avcodec/jpeg2000dec: Clip all tile coordinates
  59. - avcodec/microdvddec: Check for string end in 'P' case
  60. - avcodec/dirac_parser: Fix undefined memcpy() use
  61. - avformat/xmv: Discard remainder of packet on error
  62. - avformat/xmv: factor return check out of if/else
  63. - libavutil/channel_layout: Check strtol*() for failure
  64. - avcodec/ffv1dec: Check for 0 quant tables
  65. - avcodec/mjpegdec: Reinitialize IDCT on BPP changes
  66. - avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
  67. - avutil/file_open: avoid file handle inheritance on Windows
  68. - avcodec/ffv1: Initialize vlc_state on allocation
  69. - avcodec/ffv1dec: update progress in case of broken pointer chains
  70. - avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
  71. - avformat/httpauth: Add space after commas in HTTP/RTSP auth header
  72. - avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
  73. - avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
  74. - avcodec/ffv1dec: Explicitly check read_quant_table() return value
  75. - avcodec/rangecoder: Check e
  76. - lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
  77. - avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
  78. - avfilter/af_asyncts: use llabs for int64_t
  79. - avcodec/g2meet: Also clear tile dimensions on header_fail
  80. - avcodec/g2meet: Fix potential overflow in tile dimensions check
  81. - avcodec/svq1dec: Check init_get_bits8() for failure
  82. - avcodec/tta: Check init_get_bits8() for failure
  83. - swresample/swresample: Fix integer overflow in seed calculation
  84. - avformat/mov: Fix integer overflow in FFABS
  85. - avutil/common: Add FFNABS()
  86. - avutil/common: Document FFABS() corner case
  87. - avformat/dump: Fix integer overflow in aspect ratio calculation
  88. - avcodec/truemotion1: Check for even width
  89. - avcodec/libopusenc: Fix infinite loop on flushing after 0 input
  90. - doc/filters/drawtext: fix centering example
  91. - avcodec: avoid division by zero in avcodec_string
  92. - mpegvideo: clear overread in clear_context
  93. - dvdsubdec: validate offset2 similar to offset1
  94. - avcodec/takdec: Use memove, avoid undefined memcpy() use
  95. - jvdec: avoid unsigned overflow in comparison
  96. - avcodec/mpeg12dec: Do not call show_bits() with invalid bits
  97. - opusdec: Don't run vector_fmul_scalar on zero length arrays
  98. - avcodec/opusdec: Fix extra samples read index
  99. - riffdec: prevent negative bit rate
  100. - Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
  101. - imc: use correct position for flcoeffs2 calculation
  102. - snow: remove an obsolete av_assert2
  103. - wavpack: limit extra_bits to 32 and use get_bits_long
  104. - huffyuvdec: validate image size
  105. - wavpack: use get_bits_long to read up to 32 bits
  106. - nutdec: check maxpos in read_sm_data before returning success
  107. - s302m: fix arithmetic exception
  108. - mpegaudiodec: copy AVFloatDSPContext from first context to all contexts
  109. - vc1dec: use get_bits_long and limit the read bits to 32
  110. - avcodec/s302m: Only set the sample rate when some data is output
  111. - avidec: check for valid bit_rate range
  112. - vp9: add support for resolution changes in inter frames.
  113. - vp9: avoid infinite loop with broken files
  114. - videodsp: don't overread edges in vfix3 emu_edge.
  115. - avformat/oggenc: Check segments_count for headers too
  116. - avformat/avidec: Workaround broken initial frame
  117. - hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
  118. - hevc: fix wpp threading deadlock.
  119. - avcodec/ffv1: seperate slice_count from max_slice_count
  120. - lavf/img2dec: Fix memory leak
  121. - avcodec/mp3: fix skipping zeros
  122. - doc: mention libavcodec can decode Opus natively
  123. version 2.4.11:
  124. - avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops
  125. - avformat/hevc: Fix parsing errors
  126. - ffmpeg: Use correct codec_id for av_parser_change() check
  127. - ffmpeg: Check av_parser_change() for failure
  128. - avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check
  129. - ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
  130. - ffmpeg: check avpicture_fill() return value
  131. - avformat/mux: Update sidedata in ff_write_chained()
  132. - avcodec/flashsvenc: Correct max dimension in error message
  133. - avcodec/svq1enc: Check dimensions
  134. - avcodec/dcaenc: clear bitstream end
  135. - libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()
  136. - rawdec: fix mjpeg probing buffer size check
  137. - rawdec: fix mjpeg probing
  138. - avcodec/vp8: Check buffer size in vp8_decode_frame_header()
  139. - avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()
  140. - avcodec/diracdec: Check for hpel_base allocation failure
  141. - avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()
  142. - avfilter/af_aresample: Check ff_all_* for allocation failures
  143. - avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case
  144. - swscale/utils: Clear pix buffers
  145. - avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write()
  146. - avformat/mov: Fix deallocation when MOVStreamContext failed to allocate
  147. - ffmpeg: Fix cleanup with ost = NULL
  148. - avcodec/pthread_frame: check avctx on deallocation
  149. - avcodec/sanm: Reset sizes in destroy_buffers()
  150. - avcodec/alac: Clear pointers in allocate_buffers()
  151. - bytestream2: set the reader to the end when reading more than available
  152. - avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264
  153. - avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()
  154. - oggparsedirac: check return value of init_get_bits
  155. - wmalosslessdec: reset frame->nb_samples on packet loss
  156. - wmalosslessdec: avoid reading 0 bits with get_bits
  157. - avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()
  158. - avcodec/aacsbr: Assert that bs_num_env is positive
  159. - avcodec/aacsbr: check that the element type matches before applying SBR
  160. - avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h
  161. - vp9/update_prob: prevent out of bounds table read
  162. - avfilter/vf_transpose: Fix rounding error
  163. - avcodec/pngdec: Only allow one IHDR chunk
  164. - wmavoice: limit wmavoice_decode_packet return value to packet size
  165. - swscale/swscale_unscaled: Fix rounding difference with RGBA output between little and big endian
  166. - ffmpeg: Do not use the data/size of a bitstream filter after failure
  167. - swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,mmxext}
  168. - swscale/x86/rgb2rgb_template: add missing xmm clobbers
  169. - vda: unlock the pixel buffer base address.
  170. - swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()
  171. - swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_bytes_2103_c on BE
  172. - swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian
  173. - swr: Remember previously set int_sample_format from user
  174. - matroskadec: check audio sample rate
  175. - matroskadec: validate audio channels and bitdepth
  176. - avcodec/dpxenc: implement write16/32 as functions
  177. - postproc: fix unaligned access
  178. - avio: fix potential crashes when combining ffio_ensure_seekback + crc
  179. - h264: er: Copy from the previous reference only if compatible
  180. - sonic: set avctx->channels in sonic_decode_init
  181. - vp8: change mv_{min,max}.{x,y} type to int
  182. - vp9: change type of tile_size from unsigned to int64_t
  183. - arm: only enable setend on ARMv6
  184. - libopenjpegdec: check existence of image component data
  185. - mov: abort on EOF in ff_mov_read_chan
  186. - ffmpeg_opt: Check for localtime() failure
  187. - avformat: Fix bug in parse_rps for HEVC.
  188. - takdec: ensure chan2 is a valid channel index
  189. - avcodec/h264_slice: Use AVFrame diemensions for grayscale handling
  190. - avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet()
  191. - libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'.
  192. - avcodec/jpeg2000dec: Check that coords match before applying ICT
  193. - avformat/ffmdec: Check ffio_set_buf_size() return value
  194. - avcodec/adpcm: Check for overreads
  195. - avcodec/alsdec: Check for overread
  196. - avcodec/atrac3plusdec: consume only as many bytes as available
  197. - swresample/swresample: Cleanup on init failure.
  198. - Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference"
  199. - avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec
  200. - swresample/dither: check memory allocation
  201. - opusdec: properly handle mismatching configurations in multichannel streams
  202. - MAINTAINERS: Remove myself as leader
  203. - h263: Always check both dimensions
  204. - avformat/swfdec: Do not error out on pixel format changes
  205. - avcodec/exr: fix crash caused by merge
  206. - avcodec/x86/h264_weight: handle weight1=128
  207. - avcodec/hevc_ps: Only discard overread VPS if a previous is available
  208. - avformat/mov: Mark avio context of decompressed atoms as seekable
  209. _ avfilter/x86/vf_hqdn3d: Fix register types
  210. version 2.4.10:
  211. - diracdec: check if reference could not be allocated
  212. - diracdec: avoid overflow of bytes*8 in decode_lowdelay
  213. - diracdec: prevent overflow in data_unit_size check
  214. - avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]
  215. - matroskadec: check s->streams[k] before using it
  216. - avcodec/ffv1dec: Check chroma shift parameters
  217. - matroskadec: use uint64_t instead of int for index_scale
  218. - avcodec/wavpack: Check L/R values before use to avoid harmless integer overflow and undefined behavior in fate
  219. - nutdec: fix illegal count check in decode_main_header
  220. - nutdec: check for negative frame rate in decode_info_header
  221. - ffmpeg: remove incorrect network deinit
  222. - OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c
  223. - apedec: set s->samples only when init_frame_decoder succeeded
  224. - OS/2:Makedef.cmd cleanup
  225. - avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values
  226. - avformat/mov: Fix parsing short loci
  227. - avformat/mov: Print reason of loci parsing failure
  228. - avcodec/hevc: Fix typo in num_entry_point_offsets check
  229. - avcodec/libtheoraenc: Check for av_malloc failure
  230. - avcodec/dcadec: Check active_bands
  231. - avcodec/dcadec: Check scale table index
  232. - avcodec/sonic: More completely check sample_rate_index and channels
  233. - avcodec/sonic: check memory allocations
  234. - avcodec/smvjpegdec: check avcodec_decode_video2() return code
  235. - avcodec/shorten: More complete pred_order check
  236. - avcodec/shorten: Check skip_bytes()
  237. - png: Set the color range as full range
  238. - mpegts: Update the PSI/SI table only if the version change
  239. - rtsp: Make sure we don't write too many transport entries into a fixed-size array
  240. - rtpenc_jpeg: Handle case of picture dimensions not dividing by 8
  241. - libvpx: Fix mixed use of av_malloc() and av_reallocp()
  242. - aacpsy: correct calculation of minath in psy_3gpp_init
  243. - avcodec/shorten: Fix code depending on signed overflow behavior
  244. - avcodec/proresdec2: Reset slice_count on deallocation
  245. - ffmpeg_opt: Fix -timestamp parsing
  246. - avcodec/dcadec: Check subsubframes
  247. - avcodec/dcadec: Check nchans
  248. - hevc: make avcodec_decode_video2() fail if get_format() fails
  249. - avcodec/cavsdec: Check esc_code
  250. - avcodec/on2avc: Check run more carefully
  251. - avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE
  252. - swr: fix alignment issue caused by 8ch sse functions
  253. - avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt()
  254. - avcodec/jpeg2000dec: fix boolean operator
  255. - avcodec/hevc_ps: Explicitly check num_tile_* for negative values
  256. - avcodec/hevc_ps: Check vps_num_hrd_parameters
  257. - avcodec/hevc_ps: More completely check vps_num_layer_sets
  258. - avcodec/hevc: Check num_entry_point_offsets
  259. - avcodec/hevc: Check offset_len
  260. - libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn't implicitly included when PIC is on.
  261. - avcodec/hevc_sei: Check num_sps_ids_minus1 value
  262. - avcodec/vqavideo: Check chunk size
  263. - aacdec: don't return frames without data
  264. - avformat/hevc: Check num_negative_pics and num_positive_pics
  265. - avformat/hevc: Check cpb_cnt_minus1
  266. - avformat/matroskadec: Cleanup error handling for bz2 & zlib
  267. - avformat/nutdec: Fix use of uinitialized value
  268. - avformat/rtpenc_jpeg: Check remaining buffer size for SOS
  269. - avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()
  270. - tools/graph2dot: use larger data types than int for array/string sizes
  271. - avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()
  272. - avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment()
  273. - avformat/flacenc: Check length in flac_write_block_comment()
  274. - avformat/subtitles: Use size_t for len
  275. - avformat/url: Use size_t for len from strlen()
  276. - avutil/avstring: Use size_t in av_strlcatf()
  277. - avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()
  278. - avutil/dict: Use size_t for appending strings
  279. - libavutil/mem: use size_t for the length in av_strdup()
  280. - aacsbr: break infinite loop in sbr_hf_calc_npatches
  281. - diracdec: check that block length is valid
  282. - ffmpeg_opt: Set the video VBV parameters only for the video stream from -target
  283. - avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()
  284. - avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()
  285. - avcodec/mpegvideo_enc: Update the buffer size as more slices are merged
  286. - avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()
  287. - avformat/wavdec: Increase dts packet threshold to fix more misdetections
  288. - avformat/wavdec: Increase probe_packets limit
  289. - nutdec: abort if EOF is reached in decode_info_header/read_sm_data
  290. - nutdec: stop skipping bytes at EOF
  291. - nutdec: fix infinite resync loops
  292. - avformat/nutdec: Check X in 2nd branch of index reading
  293. - avformat/nutdec: Fix recovery when immedeately after seeking a failure happens
  294. - avformat/nutdec: Return error on EOF from get_str()
  295. - avcodec/x86/cavsdsp: remove unneeded tmp
  296. - nutdec: fix memleaks on error in nut_read_header
  297. - avformat/avidec: print a warning for negative sample_size
  298. - avidec: avoid infinite loop due to negative ast->sample_size
  299. - nutdec: check chapter creation in decode_info_header
  300. - apedec: prevent out of array writes in decode_array_0000
  301. - avformat/mpegts: Detect changes in packet through CRC instead of just the 5bit version
  302. - avformat/mpegts: reset last_ver on corrupted packets
  303. - avformat/mpegts: Factorize version checking code out
  304. - avformat/mpegts: Also parse the FMC descriptor if the codec has not been identified yet
  305. - avformat/mpegts: reset last_version on seeking
  306. - avformat/mp3dec: Check for avcodec_alloc_context3() failure
  307. - avformat/mp3dec: properly allocate dummy AVCodecContext
  308. - lavfi/fade: Do not overread input buffer.
  309. - tests: drop bc dependency
  310. - alsdec: limit avctx->bits_per_raw_sample to 32
  311. version 2.4.9:
  312. - alac: reject rice_limit 0 if compression is used
  313. - lavf: Reset global flag on deinit
  314. - bink: check vst->index_entries before using it
  315. - mpeg4videodec: only allow a positive length
  316. - alsdec: check sample pointer range in revert_channel_correlation
  317. - avcodec/h264_refs: Do not set reference to things which do not exist
  318. - avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading mode
  319. - h264: avoid unnecessary calls to get_format
  320. - avutil/pca: Check for av_malloc* failures
  321. - alsdec: validate time diff index
  322. - avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays never contain random data
  323. - alsdec: ensure channel reordering is reversible
  324. - avcodec/atrac3plusdsp: fix on stack alignment
  325. - ac3: validate end in ff_ac3_bit_alloc_calc_mask
  326. - aacpsy: avoid psy_band->threshold becoming NaN
  327. - aasc: return correct buffer size from aasc_decode_frame
  328. - aacdec: consistently use avctx for logging in decode_eld_specific_config
  329. - msrledec: use signed pixel_ptr in msrle_decode_pal4
  330. - swresample/swresample-test: Randomly wipe out channel counts
  331. - swresample: Check channel layouts and channels against each other and print human readable error messages
  332. - swresample: Allow reinitialization without ever setting channel layouts
  333. - swresample: Allow reinitialization without ever setting channel counts
  334. - avcodec/h264: Do not fail with randomly truncated VUIs
  335. - avcodec/h264_ps: Move truncation check from VUI to SPS
  336. - avcodec/h264: Be more tolerant to changing pps id between slices
  337. - avcodec/aacdec: Fix storing state before PCE decode
  338. - avcodec/h264: reset the counts in the correct context
  339. - avcodec/h264_slice: Do not reset mb_aff_frame per slice
  340. - tests: Fix test name for pixfmts tests
  341. - avcodec/h264: finish previous slices before switching to single thread mode
  342. - avcodec/h264: Fix race between slices where one overwrites data from the next
  343. - avformat/utils: avoid discarded streams in av_find_default_stream_index()
  344. - avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use
  345. - avformat/img2dec: do not rewind custom io buffers
  346. - fate: Include branch information in the payload header
  347. version 2.4.8:
  348. - avutil/cpu: add missing check for mmxext to av_force_cpu_flags
  349. - avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
  350. - avcodec/hevc_ps: Check cropping parameters more correctly
  351. - avcodec/dnxhddec: Check that the frame is interlaced before using cur_field
  352. - avformat/mov: Disallow ".." in dref unless use_absolute_path is set
  353. - avformat/mov: Check for string truncation in mov_open_dref()
  354. - ac3_fixed: fix out-of-bound read
  355. - avcodec/012v: redesign main loop
  356. - avcodec/012v: Check dimensions more completely
  357. - asfenc: fix leaking asf->index_ptr on error
  358. - avcodec/options_table: remove extradata_size from the AVOptions table
  359. - ffmdec: limit the backward seek to the last resync position
  360. - ffmdec: make sure the time base is valid
  361. - ffmdec: fix infinite loop at EOF
  362. - avcodec/tiff: move bpp check to after "end:"
  363. - avcodec/opusdec: Fix delayed sample value
  364. - avcodec/utils: Align YUV411 by as much as the other YUV variants
  365. - vp9: fix segmentation map retention with threading enabled.
  366. - doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds
  367. - fix VP9 packet decoder returning 0 instead of the used data size
  368. - avformat/bit: only accept the g729 codec and 1 channel
  369. - avformat/adxdec: check avctx->channels for invalid values
  370. - Fix buffer_size argument to init_put_bits() in multiple encoders.
  371. - mips/acelp_filters: fix incorrect register constraint
  372. - avcodec/hevc_ps: Sanity checks for some log2_* values
  373. - avcodec/zmbv: Check len before reading in decode_frame()
  374. - avcodec/snowdec: Fix ref value check
  375. - swscale/utils: More carefully merge and clear coefficients outside the input
  376. - avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop
  377. - avcodec/a64multienc: don't set incorrect packet size
  378. - webp: ensure that each transform is only used once
  379. - avcodec/hevc_ps: More complete window reset
  380. - vp9: make above buffer pointer 32-byte aligned.
  381. - avformat/rm: limit packet size
  382. - avcodec/webp: validate the distance prefix code
  383. - avcodec/gif: fix off by one in column offsetting finding
  384. version 2.4.7:
  385. - avcodec/flac_parser: fix handling EOF if no headers are found
  386. - avfilter/vf_framepack: Check and update frame_rate
  387. - avcodec/hevc: Fix handling of skipped_bytes() reallocation failures
  388. - qpeg: avoid pointless invalid memcpy()
  389. - avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a"
  390. - avcodec/mjpegdec: Skip blocks which are outside the visible area
  391. - lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. (cherry picked from commit 4faea46bd906b3897018736208123aa36c3f45d5)
  392. - avcodec/h264_slice: assert that reinit does not occur after the first slice
  393. - avcodec/h264_slice: ignore SAR changes in slices after the first
  394. - avcodec/h264_slice: Check picture structure before setting the related fields
  395. - avcodec/h264_slice: Do not change frame_num after the first slice
  396. - avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT
  397. - avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT
  398. - avcodec/h264: Be more strict on rejecting pps/sps changes
  399. - avcodec/h264: Be more strict on rejecting pps_id changes
  400. - avcodec/h264_ps: More completely check the bit depths
  401. - avformat/thp: Check av_get_packet() for failure not only for partial output
  402. - swscale/utils: Limit filter shifting so as not to read from prior the array
  403. - avcodec/mpegvideo_motion: Fix gmc chroma dimensions
  404. - avcodec/mjpegdec: Check number of components for JPEG-LS
  405. - avcodec/mjpegdec: Check escape sequence validity
  406. - avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior
  407. - avformat/mpc8: fix broken pointer math
  408. - avformat/mpc8: fix hang with fuzzed file
  409. - avformat/tta: fix crash with corrupted files
  410. version 2.4.6:
  411. - doc/examples: fix lib math dep for decoding_encoding
  412. - avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1"
  413. - vp9: fix parser return values in error case
  414. - ffmpeg: Clear error message array at init.
  415. - avcodec/dvdsubdec: fix accessing dangling pointers
  416. - avcodec/dvdsubdec: error on bitmaps with size 0
  417. - avformat/mov: Fix mixed declaration and statement warning
  418. - cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file()
  419. - avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory
  420. - avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory
  421. - lavfi: check av_strdup() return value
  422. - mov: Fix negative size calculation in mov_read_default().
  423. - avformat/mov: fix integer overflow in mov_read_udta_string()
  424. - mov: Avoid overflow with mov_metadata_raw()
  425. - avcodec/dvdsubdec: fix out of bounds accesses
  426. - avfilter/vf_sab: fix filtering tiny images
  427. - avformat/flvdec: Increase string array size
  428. - avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream
  429. - avformat/cdxl: Fix integer overflow of image_size
  430. - avformat/segment: Use av_freep() avoid leaving stale pointers in memory
  431. - avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atoms
  432. - mov: avoid a memleak when multiple stss boxes are presen
  433. version 2.4.5:
  434. - lavu/frame: fix malloc error path in av_frame_copy_props()
  435. - avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference()
  436. - avformat/aviobuf: Check that avio_seek() target is non negative
  437. - swresample/soxr_resample: fix error handling
  438. - avformat/flvdec: fix potential use of uninitialized variables
  439. - avformat/matroskadec: fix handling of recursive SeekHead elements
  440. - doc/examples/transcoding: check encoder before using it
  441. - swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output
  442. - avformat/rmdec: Check codec_data_size
  443. - avformat/aviobuf: Fix infinite loop in ff_get_line()
  444. - vc1: Do not assume seek happens after decoding
  445. - mmvideo: check frame dimensions
  446. - jvdec: check frame dimensions
  447. - avcodec/indeo3: ensure offsets are non negative
  448. - avcodec/h264: Check *log2_weight_denom
  449. - avcodec/hevc_ps: Check diff_cu_qp_delta_depth
  450. - avcodec/h264: Clear delayed_pic on deallocation
  451. - avcodec/hevc: clear filter_slice_edges() on allocation
  452. - avcodec/dcadec: Check that the added xch channel isnt already there
  453. - avcodec/indeo3: use signed variables to avoid underflow
  454. - swscale: increase yuv2rgb table headroom
  455. - avformat/mov: fix integer overflow of size
  456. - avformat/mov: check atom nesting depth
  457. - avcodec/utvideodec: Fix handling of slice_height=0
  458. - avcodec/vmdvideo: Check len before using it in method 3
  459. - avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory
  460. - avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory
  461. - configure: create the tests directory like the doc directory
  462. - v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
  463. - avcodec/motion_est: use 2x8x8 for interlaced qpel
  464. - Treat all '*.pnm' files as non-text file
  465. version 2.4.4:
  466. - avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate()
  467. - swscale: fix yuv2yuvX_8 assembly on x86
  468. - avcodec/hevc_ps: Check num_long_term_ref_pics_sps
  469. - avcodec/mjpegdec: Fix integer overflow in shift
  470. - avcodec/hevc_ps: Check return code from pps_range_extensions()
  471. - avcodec/rawdec: Check the return code of avpicture_get_size()
  472. - avcodec/pngdec: Check IHDR/IDAT order
  473. - avcodec/flacdec: Call ff_flacdsp_init() unconditionally
  474. - avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()
  475. - avcodec/mjpegdec: Fix context fields becoming inconsistent
  476. - avcodec/mjpegdec: Check for pixfmtid 0x42111100 || 0x24111100 with more than 8 bits
  477. - swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()
  478. - doc/APIchanges: Fix some wrong versions
  479. - avformat/hlsenc: Free context after hls_append_segment
  480. - avcodec/mpeg4video_parser: fix spurious extradata parse warnings
  481. - lavu/opt: fix av_opt_get function
  482. - avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization
  483. - avcodec/utvideodec: fix assumtation that slice_height >= 1
  484. - avcodec/options_table fix min of audio channels and sample rate
  485. - libavutil/thread.h: Support OS/2 threads
  486. - fix Makefile objects for pulseaudio support
  487. - opusdec: make sure all substreams have the same number of coded samples
  488. - lavu: add wrappers for the pthreads mutex API
  489. - avformat/avidec: fix handling dv in avi
  490. - avfilter/vf_lut: gammaval709()
  491. - cinedec: report white balance gain coefficients using metadata
  492. - swscale/utils: support bayer input + scaling, and bayer input + any supported output
  493. - swscale: support internal scaler cascades
  494. - avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code similarity
  495. - avformat/segment: export inner muxer timebase
  496. - Remove fminf() emulation, fix build issues
  497. - avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation
  498. - Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
  499. - ffmpeg_opt: store canvas size in decoder context
  500. - avcodec/mpeg12dec: do not trust AVCodecContext input dimensions
  501. version 2.4.3:
  502. - avcodec/svq1dec: zero terminate embedded message before printing
  503. - avcodec/cook: check that the subpacket sizes fit in block_align
  504. - avcodec/g2meet: check tile dimensions to avoid integer overflow
  505. - avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.
  506. - avcodec/dnxhddec: treat pix_fmt like width/height
  507. - avcodec/dxa: check dimensions
  508. - avcodec/dirac_arith: fix integer overflow
  509. - avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y
  510. - avcodec/diracdec: Use 64bit in calculation of codeblock coordinates
  511. - avcodec/sgidec: fix count check
  512. - avcodec/sgidec: fix linesize for 16bit
  513. - avcodec/hevc_ps: Check default display window bitstream and skip if invalid
  514. - avcodec/tiffenc: properly compute packet size
  515. - lavd: export all symbols with av_ prefix
  516. - avformat/mxfdec: Fix termination of mxf_data_essence_container_uls
  517. - postproc: fix qp count
  518. - postproc/postprocess: fix quant store for fq mode
  519. - vf_drawtext: add missing clear of pointers after av_expr_free()
  520. - utvideoenc: properly set slice height/last line
  521. - swresample: fix sample drop loop end condition
  522. - resample: Avoid off-by-1 errors in PTS calcs.
  523. - imc: fix order of operations in coefficients read
  524. - hevc_mvs: make sure to always initialize the temporal MV fully
  525. - hevc_mvs: initialize the temporal MV in case of missing reference
  526. version 2.4.2:
  527. - avcodec/on2avc: Check number of channels
  528. - avcodec/hevc: fix chroma transform_add size
  529. - avcodec/h264: Check mode before considering mixed mode intra prediction
  530. - avformat/mpegts: use a padded buffer in read_sl_header()
  531. - avformat/mpegts: Check desc_len / get8() return code
  532. - avcodec/vorbisdec: Fix off by 1 error in ptns_to_read
  533. - sdp: add support for H.261
  534. - avcodec/svq3: Do not memcpy AVFrame
  535. - avcodec/smc: fix off by 1 error
  536. - avcodec/qpeg: fix off by 1 error in MV bounds check
  537. - avcodec/gifdec: factorize interleave end handling out
  538. - avcodec/cinepak: fix integer underflow
  539. - avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
  540. - avcodec/pngdec: Calculate MPNG bytewidth more defensively
  541. - avcodec/tiff: more completely check bpp/bppcount
  542. - avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
  543. - avcodec/h263dec: Fix decoding messenger.h263
  544. - avcodec/utils: Add case for jv to avcodec_align_dimensions2()
  545. - avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
  546. - avcodec/jpeglsdec: Check run value more completely in ls_decode_line()
  547. - avformat/hlsenc: export inner muxer timebase
  548. - configure: add noexecstack to linker options if supported.
  549. - avcodec/ac3enc_template: fix out of array read
  550. - avutil/x86/cpu: fix cpuid sub-leaf selection
  551. - avformat/img2dec: enable generic seeking for image pipes
  552. - avformat/img2dec: initialize pkt->pos for image pipes
  553. - avformat/img2dec: pass error code and signal EOF
  554. - avformat/img2dec: fix error code at EOF for pipes
  555. - libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address
  556. - tests/fate-run.sh: Cat .err file in case of error with V>0
  557. - avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()
  558. - avcodec/webp: fix default palette color 0xff000000 -> 0x00000000
  559. - avcodec/asvenc: fix AAN scaling
  560. - Fix compile error on arm4/arm5 platform
  561. version 2.4.1:
  562. - swscale: Allow chroma samples to be above and to the left of luma samples
  563. - avcodec/libilbc: support for latest git of libilbc
  564. - avcodec/webp: treat out-of-bound palette index as translucent black
  565. - vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion
  566. - apetag: Fix APE tag size check
  567. - tools/crypto_bench: fix build when AV_READ_TIME is unavailable
  568. version 2.4:
  569. - Icecast protocol
  570. - ported lenscorrection filter from frei0r filter
  571. - large optimizations in dctdnoiz to make it usable
  572. - ICY metadata are now requested by default with the HTTP protocol
  573. - support for using metadata in stream specifiers in fftools
  574. - LZMA compression support in TIFF decoder
  575. - support for H.261 RTP payload format (RFC 4587)
  576. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  577. - added codecview filter to visualize information exported by some codecs
  578. - Matroska 3D support thorugh side data
  579. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  580. - silenceremove filter
  581. version 2.3:
  582. - AC3 fixed-point decoding
  583. - shuffleplanes filter
  584. - subfile protocol
  585. - Phantom Cine demuxer
  586. - replaygain data export
  587. - VP7 video decoder
  588. - Alias PIX image encoder and decoder
  589. - Improvements to the BRender PIX image decoder
  590. - Improvements to the XBM decoder
  591. - QTKit input device
  592. - improvements to OpenEXR image decoder
  593. - support decoding 16-bit RLE SGI images
  594. - GDI screen grabbing for Windows
  595. - alternative rendition support for HTTP Live Streaming
  596. - AVFoundation input device
  597. - Direct Stream Digital (DSD) decoder
  598. - Magic Lantern Video (MLV) demuxer
  599. - On2 AVC (Audio for Video) decoder
  600. - support for decoding through DXVA2 in ffmpeg
  601. - libbs2b-based stereo-to-binaural audio filter
  602. - libx264 reference frames count limiting depending on level
  603. - native Opus decoder
  604. - display matrix export and rotation API
  605. - WebVTT encoder
  606. - showcqt multimedia filter
  607. - zoompan filter
  608. - signalstats filter
  609. - hqx filter (hq2x, hq3x, hq4x)
  610. - flanger filter
  611. - Image format auto-detection
  612. - LRC demuxer and muxer
  613. - Samba protocol (via libsmbclient)
  614. - WebM DASH Manifest muxer
  615. - libfribidi support in drawtext
  616. version 2.2:
  617. - HNM version 4 demuxer and video decoder
  618. - Live HDS muxer
  619. - setsar/setdar filters now support variables in ratio expressions
  620. - elbg filter
  621. - string validation in ffprobe
  622. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  623. - complete Voxware MetaSound decoder
  624. - remove mp3_header_compress bitstream filter
  625. - Windows resource files for shared libraries
  626. - aeval filter
  627. - stereoscopic 3d metadata handling
  628. - WebP encoding via libwebp
  629. - ATRAC3+ decoder
  630. - VP8 in Ogg demuxing
  631. - side & metadata support in NUT
  632. - framepack filter
  633. - XYZ12 rawvideo support in NUT
  634. - Exif metadata support in WebP decoder
  635. - OpenGL device
  636. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  637. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  638. - Mirillis FIC video decoder
  639. - Support DNx444
  640. - libx265 encoder
  641. - dejudder filter
  642. - Autodetect VDA like all other hardware accelerations
  643. - aliases and defaults for Ogg subtypes (opus, spx)
  644. version 2.1:
  645. - aecho filter
  646. - perspective filter ported from libmpcodecs
  647. - ffprobe -show_programs option
  648. - compand filter
  649. - RTMP seek support
  650. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  651. even when used as an input option. Previous behavior can be restored with
  652. the -noaccurate_seek option.
  653. - ffmpeg -t option can now be used for inputs, to limit the duration of
  654. data read from an input file
  655. - incomplete Voxware MetaSound decoder
  656. - read EXIF metadata from JPEG
  657. - DVB teletext decoder
  658. - phase filter ported from libmpcodecs
  659. - w3fdif filter
  660. - Opus support in Matroska
  661. - FFV1 version 1.3 is stable and no longer experimental
  662. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  663. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  664. more consistent with other muxers.
  665. - adelay filter
  666. - pullup filter ported from libmpcodecs
  667. - ffprobe -read_intervals option
  668. - Lossless and alpha support for WebP decoder
  669. - Error Resilient AAC syntax (ER AAC LC) decoding
  670. - Low Delay AAC (ER AAC LD) decoding
  671. - mux chapters in ASF files
  672. - SFTP protocol (via libssh)
  673. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  674. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  675. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  676. the skip_alpha flag.
  677. - ladspa wrapper filter
  678. - native VP9 decoder
  679. - dpx parser
  680. - max_error_rate parameter in ffmpeg
  681. - PulseAudio output device
  682. - ReplayGain scanner
  683. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  684. - Linux framebuffer output device
  685. - HEVC decoder
  686. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  687. - mergeplanes filter
  688. version 2.0:
  689. - curves filter
  690. - reference-counting for AVFrame and AVPacket data
  691. - ffmpeg now fails when input options are used for output file
  692. or vice versa
  693. - support for Monkey's Audio versions from 3.93
  694. - perms and aperms filters
  695. - audio filtering support in ffplay
  696. - 10% faster aac encoding on x86 and MIPS
  697. - sine audio filter source
  698. - WebP demuxing and decoding support
  699. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  700. filtergraph description to be read from a file
  701. - OpenCL support
  702. - audio phaser filter
  703. - separatefields filter
  704. - libquvi demuxer
  705. - uniform options syntax across all filters
  706. - telecine filter
  707. - interlace filter
  708. - smptehdbars source
  709. - inverse telecine filters (fieldmatch and decimate)
  710. - colorbalance filter
  711. - colorchannelmixer filter
  712. - The matroska demuxer can now output proper verbatim ASS packets. It will
  713. become the default at the next libavformat major bump.
  714. - decent native animated GIF encoding
  715. - asetrate filter
  716. - interleave filter
  717. - timeline editing with filters
  718. - vidstabdetect and vidstabtransform filters for video stabilization using
  719. the vid.stab library
  720. - astats filter
  721. - trim and atrim filters
  722. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  723. transcoding audio
  724. - Matroska muxer can now put the index at the beginning of the file.
  725. - extractplanes filter
  726. - avectorscope filter
  727. - ADPCM DTK decoder
  728. - ADP demuxer
  729. - RSD demuxer
  730. - RedSpark demuxer
  731. - ADPCM IMA Radical decoder
  732. - zmq filters
  733. - DCT denoiser filter (dctdnoiz)
  734. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  735. - Apple Intermediate Codec decoder
  736. - Escape 130 video decoder
  737. - FTP protocol support
  738. - V4L2 output device
  739. - 3D LUT filter (lut3d)
  740. - SMPTE 302M audio encoder
  741. - support for slice multithreading in libavfilter
  742. - Hald CLUT support (generation and filtering)
  743. - VC-1 interlaced B-frame support
  744. - support for WavPack muxing (raw and in Matroska)
  745. - XVideo output device
  746. - vignette filter
  747. - True Audio (TTA) encoder
  748. - Go2Webinar decoder
  749. - mcdeint filter ported from libmpcodecs
  750. - sab filter ported from libmpcodecs
  751. - ffprobe -show_chapters option
  752. - WavPack encoding through libwavpack
  753. - rotate filter
  754. - spp filter ported from libmpcodecs
  755. - libgme support
  756. - psnr filter
  757. version 1.2:
  758. - VDPAU hardware acceleration through normal hwaccel
  759. - SRTP support
  760. - Error diffusion dither in Swscale
  761. - Chained Ogg support
  762. - Theora Midstream reconfiguration support
  763. - EVRC decoder
  764. - audio fade filter
  765. - filtering audio with unknown channel layout
  766. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  767. and treble audio filter
  768. - improved showspectrum filter, with multichannel support and sox-like colors
  769. - histogram filter
  770. - tee muxer
  771. - il filter ported from libmpcodecs
  772. - support ID3v2 tags in ASF files
  773. - encrypted TTA stream decoding support
  774. - RF64 support in WAV muxer
  775. - noise filter ported from libmpcodecs
  776. - Subtitles character encoding conversion
  777. - blend filter
  778. - stereo3d filter ported from libmpcodecs
  779. version 1.1:
  780. - stream disposition information printing in ffprobe
  781. - filter for loudness analysis following EBU R128
  782. - Opus encoder using libopus
  783. - ffprobe -select_streams option
  784. - Pinnacle TARGA CineWave YUV16 decoder
  785. - TAK demuxer, decoder and parser
  786. - DTS-HD demuxer
  787. - remove -same_quant, it hasn't worked for years
  788. - FFM2 support
  789. - X-Face image encoder and decoder
  790. - 24-bit FLAC encoding
  791. - multi-channel ALAC encoding up to 7.1
  792. - metadata (INFO tag) support in WAV muxer
  793. - subtitles raw text decoder
  794. - support for building DLLs using MSVC
  795. - LVF demuxer
  796. - ffescape tool
  797. - metadata (info chunk) support in CAF muxer
  798. - field filter ported from libmpcodecs
  799. - AVR demuxer
  800. - geq filter ported from libmpcodecs
  801. - remove ffserver daemon mode
  802. - AST muxer/demuxer
  803. - new expansion syntax for drawtext
  804. - BRender PIX image decoder
  805. - ffprobe -show_entries option
  806. - ffprobe -sections option
  807. - ADPCM IMA Dialogic decoder
  808. - BRSTM demuxer
  809. - animated GIF decoder and demuxer
  810. - PVF demuxer
  811. - subtitles filter
  812. - IRCAM muxer/demuxer
  813. - Paris Audio File demuxer
  814. - Virtual concatenation demuxer
  815. - VobSub demuxer
  816. - JSON captions for TED talks decoding support
  817. - SOX Resampler support in libswresample
  818. - aselect filter
  819. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  820. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  821. - Silicon Graphics Movie demuxer
  822. - apad filter
  823. - Resolution & pixel format change support with multithreading for H.264
  824. - documentation split into per-component manuals
  825. - pp (postproc) filter ported from MPlayer
  826. - NIST Sphere demuxer
  827. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  828. - Sony Wave64 muxer
  829. - adobe and limelight publisher authentication in RTMP
  830. - data: URI scheme
  831. - support building on the Plan 9 operating system
  832. - kerndeint filter ported from MPlayer
  833. - histeq filter ported from VirtualDub
  834. - Megalux Frame demuxer
  835. - 012v decoder
  836. - Improved AVC Intra decoding support
  837. version 1.0:
  838. - INI and flat output in ffprobe
  839. - Scene detection in libavfilter
  840. - Indeo Audio decoder
  841. - channelsplit audio filter
  842. - setnsamples audio filter
  843. - atempo filter
  844. - ffprobe -show_data option
  845. - RTMPT protocol support
  846. - iLBC encoding/decoding via libilbc
  847. - Microsoft Screen 1 decoder
  848. - join audio filter
  849. - audio channel mapping filter
  850. - Microsoft ATC Screen decoder
  851. - RTSP listen mode
  852. - TechSmith Screen Codec 2 decoder
  853. - AAC encoding via libfdk-aac
  854. - Microsoft Expression Encoder Screen decoder
  855. - RTMPS protocol support
  856. - RTMPTS protocol support
  857. - RTMPE protocol support
  858. - RTMPTE protocol support
  859. - showwaves and showspectrum filter
  860. - LucasArts SMUSH SANM playback support
  861. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  862. - LucasArts SMUSH demuxer
  863. - SAMI, RealText and SubViewer demuxers and decoders
  864. - Heart Of Darkness PAF playback support
  865. - iec61883 device
  866. - asettb filter
  867. - new option: -progress
  868. - 3GPP Timed Text encoder/decoder
  869. - GeoTIFF decoder support
  870. - ffmpeg -(no)stdin option
  871. - Opus decoder using libopus
  872. - caca output device using libcaca
  873. - alphaextract and alphamerge filters
  874. - concat filter
  875. - flite filter
  876. - Canopus Lossless Codec decoder
  877. - bitmap subtitles in filters (experimental and temporary)
  878. - MP2 encoding via TwoLAME
  879. - bmp parser
  880. - smptebars source
  881. - asetpts filter
  882. - hue filter
  883. - ICO muxer
  884. - SubRip encoder and decoder without embedded timing
  885. - edge detection filter
  886. - framestep filter
  887. - ffmpeg -shortest option is now per-output file
  888. -pass and -passlogfile are now per-output stream
  889. - volume measurement filter
  890. - Ut Video encoder
  891. - Microsoft Screen 2 decoder
  892. - smartblur filter ported from MPlayer
  893. - CPiA decoder
  894. - decimate filter ported from MPlayer
  895. - RTP depacketization of JPEG
  896. - Smooth Streaming live segmenter muxer
  897. - F4V muxer
  898. - sendcmd and asendcmd filters
  899. - WebVTT demuxer and decoder (simple tags supported)
  900. - RTP packetization of JPEG
  901. - faststart option in the MOV/MP4 muxer
  902. - support for building with MSVC
  903. version 0.11:
  904. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  905. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  906. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  907. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  908. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  909. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  910. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  911. - setfield filter
  912. - CDXL demuxer and decoder
  913. - Apple ProRes encoder
  914. - ffprobe -count_packets and -count_frames options
  915. - Sun Rasterfile Encoder
  916. - ID3v2 attached pictures reading and writing
  917. - WMA Lossless decoder
  918. - bluray protocol
  919. - blackdetect filter
  920. - libutvideo encoder wrapper (--enable-libutvideo)
  921. - swapuv filter
  922. - bbox filter
  923. - XBM encoder and decoder
  924. - RealAudio Lossless decoder
  925. - ZeroCodec decoder
  926. - tile video filter
  927. - Metal Gear Solid: The Twin Snakes demuxer
  928. - OpenEXR image decoder
  929. - removelogo filter
  930. - drop support for ffmpeg without libavfilter
  931. - drawtext video filter: fontconfig support
  932. - ffmpeg -benchmark_all option
  933. - super2xsai filter ported from libmpcodecs
  934. - add libavresample audio conversion library for compatibility
  935. - MicroDVD decoder
  936. - Avid Meridien (AVUI) encoder and decoder
  937. - accept + prefix to -pix_fmt option to disable automatic conversions.
  938. - complete audio filtering in libavfilter and ffmpeg
  939. - add fps filter
  940. - vorbis parser
  941. - png parser
  942. - audio mix filter
  943. - ffv1: support (draft) version 1.3
  944. version 0.10:
  945. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  946. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  947. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  948. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  949. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  950. - SBaGen (SBG) binaural beats script demuxer
  951. - OpenMG Audio muxer
  952. - Timecode extraction in DV and MOV
  953. - thumbnail video filter
  954. - XML output in ffprobe
  955. - asplit audio filter
  956. - tinterlace video filter
  957. - astreamsync audio filter
  958. - amerge audio filter
  959. - ISMV (Smooth Streaming) muxer
  960. - GSM audio parser
  961. - SMJPEG muxer
  962. - XWD encoder and decoder
  963. - Automatic thread count based on detection number of (available) CPU cores
  964. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  965. - ffprobe -show_error option
  966. - Avid 1:1 10-bit RGB Packer codec
  967. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  968. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  969. - ffprobe -show_frames option
  970. - silencedetect audio filter
  971. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  972. - rv34: frame-level multi-threading
  973. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  974. - Improved PGS subtitle decoder
  975. - dumpgraph option to lavfi device
  976. - r210 and r10k encoders
  977. - ffwavesynth decoder
  978. - aviocat tool
  979. - ffeval tool
  980. - support encoding and decoding 4-channel SGI images
  981. version 0.9:
  982. - openal input device added
  983. - boxblur filter added
  984. - BWF muxer
  985. - Flash Screen Video 2 decoder
  986. - lavfi input device added
  987. - added avconv, which is almost the same for now, except
  988. for a few incompatible changes in the options, which will hopefully make them
  989. easier to use. The changes are:
  990. * The options placement is now strictly enforced! While in theory the
  991. options for ffmpeg should be given in [input options] -i INPUT [output
  992. options] OUTPUT order, in practice it was possible to give output options
  993. before the -i and it mostly worked. Except when it didn't - the behavior was
  994. a bit inconsistent. In avconv, it is not possible to mix input and output
  995. options. All non-global options are reset after an input or output filename.
  996. * All per-file options are now truly per-file - they apply only to the next
  997. input or output file and specifying different values for different files
  998. will now work properly (notably -ss and -t options).
  999. * All per-stream options are now truly per-stream - it is possible to
  1000. specify which stream(s) should a given option apply to. See the Stream
  1001. specifiers section in the avconv manual for details.
  1002. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  1003. sense that they're specified after the output filename instead of before,
  1004. like all other options. In avconv this irregularity is removed, all options
  1005. apply to the next input or output file.
  1006. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  1007. irregular and highly confusing, they were also redundant. In avconv the -map
  1008. option will create new streams in the output file and map input streams to
  1009. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  1010. each stream in the first input file.
  1011. * The -map option now has slightly different and more powerful syntax:
  1012. + Colons (':') are used to separate file index/stream type/stream index
  1013. instead of dots. Comma (',') is used to separate the sync stream instead
  1014. of colon.. This is done for consistency with other options.
  1015. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  1016. output stream from the third input audio stream.
  1017. + Omitting the stream index now maps all the streams of the given type,
  1018. not just the first. E.g. -map 0:s creates output streams for all the
  1019. subtitle streams in the first input file.
  1020. + Since -map can now match multiple streams, negative mappings were
  1021. introduced. Negative mappings disable some streams from an already
  1022. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  1023. all the stream in the first input file, except for the second audio
  1024. stream'.
  1025. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  1026. use, which allows to precisely specify target stream(s) consistently with
  1027. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  1028. libvorbis sets the codec for the first audio stream and -c copy copies all
  1029. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  1030. aliases to -c:v/a/s
  1031. * It is now possible to precisely specify which stream should an AVOption
  1032. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  1033. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  1034. syntax is deprecated and will stop working soon.
  1035. * -map_chapters now takes only an input file index and applies to the next
  1036. output file. This is consistent with how all the other options work.
  1037. * -map_metadata now takes only an input metadata specifier and applies to
  1038. the next output file. Output metadata specifier is now part of the option
  1039. name, similarly to the AVOptions/map/codec feature above.
  1040. * -metadata can now be used to set metadata on streams and chapters, e.g.
  1041. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  1042. This made -vlang/-alang/-slang options redundant, so they were removed.
  1043. * -qscale option now uses stream specifiers and applies to all streams, not
  1044. just video. I.e. plain -qscale number would now apply to all streams. To get
  1045. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  1046. and -aq is now an alias for -q:a.
  1047. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  1048. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  1049. * -itsscale option now uses stream specifiers, so its argument is only the
  1050. scale parameter.
  1051. * -intra option was removed, use -g 0 for the same effect.
  1052. * -psnr option was removed, use -flags +psnr for the same effect.
  1053. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  1054. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  1055. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  1056. - XMV demuxer
  1057. - LOAS demuxer
  1058. - ashowinfo filter added
  1059. - Windows Media Image decoder
  1060. - amovie source added
  1061. - LATM muxer/demuxer
  1062. - Speex encoder via libspeex
  1063. - JSON output in ffprobe
  1064. - WTV muxer
  1065. - Optional C++ Support (needed for libstagefright)
  1066. - H.264 Decoding on Android via Stagefright
  1067. - Prores decoder
  1068. - BIN/XBIN/ADF/IDF text file decoder
  1069. - aconvert audio filter added
  1070. - audio support to lavfi input device added
  1071. - libcdio-paranoia input device for audio CD grabbing
  1072. - Apple ProRes decoder
  1073. - CELT in Ogg demuxing
  1074. - G.723.1 demuxer and decoder
  1075. - libmodplug support (--enable-libmodplug)
  1076. - VC-1 interlaced decoding
  1077. - libutvideo wrapper (--enable-libutvideo)
  1078. - aevalsrc audio source added
  1079. - Ut Video decoder
  1080. - Speex encoding via libspeex
  1081. - 4:2:2 H.264 decoding support
  1082. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  1083. - Pulseaudio input device
  1084. - Prores encoder
  1085. - Video Decoder Acceleration (VDA) HWAccel module.
  1086. - replacement Indeo 3 decoder
  1087. - new ffmpeg option: -map_channel
  1088. - volume audio filter added
  1089. - earwax audio filter added
  1090. - libv4l2 support (--enable-libv4l2)
  1091. - TLS/SSL and HTTPS protocol support
  1092. - AVOptions API rewritten and documented
  1093. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  1094. AVCodecContext deprecated. Codec private options should be used instead.
  1095. - Properly working defaults in libx264 wrapper, support for native presets.
  1096. - Encrypted OMA files support
  1097. - Discworld II BMV decoding support
  1098. - VBLE Decoder
  1099. - OS X Video Decoder Acceleration (VDA) support
  1100. - compact and csv output in ffprobe
  1101. - pan audio filter
  1102. - IFF Amiga Continuous Bitmap (ACBM) decoder
  1103. - ass filter
  1104. - CRI ADX audio format muxer and demuxer
  1105. - Playstation Portable PMP format demuxer
  1106. - Microsoft Windows ICO demuxer
  1107. - life source
  1108. - PCM format support in OMA demuxer
  1109. - CLJR encoder
  1110. - new option: -report
  1111. - Dxtory capture format decoder
  1112. - cellauto source
  1113. - Simple segmenting muxer
  1114. - Indeo 4 decoder
  1115. - SMJPEG demuxer
  1116. version 0.8:
  1117. - many many things we forgot because we rather write code than changelogs
  1118. - WebM support in Matroska de/muxer
  1119. - low overhead Ogg muxing
  1120. - MMS-TCP support
  1121. - VP8 de/encoding via libvpx
  1122. - Demuxer for On2's IVF format
  1123. - Pictor/PC Paint decoder
  1124. - HE-AAC v2 decoder
  1125. - HE-AAC v2 encoding with libaacplus
  1126. - libfaad2 wrapper removed
  1127. - DTS-ES extension (XCh) decoding support
  1128. - native VP8 decoder
  1129. - RTSP tunneling over HTTP
  1130. - RTP depacketization of SVQ3
  1131. - -strict inofficial replaced by -strict unofficial
  1132. - ffplay -exitonkeydown and -exitonmousedown options added
  1133. - native GSM / GSM MS decoder
  1134. - RTP depacketization of QDM2
  1135. - ANSI/ASCII art playback system
  1136. - Lego Mindstorms RSO de/muxer
  1137. - libavcore added (and subsequently removed)
  1138. - SubRip subtitle file muxer and demuxer
  1139. - Chinese AVS encoding via libxavs
  1140. - ffprobe -show_packets option added
  1141. - RTP packetization of Theora and Vorbis
  1142. - RTP depacketization of MP4A-LATM
  1143. - RTP packetization and depacketization of VP8
  1144. - hflip filter
  1145. - Apple HTTP Live Streaming demuxer
  1146. - a64 codec
  1147. - MMS-HTTP support
  1148. - G.722 ADPCM audio encoder/decoder
  1149. - R10k video decoder
  1150. - ocv_smooth filter
  1151. - frei0r wrapper filter
  1152. - change crop filter syntax to width:height:x:y
  1153. - make the crop filter accept parametric expressions
  1154. - make ffprobe accept AVFormatContext options
  1155. - yadif filter
  1156. - blackframe filter
  1157. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  1158. - RTP depacketization of the X-QT QuickTime format
  1159. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  1160. - cropdetect filter
  1161. - ffmpeg -crop* options removed
  1162. - transpose filter added
  1163. - ffmpeg -force_key_frames option added
  1164. - demuxer for receiving raw rtp:// URLs without an SDP description
  1165. - single stream LATM/LOAS decoder
  1166. - setpts filter added
  1167. - Win64 support for optimized x86 assembly functions
  1168. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  1169. - ASS subtitle encoder and decoder
  1170. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  1171. - overlay filter added
  1172. - rename aspect filter to setdar, and pixelaspect to setsar
  1173. - IEC 61937 demuxer
  1174. - Mobotix .mxg demuxer
  1175. - frei0r source added
  1176. - hqdn3d filter added
  1177. - RTP depacketization of QCELP
  1178. - FLAC parser added
  1179. - gradfun filter added
  1180. - AMR-WB decoder
  1181. - replace the ocv_smooth filter with a more generic ocv filter
  1182. - Windows Televison (WTV) demuxer
  1183. - FFmpeg metadata format muxer and demuxer
  1184. - SubRip (srt) subtitle encoder and decoder
  1185. - floating-point AC-3 encoder added
  1186. - Lagarith decoder
  1187. - ffmpeg -copytb option added
  1188. - IVF muxer added
  1189. - Wing Commander IV movies decoder added
  1190. - movie source added
  1191. - Bink version 'b' audio and video decoder
  1192. - Bitmap Brothers JV playback system
  1193. - Apple HTTP Live Streaming protocol handler
  1194. - sndio support for playback and record
  1195. - Linux framebuffer input device added
  1196. - Chronomaster DFA decoder
  1197. - DPX image encoder
  1198. - MicroDVD subtitle file muxer and demuxer
  1199. - Playstation Portable PMP format demuxer
  1200. - fieldorder video filter added
  1201. - AAC encoding via libvo-aacenc
  1202. - AMR-WB encoding via libvo-amrwbenc
  1203. - xWMA demuxer
  1204. - Mobotix MxPEG decoder
  1205. - VP8 frame-multithreading
  1206. - NEON optimizations for VP8
  1207. - Lots of deprecated API cruft removed
  1208. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  1209. - showinfo filter added
  1210. - SMPTE 302M AES3 audio decoder
  1211. - Apple Core Audio Format muxer
  1212. - 9bit and 10bit per sample support in the H.264 decoder
  1213. - 9bit and 10bit FFV1 encoding / decoding
  1214. - split filter added
  1215. - select filter added
  1216. - sdl output device added
  1217. - libmpcodecs video filter support (3 times as many filters than before)
  1218. - mpeg2 aspect ratio dection fixed
  1219. - libxvid aspect pickiness fixed
  1220. - Frame multithreaded decoding
  1221. - E-AC-3 audio encoder
  1222. - ac3enc: add channel coupling support
  1223. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  1224. - H264/MPEG frame-level multi-threading
  1225. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  1226. - 4:4:4 H.264 decoding support
  1227. - 10-bit H.264 optimizations for x86
  1228. - lut, lutrgb, and lutyuv filters added
  1229. - buffersink libavfilter sink added
  1230. - Bump libswscale for recently reported ABI break
  1231. - New J2K encoder (via OpenJPEG)
  1232. version 0.7:
  1233. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  1234. version 0.6:
  1235. - PB-frame decoding for H.263
  1236. - deprecated vhook subsystem removed
  1237. - deprecated old scaler removed
  1238. - VQF demuxer
  1239. - Alpha channel scaler
  1240. - PCX encoder
  1241. - RTP packetization of H.263
  1242. - RTP packetization of AMR
  1243. - RTP depacketization of Vorbis
  1244. - CorePNG decoding support
  1245. - Cook multichannel decoding support
  1246. - introduced avlanguage helpers in libavformat
  1247. - 8088flex TMV demuxer and decoder
  1248. - per-stream language-tags extraction in asfdec
  1249. - V210 decoder and encoder
  1250. - remaining GPL parts in AC-3 decoder converted to LGPL
  1251. - QCP demuxer
  1252. - SoX native format muxer and demuxer
  1253. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  1254. - DPX image decoder
  1255. - Electronic Arts Madcow decoder
  1256. - DivX (XSUB) subtitle encoder
  1257. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  1258. - experimental AAC encoder
  1259. - RTP depacketization of ASF and RTSP from WMS servers
  1260. - RTMP support in libavformat
  1261. - noX handling for OPT_BOOL X options
  1262. - Wave64 demuxer
  1263. - IEC-61937 compatible Muxer
  1264. - TwinVQ decoder
  1265. - Bluray (PGS) subtitle decoder
  1266. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  1267. - WMA Pro decoder
  1268. - Core Audio Format demuxer
  1269. - ATRAC1 decoder
  1270. - MD STUDIO audio demuxer
  1271. - RF64 support in WAV demuxer
  1272. - MPEG-4 Audio Lossless Coding (ALS) decoder
  1273. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  1274. - IV8 demuxer
  1275. - CDG demuxer and decoder
  1276. - R210 decoder
  1277. - Auravision Aura 1 and 2 decoders
  1278. - Deluxe Paint Animation playback system
  1279. - SIPR decoder
  1280. - Adobe Filmstrip muxer and demuxer
  1281. - RTP depacketization of H.263
  1282. - Bink demuxer and audio/video decoders
  1283. - enable symbol versioning by default for linkers that support it
  1284. - IFF PBM/ILBM bitmap decoder
  1285. - concat protocol
  1286. - Indeo 5 decoder
  1287. - RTP depacketization of AMR
  1288. - WMA Voice decoder
  1289. - ffprobe tool
  1290. - AMR-NB decoder
  1291. - RTSP muxer
  1292. - HE-AAC v1 decoder
  1293. - Kega Game Video (KGV1) decoder
  1294. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  1295. - RTP depacketization of Theora
  1296. - HTTP Digest authentication
  1297. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  1298. - Psygnosis YOP demuxer and video decoder
  1299. - spectral extension support in the E-AC-3 decoder
  1300. - unsharp video filter
  1301. - RTP hinting in the mov/3gp/mp4 muxer
  1302. - Dirac in Ogg demuxing
  1303. - seek to keyframes in Ogg
  1304. - 4:2:2 and 4:4:4 Theora decoding
  1305. - 35% faster VP3/Theora decoding
  1306. - faster AAC decoding
  1307. - faster H.264 decoding
  1308. - RealAudio 1.0 (14.4K) encoder
  1309. version 0.5:
  1310. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  1311. - TechSmith Camtasia (TSCC) video decoder
  1312. - IBM Ultimotion (ULTI) video decoder
  1313. - Sierra Online audio file demuxer and decoder
  1314. - Apple QuickDraw (qdrw) video decoder
  1315. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  1316. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  1317. - Miro VideoXL (VIXL) video decoder
  1318. - H.261 video encoder
  1319. - QPEG video decoder
  1320. - Nullsoft Video (NSV) file demuxer
  1321. - Shorten audio decoder
  1322. - LOCO video decoder
  1323. - Apple Lossless Audio Codec (ALAC) decoder
  1324. - Winnov WNV1 video decoder
  1325. - Autodesk Animator Studio Codec (AASC) decoder
  1326. - Indeo 2 video decoder
  1327. - Fraps FPS1 video decoder
  1328. - Snow video encoder/decoder
  1329. - Sonic audio encoder/decoder
  1330. - Vorbis audio decoder
  1331. - Macromedia ADPCM decoder
  1332. - Duck TrueMotion 2 video decoder
  1333. - support for decoding FLX and DTA extensions in FLIC files
  1334. - H.264 custom quantization matrices support
  1335. - ffserver fixed, it should now be usable again
  1336. - QDM2 audio decoder
  1337. - Real Cooker audio decoder
  1338. - TrueSpeech audio decoder
  1339. - WMA2 audio decoder fixed, now all files should play correctly
  1340. - RealAudio 14.4 and 28.8 decoders fixed
  1341. - JPEG-LS decoder
  1342. - build system improvements
  1343. - tabs and trailing whitespace removed from the codebase
  1344. - CamStudio video decoder
  1345. - AIFF/AIFF-C audio format, encoding and decoding
  1346. - ADTS AAC file reading and writing
  1347. - Creative VOC file reading and writing
  1348. - American Laser Games multimedia (*.mm) playback system
  1349. - Zip Motion Blocks Video decoder
  1350. - improved Theora/VP3 decoder
  1351. - True Audio (TTA) decoder
  1352. - AVS demuxer and video decoder
  1353. - JPEG-LS encoder
  1354. - Smacker demuxer and decoder
  1355. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  1356. - KMVC decoder
  1357. - MPEG-2 intra VLC support
  1358. - MPEG-2 4:2:2 encoder
  1359. - Flash Screen Video decoder
  1360. - GXF demuxer
  1361. - Chinese AVS decoder
  1362. - GXF muxer
  1363. - MXF demuxer
  1364. - VC-1/WMV3/WMV9 video decoder
  1365. - MacIntel support
  1366. - AviSynth support
  1367. - VMware video decoder
  1368. - VP5 video decoder
  1369. - VP6 video decoder
  1370. - WavPack lossless audio decoder
  1371. - Targa (.TGA) picture decoder
  1372. - Vorbis audio encoder
  1373. - Delphine Software .cin demuxer/audio and video decoder
  1374. - Tiertex .seq demuxer/video decoder
  1375. - MTV demuxer
  1376. - TIFF picture encoder and decoder
  1377. - GIF picture decoder
  1378. - Intel Music Coder decoder
  1379. - Zip Motion Blocks Video encoder
  1380. - Musepack decoder
  1381. - Flash Screen Video encoder
  1382. - Theora encoding via libtheora
  1383. - BMP encoder
  1384. - WMA encoder
  1385. - GSM-MS encoder and decoder
  1386. - DCA decoder
  1387. - DXA demuxer and decoder
  1388. - DNxHD decoder
  1389. - Gamecube movie (.THP) playback system
  1390. - Blackfin optimizations
  1391. - Interplay C93 demuxer and video decoder
  1392. - Bethsoft VID demuxer and video decoder
  1393. - CRYO APC demuxer
  1394. - ATRAC3 decoder
  1395. - V.Flash PTX decoder
  1396. - RoQ muxer, RoQ audio encoder
  1397. - Renderware TXD demuxer and decoder
  1398. - extern C declarations for C++ removed from headers
  1399. - sws_flags command line option
  1400. - codebook generator
  1401. - RoQ video encoder
  1402. - QTRLE encoder
  1403. - OS/2 support removed and restored again
  1404. - AC-3 decoder
  1405. - NUT muxer
  1406. - additional SPARC (VIS) optimizations
  1407. - Matroska muxer
  1408. - slice-based parallel H.264 decoding
  1409. - Monkey's Audio demuxer and decoder
  1410. - AMV audio and video decoder
  1411. - DNxHD encoder
  1412. - H.264 PAFF decoding
  1413. - Nellymoser ASAO decoder
  1414. - Beam Software SIFF demuxer and decoder
  1415. - libvorbis Vorbis decoding removed in favor of native decoder
  1416. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1417. - Ogg (Theora, Vorbis and FLAC) muxer
  1418. - The "device" muxers and demuxers are now in a new libavdevice library
  1419. - PC Paintbrush PCX decoder
  1420. - Sun Rasterfile decoder
  1421. - TechnoTrend PVA demuxer
  1422. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1423. - AVM2 (Flash 9) SWF muxer
  1424. - QT variant of IMA ADPCM encoder
  1425. - VFW grabber
  1426. - iPod/iPhone compatible mp4 muxer
  1427. - Mimic decoder
  1428. - MSN TCP Webcam stream demuxer
  1429. - RL2 demuxer / decoder
  1430. - IFF demuxer
  1431. - 8SVX audio decoder
  1432. - non-recursive Makefiles
  1433. - BFI demuxer
  1434. - MAXIS EA XA (.xa) demuxer / decoder
  1435. - BFI video decoder
  1436. - OMA demuxer
  1437. - MLP/TrueHD decoder
  1438. - Electronic Arts CMV decoder
  1439. - Motion Pixels Video decoder
  1440. - Motion Pixels MVI demuxer
  1441. - removed animated GIF decoder/demuxer
  1442. - D-Cinema audio muxer
  1443. - Electronic Arts TGV decoder
  1444. - Apple Lossless Audio Codec (ALAC) encoder
  1445. - AAC decoder
  1446. - floating point PCM encoder/decoder
  1447. - MXF muxer
  1448. - DV100 AKA DVCPRO HD decoder and demuxer
  1449. - E-AC-3 support added to AC-3 decoder
  1450. - Nellymoser ASAO encoder
  1451. - ASS and SSA demuxer and muxer
  1452. - liba52 wrapper removed
  1453. - SVQ3 watermark decoding support
  1454. - Speex decoding via libspeex
  1455. - Electronic Arts TGQ decoder
  1456. - RV40 decoder
  1457. - QCELP / PureVoice decoder
  1458. - RV30 decoder
  1459. - hybrid WavPack support
  1460. - R3D REDCODE demuxer
  1461. - ALSA support for playback and record
  1462. - Electronic Arts TQI decoder
  1463. - OpenJPEG based JPEG 2000 decoder
  1464. - NC (NC4600) camera file demuxer
  1465. - Gopher client support
  1466. - MXF D-10 muxer
  1467. - generic metadata API
  1468. - flash ScreenVideo2 encoder
  1469. version 0.4.9-pre1:
  1470. - DV encoder, DV muxer
  1471. - Microsoft RLE video decoder
  1472. - Microsoft Video-1 decoder
  1473. - Apple Animation (RLE) decoder
  1474. - Apple Graphics (SMC) decoder
  1475. - Apple Video (RPZA) decoder
  1476. - Cinepak decoder
  1477. - Sega FILM (CPK) file demuxer
  1478. - Westwood multimedia support (VQA & AUD files)
  1479. - Id Quake II CIN playback support
  1480. - 8BPS video decoder
  1481. - FLIC playback support
  1482. - RealVideo 2.0 (RV20) decoder
  1483. - Duck TrueMotion v1 (DUCK) video decoder
  1484. - Sierra VMD demuxer and video decoder
  1485. - MSZH and ZLIB decoder support
  1486. - SVQ1 video encoder
  1487. - AMR-WB support
  1488. - PPC optimizations
  1489. - rate distortion optimal cbp support
  1490. - rate distorted optimal ac prediction for MPEG-4
  1491. - rate distorted optimal lambda->qp support
  1492. - AAC encoding with libfaac
  1493. - Sunplus JPEG codec (SP5X) support
  1494. - use Lagrange multipler instead of QP for ratecontrol
  1495. - Theora/VP3 decoding support
  1496. - XA and ADX ADPCM codecs
  1497. - export MPEG-2 active display area / pan scan
  1498. - Add support for configuring with IBM XLC
  1499. - floating point AAN DCT
  1500. - initial support for zygo video (not complete)
  1501. - RGB ffv1 support
  1502. - new audio/video parser API
  1503. - av_log() system
  1504. - av_read_frame() and av_seek_frame() support
  1505. - missing last frame fixes
  1506. - seek by mouse in ffplay
  1507. - noise reduction of DCT coefficients
  1508. - H.263 OBMC & 4MV support
  1509. - H.263 alternative inter vlc support
  1510. - H.263 loop filter
  1511. - H.263 slice structured mode
  1512. - interlaced DCT support for MPEG-2 encoding
  1513. - stuffing to stay above min_bitrate
  1514. - MB type & QP visualization
  1515. - frame stepping for ffplay
  1516. - interlaced motion estimation
  1517. - alternate scantable support
  1518. - SVCD scan offset support
  1519. - closed GOP support
  1520. - SSE2 FDCT
  1521. - quantizer noise shaping
  1522. - G.726 ADPCM audio codec
  1523. - MS ADPCM encoding
  1524. - multithreaded/SMP motion estimation
  1525. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  1526. - multithreaded/SMP decoding for MPEG-2
  1527. - FLAC decoder
  1528. - Metrowerks CodeWarrior suppport
  1529. - H.263+ custom pcf support
  1530. - nicer output for 'ffmpeg -formats'
  1531. - Matroska demuxer
  1532. - SGI image format, encoding and decoding
  1533. - H.264 loop filter support
  1534. - H.264 CABAC support
  1535. - nicer looking arrows for the motion vector visualization
  1536. - improved VCD support
  1537. - audio timestamp drift compensation
  1538. - MPEG-2 YUV 422/444 support
  1539. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  1540. - better image scaling
  1541. - H.261 support
  1542. - correctly interleave packets during encoding
  1543. - VIS optimized motion compensation
  1544. - intra_dc_precision>0 encoding support
  1545. - support reuse of motion vectors/MB types/field select values of the source video
  1546. - more accurate deblock filter
  1547. - padding support
  1548. - many optimizations and bugfixes
  1549. - FunCom ISS audio file demuxer and according ADPCM decoding
  1550. version 0.4.8:
  1551. - MPEG-2 video encoding (Michael)
  1552. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  1553. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  1554. and Mario Brito)
  1555. - Xan DPCM audio decoder (Mario Brito)
  1556. - Interplay MVE playback subsystem (Mike Melanson)
  1557. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  1558. version 0.4.7:
  1559. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  1560. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  1561. - current version now also compiles with older GCC (Fabrice)
  1562. - 4X multimedia playback system including 4xm file demuxer (Mike
  1563. Melanson), and 4X video and audio codecs (Michael)
  1564. - Creative YUV (CYUV) decoder (Mike Melanson)
  1565. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  1566. than HuffYUV) (Michael)
  1567. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  1568. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  1569. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  1570. - ffplay has been replaced with a newer version which uses SDL (optionally)
  1571. for multiplatform support (Fabrice)
  1572. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  1573. by anonymous
  1574. - AMR format has been added (Johannes Carlsson)
  1575. - 3GP support has been added (Johannes Carlsson)
  1576. - VP3 codec has been added (Mike Melanson)
  1577. - more MPEG-1/2 fixes
  1578. - better multiplatform support, MS Visual Studio fixes (various)
  1579. - AltiVec optimizations (Magnus Damn and others)
  1580. - SH4 processor support has been added (BERO)
  1581. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  1582. - VOB streaming support (Brian Foley)
  1583. - better MP3 autodetection (Andriy Rysin)
  1584. - qpel encoding (Michael)
  1585. - 4mv+b frames encoding finally fixed (Michael)
  1586. - chroma ME (Michael)
  1587. - 5 comparison functions for ME (Michael)
  1588. - B-frame encoding speedup (Michael)
  1589. - WMV2 codec (unfinished - Michael)
  1590. - user specified diamond size for EPZS (Michael)
  1591. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  1592. - ASV2 codec (Michael)
  1593. - CLJR decoder (Alex)
  1594. .. And lots more new enhancements and fixes.
  1595. version 0.4.6:
  1596. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1597. from scratch
  1598. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1599. - fix quantization bug in AC3 encoder
  1600. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1601. - added prototype ffplay program
  1602. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1603. - bug fix on MCBPC tables of H.263 (Juanjo)
  1604. - bug fix on DC coefficients of H.263 (Juanjo)
  1605. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1606. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1607. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1608. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1609. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1610. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1611. - added first regression tests
  1612. - added MPEG-2 TS demuxer
  1613. - new demux API for libav
  1614. - more accurate and faster IDCT (Michael)
  1615. - faster and entropy-controlled motion search (Michael)
  1616. - two pass video encoding (Michael)
  1617. - new video rate control (Michael)
  1618. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1619. - great performance improvement of video encoders and decoders (Michael)
  1620. - new and faster bit readers and vlc parsers (Michael)
  1621. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1622. - added DV video decoder
  1623. - preliminary RTP/RTSP support in ffserver and libavformat
  1624. - H.263+ AIC decoding/encoding support (Juanjo)
  1625. - VCD MPEG-PS mode (Juanjo)
  1626. - PSNR stuff (Juanjo)
  1627. - simple stats output (Juanjo)
  1628. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1629. version 0.4.5:
  1630. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1631. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1632. - added configure system (actually a small shell script)
  1633. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1634. Michael Hipp (temporary solution - waiting for integer only
  1635. decoder)
  1636. - fixed VIDIOCSYNC interrupt
  1637. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1638. - added Real Video 1.0 decoding (needs further testing)
  1639. - simplified image formats again. Added PGM format (=grey
  1640. pgm). Renamed old PGM to PGMYUV.
  1641. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1642. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1643. - added support for MPlayer interface
  1644. - added macroblock skip optimization
  1645. - added MJPEG decoder
  1646. - added mmx/mmxext IDCT from libmpeg2
  1647. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1648. <celer at shell.scrypt.net>)
  1649. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1650. - added deinterlacing option
  1651. - MPEG-1/2 fixes
  1652. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1653. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1654. - Windows porting of file converter
  1655. - added MJPEG raw format (input/output)
  1656. - added JPEG image format support (input/output)
  1657. version 0.4.4:
  1658. - fixed some std header definitions (Bjorn Lindgren
  1659. <bjorn.e.lindgren at telia.com>).
  1660. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1661. - added ASF demuxer
  1662. - added prototype RM demuxer
  1663. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1664. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1665. header does not include them)
  1666. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1667. play them (only tested video)
  1668. - fixed H.263 white bug
  1669. - fixed phase rounding in img resample filter
  1670. - add MMX code for polyphase img resample filter
  1671. - added CPU autodetection
  1672. - added generic title/author/copyright/comment string handling (ASF and RM
  1673. use them)
  1674. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1675. decoder)
  1676. - added fractional frame rate support
  1677. - codecs are no longer searched by read_header() (should fix ffserver
  1678. segfault)
  1679. version 0.4.3:
  1680. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1681. - fixed raw yuv output
  1682. - added motion rounding support in MPEG-4
  1683. - fixed motion bug rounding in MSMPEG4
  1684. - added B-frame handling in video core
  1685. - added full MPEG-1 decoding support
  1686. - added partial (frame only) MPEG-2 support
  1687. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1688. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1689. this +codec ;) (JuanJo).
  1690. - Halfpel motion estimation after MB type selection (JuanJo)
  1691. - added pgm and .Y.U.V output format
  1692. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1693. output.
  1694. - added pgmpipe I/O format (original patch from Martin Aumueller
  1695. <lists at reserv.at>, but changed completely since we use a format
  1696. instead of a protocol)
  1697. version 0.4.2:
  1698. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1699. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1700. missing. MSMPEG4 support is complete.
  1701. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1702. can decode ffmpeg MPEGs :-)).
  1703. - added libavcodec API documentation (see apiexample.c).
  1704. - fixed image polyphase bug (the bottom of some images could be
  1705. greenish)
  1706. - added support for non clipped motion vectors (decoding only)
  1707. and image sizes non-multiple of 16
  1708. - added support for AC prediction (decoding only)
  1709. - added file overwrite confirmation (can be disabled with -y)
  1710. - added custom size picture to H.263 using H.263+ (Juanjo)
  1711. version 0.4.1:
  1712. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1713. of AVI and ASF to DIV3.
  1714. - added -me option to set motion estimation method
  1715. (default=log). suppressed redundant -hq option.
  1716. - added options -acodec and -vcodec to force a given codec (useful for
  1717. AVI for example)
  1718. - fixed -an option
  1719. - improved dct_quantize speed
  1720. - factorized some motion estimation code
  1721. version 0.4.0:
  1722. - removing grab code from ffserver and moved it to ffmpeg. Added
  1723. multistream support to ffmpeg.
  1724. - added timeshifting support for live feeds (option ?date=xxx in the
  1725. URL)
  1726. - added high quality image resize code with polyphase filter (need
  1727. mmx/see optimization). Enable multiple image size support in ffserver.
  1728. - added multi live feed support in ffserver
  1729. - suppressed master feature from ffserver (it should be done with an
  1730. external program which opens the .ffm url and writes it to another
  1731. ffserver)
  1732. - added preliminary support for video stream parsing (WAV and AVI half
  1733. done). Added proper support for audio/video file conversion in
  1734. ffmpeg.
  1735. - added preliminary support for video file sending from ffserver
  1736. - redesigning I/O subsystem: now using URL based input and output
  1737. (see avio.h)
  1738. - added WAV format support
  1739. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1740. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1741. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1742. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1743. - added new motion estimation algorithms, log and phods (Juanjo)
  1744. - changed directories: libav for format handling, libavcodec for
  1745. codecs
  1746. version 0.3.4:
  1747. - added stereo in MPEG audio encoder
  1748. version 0.3.3:
  1749. - added 'high quality' mode which use motion vectors. It can be used in
  1750. real time at low resolution.
  1751. - fixed rounding problems which caused quality problems at high
  1752. bitrates and large GOP size
  1753. version 0.3.2: small fixes
  1754. - ASF fixes
  1755. - put_seek bug fix
  1756. version 0.3.1: added avi/divx support
  1757. - added AVI support
  1758. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1759. - added sound for flash format (not tested)
  1760. version 0.3: initial public release