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.

1733 lines
66KB

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