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.

1744 lines
69KB

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