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.

1941 lines
80KB

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