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.

1656 lines
64KB

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