1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00
Files
FFmpeg/Changelog
T

1688 lines
63 KiB
Plaintext
Raw Normal View History

Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
2016-01-15 16:25:51 +01:00
2016-01-28 16:23:43 +01:00
version 2.8.6
- avcodec/jpeg2000dec: More completely check cdef
- avutil/opt: check for and handle errors in av_opt_set_dict2()
- avcodec/flacenc: fix calculation of bits required in case of custom sample rate
- avformat: Document urls a bit
- avformat/libquvi: Set default demuxer and protocol limitations
- avformat/concat: Check protocol prefix
- doc/demuxers: Document enable_drefs and use_absolute_path
- avcodec/mjpegdec: Check for end for both bytes in unescaping
- avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
- avformat/avformat: Replace some references to filenames by urls
- avcodec/wmaenc: Check ff_wma_init() for failure
- avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
- avformat/img2dec: Use AVOpenCallback
- avformat/avio: Limit url option parsing to the documented cases
- avformat/img2dec: do not interpret the filename by default if a IO context has been opened
- avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
- mov: Add an option to toggle dref opening
- avcodec/gif: Fix lzw buffer size
- avcodec/put_bits: Assert buf_ptr in flush_put_bits()
- avcodec/tiff: Check subsample & rps values more completely
- swscale/swscale: Add some sanity checks for srcSlice* parameters
- swscale/x86/rgb2rgb_template: Fix planar2x() for short width
- swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()
- swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()
- avcodec/aacenc: Check both channels for finiteness
- asfdec_o: check for too small size in asf_read_unknown
- asfdec_o: break if EOF is reached after asf_read_packet_header
- asfdec_o: make sure packet_size is non-zero before seeking
- asfdec_o: prevent overflow causing seekback
- asfdec_o: check avio_skip in asf_read_simple_index
- asfdec_o: reject size > INT64_MAX in asf_read_unknown
- asfdec_o: only set asf_pkt->data_size after sanity checks
- Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
- dca: fix misaligned access in avpriv_dca_convert_bitstream
- brstm: fix missing closing brace
- brstm: also allocate b->table in read_packet
- brstm: make sure an ADPC chunk was read for adpcm_thp
- vorbisdec: reject rangebits 0 with non-0 partitions
- vorbisdec: reject channel mapping with less than two channels
- ffmdec: reset packet_end in case of failure
- avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
- avformat/brstm: fix overflow
2016-01-15 16:25:51 +01:00
version 2.8.5
- avformat/hls: Even stricter URL checks
- avformat/hls: More strict url checks
- avcodec/pngenc: Fix mixed up linesizes
- avcodec/pngenc: Replace memcpy by av_image_copy()
- swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
- swscale: Move VScalerContext into vscale.c
- swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
- swscale/yuv2rgb: Increase YUV2RGB table headroom
- swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
- avformat/hls: forbid all protocols except http(s) & file
- avformat/aviobuf: Fix end check in put_str16()
- avformat/asfenc: Check pts
- avcodec/mpeg4video: Check time_incr
- avcodec/wavpackenc: Check the number of channels
- avcodec/wavpackenc: Headers are per channel
- avcodec/aacdec_template: Check id_map
- avcodec/dvdec: Fix "left shift of negative value -254"
- avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
- avcodec/mjpegdec: Fix negative shift
- avcodec/mss2: Check for repeat overflow
- avformat: Add integer fps from 31 to 60 to get_std_framerate()
- avformat/ivfenc: fix division by zero
- avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
- avfilter/vf_scale: set proper out frame color range
- avcodec/motion_est: Fix mv_penalty table size
- avcodec/h264_slice: Fix integer overflow in implicit weight computation
- swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
- avcodec/put_bits: Always check buffer end before writing
- mjpegdec: extend check for incompatible values of s->rgb and s->ls
- swscale/utils: Fix intermediate format for cascaded alpha downscaling
- avformat/mov: Update handbrake_version threshold for full mp3 parsing
- x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
- avfilter/vf_zoompan: do not free frame we pushed to lavfi
- nuv: sanitize negative fps rate
- nutdec: reject negative value_len in read_sm_data
- xwddec: prevent overflow of lsize * avctx->height
- nutdec: only copy the header if it exists
- exr: fix out of bounds read in get_code
- on2avc: limit number of bits to 30 in get_egolomb
2015-12-06 10:42:02 +01:00
version 2.8.4
2015-12-20 02:58:41 +01:00
- rawdec: only exempt BIT0 with need_copy from buffer sanity check
- mlvdec: check that index_entries exist
- avcodec/mpeg4videodec: also for empty partitioned slices
- avcodec/h264_refs: Fix long_idx check
- avcodec/h264_mc_template: prefetch list1 only if it is used in the MB
- avcodec/h264_slice: Simplify ref2frm indexing
- avfilter/vf_mpdecimate: Add missing emms_c()
- sonic: make sure num_taps * channels is not larger than frame_size
- opus_silk: fix typo causing overflow in silk_stabilize_lsf
- ffm: reject invalid codec_id and codec_type
- golomb: always check for invalid UE golomb codes in get_ue_golomb
- sbr_qmf_analysis: sanitize input for 32-bit imdct
- sbrdsp_fixed: assert that input values are in the valid range
- aacsbr: ensure strictly monotone time borders
- aacenc: update max_sfb when num_swb changes
- aaccoder: prevent crash of anmr coder
- ffmdec: reject zero-sized chunks
- swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE*
- swscale/x86/rgb2rgb_template: Do not crash on misaligend stride
- avformat/mxfenc: Do not crash if there is no packet in the first stream
- lavf/tee: fix side data double free.
- avformat/hlsenc: Check the return code of avformat_write_header()
- avformat/mov: Enable parser for mp3s by old HandBrake
- avformat/mxfenc: Fix integer overflow in length computation
2015-12-12 23:25:12 +01:00
- avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
- avformat/matroskaenc: Check codecdelay before use
- avutil/mathematics: Fix division by 0
- mjpegdec: consider chroma subsampling in size check
2015-12-06 10:42:02 +01:00
- libvpxenc: remove some unused ctrl id mappings
- avcodec/vp3: ensure header is parsed successfully before tables
- avcodec/jpeg2000dec: Check bpno in decode_cblk()
- avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
- swscale/utils: Fix for runtime error: left shift of negative value -1
- avcodec/hevc: Fix integer overflow of entry_point_offset
- avcodec/dirac_parser: Check that there is a previous PU before accessing it
- avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
- avcodec/dirac_parser: Fix potential overflows in pointer checks
- avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
- avcodec/wmaprodec: Fix overflow of cutoff
- avformat/smacker: fix integer overflow with pts_inc
- avcodec/vp3: Fix "runtime error: left shift of negative value"
- avformat/riffdec: Initialize bitrate
- mpegencts: Fix overflow in cbr mode period calculations
- avutil/timecode: Fix fps check
- avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
- avcodec/apedec: Check length in long_filter_high_3800()
- avcodec/vp3: always set pix_fmt in theora_decode_header()
- avcodec/mpeg4videodec: Check available data before reading custom matrix
- avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
- avutil/integer: Fix av_mod_i() with negative dividend
- avformat/dump: Fix integer overflow in av_dump_format()
- avcodec/h264_refs: Check that long references match before use
- avcodec/utils: Clear dimensions in ff_get_buffer() on failure
- avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
- avcodec/hevc: Check max ctb addresses for WPP
- avcodec/vp3: Clear context on reinitialization failure
- avcodec/hevc: allocate entries unconditionally
- avcodec/hevc_cabac: Fix multiple integer overflows
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
- avcodec/hevc: Check entry_point_offsets
- lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
- avcodec/ffv1dec: Clear quant_table_count if its invalid
- avcodec/ffv1dec: Print an error if the quant table count is invalid
- doc/filters/drawtext: fix centering example
2015-11-27 14:29:04 +01:00
version 2.8.3
- avcodec/cabac: Check initial cabac decoder state
- avcodec/cabac_functions: Fix "left shift of negative value -31767"
- avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
- rtmpcrypt: Do the xtea decryption in little endian mode
- avformat/matroskadec: Check subtitle stream before dereferencing
- avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
- avformat/utils: Do not init parser if probing is unfinished
- avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
- avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()
- avcodec/wmaprodec: Check for overread in decode_packet()
- avcodec/smacker: Check that the data size is a multiple of a sample vector
- avcodec/takdec: Skip last p2 sample (which is unused)
- avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
- avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
- avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
- avcodec/dpx: Move need_align to act per line
- avcodec/flashsv: Check size before updating it
- avcodec/ivi: Check image dimensions
- avcodec/utils: Better check for channels in av_get_audio_frame_duration()
- avcodec/jpeg2000dec: Check for duplicate SIZ marker
- aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
- hqx: correct type and size check of info_offset
- mxfdec: check edit_rate also for physical_track
- avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
- avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
- avcodec/jpeg2000: Check comp coords to be within the supported size
- mpegvideo: clear overread in clear_context
- avcodec/avrndec: Use the AVFrame format instead of the context
- dds: disable palette flag for compressed images
- dds: validate compressed source buffer size
- dds: validate source buffer size before copying
- dvdsubdec: validate offset2 similar to offset1
- brstm: reject negative sample rate
- aacps: avoid division by zero in stereo_processing
- softfloat: assert when the argument of av_sqrt_sf is negative
2015-11-11 02:46:19 +01:00
version 2.8.2
2015-11-12 01:04:05 +01:00
- various fixes in the aac_fixed decoder
- various fixes in softfloat
- swresample/resample: increase precision for compensation
2015-11-11 02:46:19 +01:00
- lavf/mov: add support for sidx fragment indexes
- avformat/mxfenc: Only store user comment related tags when needed
- tests/fate/avformat: Fix fate-lavf
- doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
- ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
- apng: use correct size for output buffer
- jvdec: avoid unsigned overflow in comparison
- avcodec/jpeg2000dec: Clip all tile coordinates
- avcodec/microdvddec: Check for string end in 'P' case
- avcodec/dirac_parser: Fix undefined memcpy() use
- avformat/xmv: Discard remainder of packet on error
- avformat/xmv: factor return check out of if/else
- avcodec/mpeg12dec: Do not call show_bits() with invalid bits
- avcodec/faxcompr: Add missing runs check in decode_uncompressed()
- libavutil/channel_layout: Check strtol*() for failure
- avformat/mpegts: Only start probing data streams within probe_packets
- avcodec/hevc_ps: Check chroma_format_idc
- avcodec/ffv1dec: Check for 0 quant tables
- avcodec/mjpegdec: Reinitialize IDCT on BPP changes
- avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
- avutil/file_open: avoid file handle inheritance on Windows
- avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
- avformat/hls: update cookies on setcookie response
- opusdec: Don't run vector_fmul_scalar on zero length arrays
- avcodec/opusdec: Fix extra samples read index
- avcodec/ffv1: Initialize vlc_state on allocation
- avcodec/ffv1dec: update progress in case of broken pointer chains
- avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
- rtsp: Allow $ as interleaved packet indicator before a complete response header
- videodsp: don't overread edges in vfix3 emu_edge.
- avformat/mp3dec: improve junk skipping heuristic
- concatdec: fix file_start_time calculation regression
- avcodec: loongson optimize h264dsp idct and loop filter with mmi
- avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too
- avformat/hls: add support for EXT-X-MAP
- avformat/hls: fix segment selection regression on track changes of live streams
- configure: Require libkvazaar < 0.7.
- avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
2015-10-13 20:44:52 +02:00
version 2.8.1:
- swscale: fix ticket #4881
- doc: fix spelling errors
- hls: only seek if there is an offset
- asfdec: add more checks for size left in asf packet buffer
- asfdec: alloc enough space for storing name in asf_read_metadata_obj
- avcodec/pngdec: Check blend_op.
- h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc
- avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf
- avformat/avidec: Workaround broken initial frame
- avformat/hls: fix some cases of HLS streams which require cookies
- avcodec/pngdec: reset has_trns after every decode_frame_png()
- lavf/img2dec: Fix memory leak
- avcodec/mp3: fix skipping zeros
- avformat/srtdec: make sure we probe a number
- configure: check for ID3D11VideoContext
- avformat/vobsub: compare correct packet stream IDs
- avformat/srtdec: more lenient first line probing
- avformat/srtdec: fix number check for the first character
- avcodec/mips: build fix for MSA 64bit
- avcodec/mips: build fix for MSA
- avformat/httpauth: Add space after commas in HTTP/RTSP auth header
- libavformat/hlsenc: Use of uninitialized memory unlinking old files
- avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
- avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
- avcodec/ffv1dec: Explicitly check read_quant_table() return value
- dnxhddata: correct weight tables
- dnxhddec: decode and use interlace mb flag
- swscale: fix ticket #4877
- avcodec/rangecoder: Check e
2015-11-12 01:04:05 +01:00
- avcodec/ffv1: separate slice_count from max_slice_count
2015-10-13 20:44:52 +02:00
- swscale: fix ticket 4850
- cmdutils: Filter dst/srcw/h
- avutil/log: fix zero length gnu_printf format string warning
- lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
- swscale/swscale: Fix "unused variable" warning
- avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
- MAINTAINERS: add 2.8, drop 2.2
- doc: mention libavcodec can decode Opus natively
- hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
- avfilter/af_ladspa: process all channels for nb_handles > 1
- configure: add libsoxr to swresample's pkgconfig
- lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.
2015-09-06 16:00:01 +02:00
version 2.8:
- colorkey video filter
- BFSTM/BCSTM demuxer
2015-06-20 05:01:14 -05:00
- little-endian ADPCM_THP decoder
2015-06-23 01:29:48 +02:00
- Hap decoder and encoder
- DirectDraw Surface image/texture decoder
2015-06-21 11:27:55 +00:00
- ssim filter
- optional new ASF demuxer
2015-02-20 10:28:36 +00:00
- showvolume filter
- Many improvements to the JPEG 2000 decoder
- Go2Meeting decoding support
2015-06-24 15:48:57 +00:00
- adrawgraph audio and drawgraph video filter
2015-07-04 20:19:05 +00:00
- removegrain video filter
- Intel QSV-accelerated MPEG-2 video and HEVC encoding
- Intel QSV-accelerated MPEG-2 video and HEVC decoding
2015-07-25 12:28:11 -04:00
- Intel QSV-accelerated VC-1 video decoding
2015-07-14 08:53:35 +03:00
- libkvazaar HEVC encoder
- erosion, dilation, deflate and inflate video filters
- Dynamic Audio Normalizer as dynaudnorm filter
2015-07-21 10:43:04 +00:00
- Reverse video and areverse audio filter
2015-07-15 01:48:37 +00:00
- Random filter
2015-07-10 16:16:53 +00:00
- deband filter
- AAC fixed-point decoding
- sidechaincompress audio filter
- bitstream filter for converting HEVC from MP4 to Annex B
2015-07-23 22:13:17 +00:00
- acrossfade audio filter
2015-08-16 01:22:59 +02:00
- allyuv and allrgb video sources
2015-07-29 19:04:28 +02:00
- atadenoise video filter
2015-07-11 13:23:21 +02:00
- OS X VideoToolbox support
2015-08-11 16:37:45 +02:00
- aphasemeter filter
2015-08-04 14:41:35 +02:00
- showfreqs filter
2015-08-15 14:37:16 +02:00
- vectorscope filter
2015-08-16 13:01:53 +02:00
- waveform filter
2015-08-24 20:00:59 +00:00
- hstack and vstack filter
- Support DNx100 (1440x1080@8)
2015-08-26 14:55:40 +02:00
- VAAPI hevc hwaccel
2015-08-28 08:15:57 -07:00
- VDPAU hevc hwaccel
2015-07-24 07:09:16 +00:00
- framerate filter
- Switched default encoders for webm to VP9 and Opus
2015-09-04 23:48:32 +02:00
- Removed experimental flag from the JPEG 2000 encoder
2015-06-09 23:14:57 +02:00
version 2.7:
2015-02-24 12:17:30 +05:30
- FFT video filter
- TDSC decoder
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
2014-12-24 15:03:26 +01:00
- showwavespic filter
- DTS decoding through libdcadec
- Drop support for nvenc API before 5.0
- nvenc HEVC encoder
2015-03-27 19:36:05 +05:30
- Detelecine filter
- Intel QSV-accelerated H.264 encoding
- MMAL-accelerated H.264 decoding
- basic APNG encoder and muxer with default extension "apng"
- unpack DivX-style packed B-frames in MPEG-4 bitstream filter
2015-03-30 14:46:10 -07:00
- WebM Live Chunk Muxer
- nvenc level and tier options
2014-06-24 08:35:37 +00:00
- chorus filter
- Canopus HQ/HQA decoder
- Automatically rotate videos based on metadata in ffmpeg
- improved Quickdraw compatibility
- VP9 high bit-depth and extended colorspaces decoding support
- WebPAnimEncoder API when available for encoding and muxing WebP
- Direct3D11-accelerated decoding
2015-05-28 14:46:16 -05:00
- Support Secure Transport
- Multipart JPEG demuxer
2015-03-06 19:34:05 +01:00
2015-03-06 16:19:58 +01:00
version 2.6:
2014-11-30 00:04:37 +01:00
- nvenc encoder
2014-12-15 18:59:13 +01:00
- 10bit spp filter
2014-12-06 14:04:38 +00:00
- colorlevels filter
2014-12-17 12:04:37 +01:00
- RIFX format for *.wav files
- RTP/mpegts muxer
- non continuous cache protocol support
2014-12-04 12:27:53 +01:00
- tblend filter
2015-01-01 03:33:44 +01:00
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
- Camellia symmetric block cipher
- OpenH264 encoder wrapper
2015-01-11 00:16:41 +01:00
- VOC seeking support
2015-01-06 12:25:41 +05:30
- Closed caption Decoder
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
2015-01-15 11:39:06 +01:00
- showpalette filter
- Twofish symmetric block cipher
- Support DNx100 (960x720@8)
2015-02-11 09:35:23 +00:00
- eq2 filter ported from libmpcodecs as eq filter
2015-01-27 11:21:50 +00:00
- removed libmpcodecs
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
2015-02-11 09:35:23 +00:00
- ported softpulldown filter from libmpcodecs as repeatfields filter
2015-01-28 15:46:58 +00:00
- dcshift filter
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP depacketizer for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters
- VP9 RTP payload format (draft 0) experimental depacketizer
- RTP depacketizer for DV (RFC 6469)
2015-02-12 21:10:19 +01:00
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
- Intel QSV-accelerated H.264 decoding
2015-02-13 08:36:17 +01:00
- DSS SP decoder and DSS demuxer
- Fix stsd atom corruption in DNxHD QuickTimes
2015-02-22 18:38:31 +00:00
- Canopus HQX decoder
- RTP depacketization of T.140 text (RFC 4103)
2015-03-06 20:26:32 +01:00
- Port MIPS optimizations to 64-bit
2014-12-04 01:28:06 +01:00
version 2.5:
2014-09-21 12:10:42 +02:00
- HEVC/H.265 RTP payload format (draft v6) packetizer
2014-09-24 17:38:58 +02:00
- SUP/PGS subtitle demuxer
- ffprobe -show_pixel_formats option
- CAST128 symmetric block cipher, ECB mode
2014-10-21 01:55:39 +05:30
- STL subtitle demuxer and decoder
2014-10-25 00:22:04 +02:00
- libutvideo YUV 4:2:2 10bit support
2014-08-24 14:18:22 +02:00
- XCB-based screen-grabber
- UDP-Lite support (RFC 3828)
- xBR scaling filter
- AVFoundation screen capturing support
- ffserver supports codec private options
- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
2014-11-20 03:21:05 +01:00
- WebP muxer with animated WebP support
2014-11-21 20:21:56 +01:00
- zygoaudio decoding support
- APNG demuxer
2014-12-03 21:42:03 +01:00
- postproc visualization support
2014-11-20 03:21:05 +01:00
2014-09-14 16:47:26 +02:00
version 2.4:
2014-07-28 10:36:19 +02:00
- Icecast protocol
- ported lenscorrection filter from frei0r filter
- large optimizations in dctdnoiz to make it usable
2014-09-14 08:32:46 +02:00
- ICY metadata are now requested by default with the HTTP protocol
- support for using metadata in stream specifiers in fftools
2014-08-22 23:39:57 -03:00
- LZMA compression support in TIFF decoder
2014-12-06 19:54:07 +01:00
- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
- HEVC/H.265 RTP payload format (draft v6) depacketizer
2014-08-18 16:32:26 +02:00
- added codecview filter to visualize information exported by some codecs
- Matroska 3D support thorugh side data
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
2014-07-02 09:39:07 +00:00
- silenceremove filter
version 2.3:
2014-04-02 07:45:06 +02:00
- AC3 fixed-point decoding
2014-02-23 15:38:13 +01:00
- shuffleplanes filter
- subfile protocol
- Phantom Cine demuxer
2014-02-19 21:02:12 +01:00
- replaygain data export
2014-02-18 21:52:30 +11:00
- VP7 video decoder
2014-03-20 01:15:25 +01:00
- Alias PIX image encoder and decoder
2014-06-02 18:46:04 -08:00
- Improvements to the BRender PIX image decoder
- Improvements to the XBM decoder
2014-03-24 10:55:35 +01:00
- QTKit input device
2014-06-02 18:46:04 -08:00
- improvements to OpenEXR image decoder
2014-03-13 15:14:37 +01:00
- support decoding 16-bit RLE SGI images
2014-04-02 14:53:10 -04:00
- GDI screen grabbing for Windows
- alternative rendition support for HTTP Live Streaming
2014-04-11 17:29:07 +02:00
- AVFoundation input device
2014-04-14 18:22:32 +10:00
- Direct Stream Digital (DSD) decoder
2014-04-17 20:43:11 +10:00
- Magic Lantern Video (MLV) demuxer
2013-06-09 20:03:33 +02:00
- On2 AVC (Audio for Video) decoder
- support for decoding through DXVA2 in ffmpeg
- libbs2b-based stereo-to-binaural audio filter
- libx264 reference frames count limiting depending on level
2014-04-17 12:51:03 +02:00
- native Opus decoder
2014-09-03 00:43:29 +02:00
- display matrix export and rotation API
2014-05-22 21:20:34 -07:00
- WebVTT encoder
- showcqt multimedia filter
2013-09-16 15:31:15 +00:00
- zoompan filter
2014-06-11 21:14:01 +02:00
- signalstats filter
2013-06-07 10:57:29 +02:00
- hqx filter (hq2x, hq3x, hq4x)
2014-06-27 08:42:35 +00:00
- flanger filter
- Image format auto-detection
2014-07-09 14:24:05 +08:00
- LRC demuxer and muxer
2014-07-13 00:54:23 +02:00
- Samba protocol (via libsmbclient)
2014-07-14 09:52:23 -07:00
- WebM DASH Manifest muxer
- libfribidi support in drawtext
2014-03-01 03:34:59 +01:00
version 2.2:
- HNM version 4 demuxer and video decoder
2013-11-02 10:37:03 +01:00
- Live HDS muxer
- setsar/setdar filters now support variables in ratio expressions
2013-11-10 23:46:41 +01:00
- elbg filter
- string validation in ffprobe
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
- complete Voxware MetaSound decoder
2013-12-14 12:39:47 -08:00
- remove mp3_header_compress bitstream filter
- Windows resource files for shared libraries
2013-12-05 18:23:06 +01:00
- aeval filter
- stereoscopic 3d metadata handling
- WebP encoding via libwebp
2013-10-10 20:32:14 +02:00
- ATRAC3+ decoder
2013-12-25 02:48:34 -03:00
- VP8 in Ogg demuxing
2014-01-04 15:07:52 +01:00
- side & metadata support in NUT
- framepack filter
2014-01-10 17:50:33 +01:00
- XYZ12 rawvideo support in NUT
2014-01-14 03:11:31 -03:00
- Exif metadata support in WebP decoder
2013-11-24 20:13:27 +01:00
- OpenGL device
- Use metadata_header_padding to control padding in ID3 tags (currently used in
MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
2014-02-08 19:02:46 +01:00
- Mirillis FIC video decoder
- Support DNx444
2013-10-02 14:46:26 +00:00
- libx265 encoder
- dejudder filter
- Autodetect VDA like all other hardware accelerations
- aliases and defaults for Ogg subtypes (opus, spx)
2013-10-28 00:39:34 +01:00
version 2.1:
2013-07-08 13:44:35 +00:00
- aecho filter
- perspective filter ported from libmpcodecs
2013-07-25 12:55:40 +02:00
- ffprobe -show_programs option
2013-07-16 21:39:06 +00:00
- compand filter
- RTMP seek support
- when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
even when used as an input option. Previous behavior can be restored with
the -noaccurate_seek option.
- ffmpeg -t option can now be used for inputs, to limit the duration of
data read from an input file
- incomplete Voxware MetaSound decoder
- read EXIF metadata from JPEG
2013-09-01 23:05:50 +02:00
- DVB teletext decoder
2013-08-31 18:46:17 +00:00
- phase filter ported from libmpcodecs
2013-09-04 12:59:18 +00:00
- w3fdif filter
- Opus support in Matroska
- FFV1 version 1.3 is stable and no longer experimental
- FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
- changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
more consistent with other muxers.
2013-09-13 11:36:52 +00:00
- adelay filter
- pullup filter ported from libmpcodecs
2012-10-22 16:01:29 +02:00
- ffprobe -read_intervals option
- Lossless and alpha support for WebP decoder
- Error Resilient AAC syntax (ER AAC LC) decoding
- Low Delay AAC (ER AAC LD) decoding
- mux chapters in ASF files
2013-09-18 14:08:11 +02:00
- SFTP protocol (via libssh)
2013-09-21 17:57:08 -04:00
- libx264: add ability to encode in YUVJ422P and YUVJ444P
- Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
- make decoding alpha optional for prores, ffv1 and vp6 by setting
the skip_alpha flag.
2013-09-20 14:01:00 +00:00
- ladspa wrapper filter
2013-09-30 23:03:30 -04:00
- native VP9 decoder
2013-10-06 12:51:08 +00:00
- dpx parser
2013-10-08 13:38:59 +02:00
- max_error_rate parameter in ffmpeg
2013-10-04 11:49:07 +02:00
- PulseAudio output device
2013-09-26 09:41:53 +00:00
- ReplayGain scanner
2013-10-23 10:02:43 +02:00
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
2013-10-16 17:18:55 +02:00
- Linux framebuffer output device
- HEVC decoder
- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
2013-09-27 18:37:51 +00:00
- mergeplanes filter
2013-09-13 11:36:52 +00:00
2013-07-10 02:47:10 +02:00
version 2.0:
2013-03-04 16:06:14 +01:00
- curves filter
- reference-counting for AVFrame and AVPacket data
2013-03-12 21:45:51 +01:00
- ffmpeg now fails when input options are used for output file
or vice versa
- support for Monkey's Audio versions from 3.93
2013-03-13 05:59:20 +01:00
- perms and aperms filters
2013-02-25 22:00:30 +01:00
- audio filtering support in ffplay
- 10% faster aac encoding on x86 and MIPS
2013-03-16 16:33:05 +01:00
- sine audio filter source
2013-03-22 23:18:26 +01:00
- WebP demuxing and decoding support
- ffmpeg options -filter_script and -filter_complex_script, which allow a
filtergraph description to be read from a file
2013-04-01 13:32:34 +02:00
- OpenCL support
2013-03-30 04:03:39 +00:00
- audio phaser filter
2013-04-09 15:35:23 +00:00
- separatefields filter
2013-04-04 08:22:32 +02:00
- libquvi demuxer
- uniform options syntax across all filters
2013-04-06 13:45:52 +00:00
- telecine filter
2013-11-28 15:01:50 +01:00
- interlace filter
2013-04-11 15:49:44 +00:00
- smptehdbars source
2012-12-11 00:53:10 +01:00
- inverse telecine filters (fieldmatch and decimate)
2013-04-14 22:16:51 +00:00
- colorbalance filter
2013-04-15 16:56:29 +00:00
- colorchannelmixer filter
- The matroska demuxer can now output proper verbatim ASS packets. It will
become the default at the next libavformat major bump.
2013-04-19 23:53:55 +02:00
- decent native animated GIF encoding
2013-04-18 16:59:27 +02:00
- asetrate filter
2013-04-08 15:16:06 +02:00
- interleave filter
2013-04-08 20:35:02 +02:00
- timeline editing with filters
- vidstabdetect and vidstabtransform filters for video stabilization using
the vid.stab library
2013-04-22 12:38:24 +00:00
- astats filter
- trim and atrim filters
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
transcoding audio
- Matroska muxer can now put the index at the beginning of the file.
2013-04-30 12:12:12 +00:00
- extractplanes filter
2013-02-21 10:32:59 +00:00
- avectorscope filter
2013-05-03 18:07:13 -03:00
- ADPCM DTK decoder
2013-05-03 18:08:05 -03:00
- ADP demuxer
2013-05-10 16:52:10 -03:00
- RSD demuxer
2013-05-10 16:53:02 -03:00
- RedSpark demuxer
2013-05-10 16:53:50 -03:00
- ADPCM IMA Radical decoder
2013-04-21 15:00:11 +02:00
- zmq filters
2013-04-24 15:28:53 +02:00
- DCT denoiser filter (dctdnoiz)
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
2013-05-16 07:21:08 +02:00
- Apple Intermediate Codec decoder
2011-12-16 21:30:27 +01:00
- Escape 130 video decoder
2013-05-15 16:08:11 +02:00
- FTP protocol support
2013-05-19 23:36:10 +02:00
- V4L2 output device
2013-05-07 14:48:56 +02:00
- 3D LUT filter (lut3d)
2013-05-24 04:20:54 +02:00
- SMPTE 302M audio encoder
2013-05-11 20:41:46 +02:00
- support for slice multithreading in libavfilter
2013-05-25 01:07:46 +02:00
- Hald CLUT support (generation and filtering)
2013-04-26 03:44:05 +02:00
- VC-1 interlaced B-frame support
2013-05-28 17:44:18 +02:00
- support for WavPack muxing (raw and in Matroska)
2013-05-14 13:44:29 +02:00
- XVideo output device
2013-04-02 12:48:32 +02:00
- vignette filter
2013-05-27 13:52:36 +00:00
- True Audio (TTA) encoder
2013-02-25 21:38:25 +01:00
- Go2Webinar decoder
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
- ffprobe -show_chapters option
2013-05-25 19:22:59 +02:00
- WavPack encoding through libwavpack
2013-06-11 10:31:59 +02:00
- rotate filter
2013-05-11 12:03:38 +02:00
- spp filter ported from libmpcodecs
2013-06-28 10:36:00 +02:00
- libgme support
2013-07-06 00:21:12 +00:00
- psnr filter
2013-03-04 16:06:14 +01:00
version 1.2:
- VDPAU hardware acceleration through normal hwaccel
- SRTP support
- Error diffusion dither in Swscale
- Chained Ogg support
2013-01-16 20:02:37 +01:00
- Theora Midstream reconfiguration support
2013-01-09 10:56:18 +00:00
- EVRC decoder
2013-01-17 21:53:27 +00:00
- audio fade filter
- filtering audio with unknown channel layout
2013-01-24 17:20:05 +00:00
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
and treble audio filter
- improved showspectrum filter, with multichannel support and sox-like colors
2012-12-21 18:50:13 +00:00
- histogram filter
2013-02-09 20:50:11 +01:00
- tee muxer
2013-02-08 15:48:59 +00:00
- il filter ported from libmpcodecs
- support ID3v2 tags in ASF files
- encrypted TTA stream decoding support
2013-01-23 01:30:23 -07:00
- RF64 support in WAV muxer
2013-02-10 15:18:30 +00:00
- noise filter ported from libmpcodecs
- Subtitles character encoding conversion
2013-02-11 16:01:40 +00:00
- blend filter
2013-03-01 17:35:52 +00:00
- stereo3d filter ported from libmpcodecs
2013-01-06 21:28:15 +01:00
version 1.1:
- stream disposition information printing in ffprobe
2012-08-18 03:26:07 +02:00
- filter for loudness analysis following EBU R128
- Opus encoder using libopus
2012-10-04 17:38:43 +02:00
- ffprobe -select_streams option
- Pinnacle TARGA CineWave YUV16 decoder
2012-10-02 13:43:19 +00:00
- TAK demuxer, decoder and parser
2012-10-05 12:32:20 +00:00
- DTS-HD demuxer
- remove -same_quant, it hasn't worked for years
- FFM2 support
2012-07-25 12:23:31 +02:00
- X-Face image encoder and decoder
2012-11-09 10:29:51 +01:00
- 24-bit FLAC encoding
- multi-channel ALAC encoding up to 7.1
2012-10-16 10:10:16 +02:00
- metadata (INFO tag) support in WAV muxer
2012-10-14 03:08:30 +02:00
- subtitles raw text decoder
2012-10-18 15:06:49 +03:00
- support for building DLLs using MSVC
2012-10-18 12:34:46 +00:00
- LVF demuxer
2012-10-15 12:17:15 +02:00
- ffescape tool
2012-10-25 23:33:34 +00:00
- metadata (info chunk) support in CAF muxer
2012-10-30 12:15:28 +01:00
- field filter ported from libmpcodecs
2012-11-03 18:09:46 +00:00
- AVR demuxer
2012-05-14 19:03:19 +02:00
- geq filter ported from libmpcodecs
- remove ffserver daemon mode
2012-11-29 13:14:50 -03:00
- AST muxer/demuxer
- new expansion syntax for drawtext
2012-11-15 21:48:02 +02:00
- BRender PIX image decoder
- ffprobe -show_entries option
2012-11-20 00:08:48 +01:00
- ffprobe -sections option
2012-11-21 15:29:15 +00:00
- ADPCM IMA Dialogic decoder
2012-11-23 11:20:11 +00:00
- BRSTM demuxer
2012-11-30 16:51:44 +00:00
- animated GIF decoder and demuxer
2012-11-30 16:49:24 +00:00
- PVF demuxer
2012-11-29 03:28:37 +01:00
- subtitles filter
2012-12-02 18:13:56 +00:00
- IRCAM muxer/demuxer
2012-11-27 15:14:53 +00:00
- Paris Audio File demuxer
2012-08-22 18:28:37 +02:00
- Virtual concatenation demuxer
2012-09-03 02:51:00 +02:00
- VobSub demuxer
2012-06-05 16:34:01 +02:00
- JSON captions for TED talks decoding support
2012-12-11 22:22:59 +01:00
- SOX Resampler support in libswresample
2012-12-11 01:19:30 +01:00
- aselect filter
- SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
- Silicon Graphics Motion Video Compressor 1 & 2 decoder
2012-12-17 20:37:54 +11:00
- Silicon Graphics Movie demuxer
2012-12-18 05:13:59 +01:00
- apad filter
2012-12-24 01:45:20 +01:00
- Resolution & pixel format change support with multithreading for H.264
- documentation split into per-component manuals
2012-11-22 18:19:12 +01:00
- pp (postproc) filter ported from MPlayer
2012-12-18 20:38:49 +00:00
- NIST Sphere demuxer
- MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
2012-12-28 13:40:55 +00:00
- Sony Wave64 muxer
2013-01-01 14:04:50 +01:00
- adobe and limelight publisher authentication in RTMP
2012-12-26 20:26:08 +01:00
- data: URI scheme
2013-01-02 20:16:39 +01:00
- support building on the Plan 9 operating system
2012-10-18 09:50:53 +02:00
- kerndeint filter ported from MPlayer
2012-10-20 07:45:51 +02:00
- histeq filter ported from VirtualDub
2013-01-07 09:44:48 +00:00
- Megalux Frame demuxer
2013-01-06 17:55:14 +01:00
- 012v decoder
2013-01-08 01:08:36 +01:00
- Improved AVC Intra decoding support
2012-09-27 20:25:53 +02:00
version 1.0:
2012-06-04 21:46:24 +02:00
- INI and flat output in ffprobe
2012-05-26 12:38:59 +02:00
- Scene detection in libavfilter
2012-06-05 22:43:44 +02:00
- Indeo Audio decoder
2012-06-13 21:04:06 +02:00
- channelsplit audio filter
2012-05-25 13:14:53 +02:00
- setnsamples audio filter
2012-06-17 12:35:57 +02:00
- atempo filter
2012-04-07 19:18:09 +02:00
- ffprobe -show_data option
2012-06-18 20:05:32 +02:00
- RTMPT protocol support
2012-06-19 20:52:00 +02:00
- iLBC encoding/decoding via libilbc
2012-06-20 20:47:46 +02:00
- Microsoft Screen 1 decoder
2012-06-24 02:09:53 +02:00
- join audio filter
- audio channel mapping filter
2012-07-02 21:19:41 +02:00
- Microsoft ATC Screen decoder
2012-07-10 19:36:11 +02:00
- RTSP listen mode
2012-07-08 19:51:08 +02:00
- TechSmith Screen Codec 2 decoder
- AAC encoding via libfdk-aac
2012-07-07 13:21:52 +02:00
- Microsoft Expression Encoder Screen decoder
2012-07-17 12:02:42 +02:00
- RTMPS protocol support
2012-07-17 12:02:43 +02:00
- RTMPTS protocol support
2012-07-19 14:13:58 +02:00
- RTMPE protocol support
2012-07-20 16:36:47 +02:00
- RTMPTE protocol support
2011-12-29 23:45:45 +01:00
- showwaves and showspectrum filter
- LucasArts SMUSH SANM playback support
- LucasArts SMUSH VIMA audio decoder (ADPCM)
- LucasArts SMUSH demuxer
2012-07-13 23:42:35 +02:00
- SAMI, RealText and SubViewer demuxers and decoders
- Heart Of Darkness PAF playback support
- iec61883 device
- asettb filter
- new option: -progress
- 3GPP Timed Text encoder/decoder
- GeoTIFF decoder support
- ffmpeg -(no)stdin option
- Opus decoder using libopus
- caca output device using libcaca
- alphaextract and alphamerge filters
- concat filter
2011-08-21 02:29:33 +02:00
- flite filter
2012-07-27 19:08:23 -04:00
- Canopus Lossless Codec decoder
- bitmap subtitles in filters (experimental and temporary)
2012-08-01 14:33:34 +00:00
- MP2 encoding via TwoLAME
2012-08-05 23:46:41 +00:00
- bmp parser
2012-06-20 01:54:58 +00:00
- smptebars source
2012-08-08 13:44:11 +02:00
- asetpts filter
2012-08-12 13:26:17 +02:00
- hue filter
2012-08-12 10:29:36 -06:00
- ICO muxer
2012-08-12 14:18:35 -07:00
- SubRip encoder and decoder without embedded timing
2012-07-26 19:45:53 +02:00
- edge detection filter
2012-08-16 19:04:26 +02:00
- framestep filter
2012-08-18 15:10:13 +02:00
- ffmpeg -shortest option is now per-output file
-pass and -passlogfile are now per-output stream
2012-08-18 13:49:47 +02:00
- volume measurement filter
2012-08-20 12:15:34 +03:00
- Ut Video encoder
2012-08-24 17:45:57 +02:00
- Microsoft Screen 2 decoder
2012-08-28 18:41:06 +02:00
- smartblur filter ported from MPlayer
2012-08-23 18:40:22 +02:00
- CPiA decoder
2012-03-17 15:49:51 +01:00
- decimate filter ported from MPlayer
2012-09-07 19:30:23 +02:00
- RTP depacketization of JPEG
2012-03-19 23:12:54 +02:00
- Smooth Streaming live segmenter muxer
2012-09-17 16:16:16 +02:00
- F4V muxer
2012-08-13 20:13:26 +02:00
- sendcmd and asendcmd filters
2012-09-01 14:34:24 +02:00
- WebVTT demuxer and decoder (simple tags supported)
2012-09-23 16:17:41 +02:00
- RTP packetization of JPEG
2012-09-20 10:40:10 +02:00
- faststart option in the MOV/MP4 muxer
2012-10-18 15:06:49 +03:00
- support for building with MSVC
2012-05-27 01:24:19 +02:00
2012-05-24 21:27:01 +02:00
version 0.11:
2012-05-29 12:59:10 +02:00
- Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
2012-02-06 00:31:12 +01:00
- v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
2012-02-02 00:31:00 +01:00
- setfield filter
2012-02-14 17:36:20 +00:00
- CDXL demuxer and decoder
2012-02-02 20:54:53 +01:00
- Apple ProRes encoder
- ffprobe -count_packets and -count_frames options
2012-02-17 02:38:51 +05:30
- Sun Rasterfile Encoder
- ID3v2 attached pictures reading and writing
2012-03-01 12:43:00 +00:00
- WMA Lossless decoder
2012-03-03 04:25:48 +01:00
- bluray protocol
2012-03-02 15:51:26 +01:00
- blackdetect filter
2012-03-05 15:29:23 -05:00
- libutvideo encoder wrapper (--enable-libutvideo)
2012-03-08 16:18:03 +01:00
- swapuv filter
2012-03-11 03:05:42 +01:00
- bbox filter
2012-03-23 22:54:09 +00:00
- XBM encoder and decoder
2012-03-19 19:11:24 +01:00
- RealAudio Lossless decoder
2012-03-18 13:00:18 -04:00
- ZeroCodec decoder
2012-02-23 14:32:27 +01:00
- tile video filter
2012-03-21 22:18:54 +00:00
- Metal Gear Solid: The Twin Snakes demuxer
2012-04-06 06:02:25 +02:00
- OpenEXR image decoder
2012-03-10 14:01:28 +01:00
- removelogo filter
2012-04-07 22:41:37 +02:00
- drop support for ffmpeg without libavfilter
2012-04-07 15:09:16 +02:00
- drawtext video filter: fontconfig support
2012-04-11 19:26:09 +02:00
- ffmpeg -benchmark_all option
2012-03-18 10:59:01 +01:00
- super2xsai filter ported from libmpcodecs
2012-04-25 22:01:59 +02:00
- add libavresample audio conversion library for compatibility
2012-04-14 21:46:01 +02:00
- MicroDVD decoder
- Avid Meridien (AVUI) encoder and decoder
- accept + prefix to -pix_fmt option to disable automatic conversions.
2012-05-27 15:28:15 +02:00
- complete audio filtering in libavfilter and ffmpeg
2012-05-09 14:08:21 +02:00
- add fps filter
2012-05-24 21:27:01 +02:00
- vorbis parser
- png parser
2012-05-21 21:27:59 -04:00
- audio mix filter
2013-01-03 13:22:45 +01:00
- ffv1: support (draft) version 1.3
2012-01-26 21:33:51 +01:00
2012-05-29 12:59:10 +02:00
2012-01-26 21:33:51 +01:00
version 0.10:
2012-05-29 12:59:10 +02:00
2012-01-26 21:33:51 +01:00
- Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
2011-12-20 10:24:41 +01:00
- v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
- SBaGen (SBG) binaural beats script demuxer
- OpenMG Audio muxer
2012-01-02 11:56:06 +01:00
- Timecode extraction in DV and MOV
- thumbnail video filter
2011-10-09 00:24:31 +02:00
- XML output in ffprobe
2011-12-25 23:04:44 +01:00
- asplit audio filter
2011-06-25 13:06:24 +02:00
- tinterlace video filter
2011-12-14 21:33:48 +01:00
- astreamsync audio filter
2011-11-06 21:28:05 +01:00
- amerge audio filter
- ISMV (Smooth Streaming) muxer
2012-01-08 19:50:31 -05:00
- GSM audio parser
2012-01-14 19:29:59 +00:00
- SMJPEG muxer
2012-01-21 17:45:52 +00:00
- XWD encoder and decoder
- Automatic thread count based on detection number of (available) CPU cores
2012-01-01 12:16:42 +00:00
- y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
2011-12-29 13:24:59 +01:00
- ffprobe -show_error option
2012-01-25 19:46:57 +00:00
- Avid 1:1 10-bit RGB Packer codec
- v308 Quicktime Uncompressed 4:4:4 encoder and decoder
- yuv4 libquicktime packed 4:2:0 encoder and decoder
- ffprobe -show_frames option
2012-01-03 23:47:09 +01:00
- silencedetect audio filter
- ffprobe -show_program_version, -show_library_versions, -show_versions options
- rv34: frame-level multi-threading
- optimized iMDCT transform on x86 using SSE for for mpegaudiodec
2012-01-19 07:31:01 -08:00
- Improved PGS subtitle decoder
2012-01-19 19:38:11 +01:00
- dumpgraph option to lavfi device
2012-01-25 19:46:57 +00:00
- r210 and r10k encoders
2012-01-26 21:33:51 +01:00
- ffwavesynth decoder
- aviocat tool
- ffeval tool
- support encoding and decoding 4-channel SGI images
2011-12-20 10:24:41 +01:00
version 0.9:
2011-06-25 08:06:00 +02:00
- openal input device added
2011-07-09 18:13:10 +02:00
- boxblur filter added
2011-03-18 00:00:15 +00:00
- BWF muxer
2011-07-16 12:02:55 +02:00
- Flash Screen Video 2 decoder
- lavfi input device added
2011-08-16 23:47:35 +02:00
- added avconv, which is almost the same for now, except
for a few incompatible changes in the options, which will hopefully make them
easier to use. The changes are:
* The options placement is now strictly enforced! While in theory the
options for ffmpeg should be given in [input options] -i INPUT [output
options] OUTPUT order, in practice it was possible to give output options
before the -i and it mostly worked. Except when it didn't - the behavior was
a bit inconsistent. In avconv, it is not possible to mix input and output
options. All non-global options are reset after an input or output filename.
* All per-file options are now truly per-file - they apply only to the next
input or output file and specifying different values for different files
will now work properly (notably -ss and -t options).
* All per-stream options are now truly per-stream - it is possible to
specify which stream(s) should a given option apply to. See the Stream
specifiers section in the avconv manual for details.
* In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
sense that they're specified after the output filename instead of before,
like all other options. In avconv this irregularity is removed, all options
apply to the next input or output file.
* -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
irregular and highly confusing, they were also redundant. In avconv the -map
option will create new streams in the output file and map input streams to
them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
each stream in the first input file.
* The -map option now has slightly different and more powerful syntax:
+ Colons (':') are used to separate file index/stream type/stream index
instead of dots. Comma (',') is used to separate the sync stream instead
of colon.. This is done for consistency with other options.
+ It's possible to specify stream type. E.g. -map 0:a:2 creates an
output stream from the third input audio stream.
+ Omitting the stream index now maps all the streams of the given type,
not just the first. E.g. -map 0:s creates output streams for all the
subtitle streams in the first input file.
+ Since -map can now match multiple streams, negative mappings were
introduced. Negative mappings disable some streams from an already
defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
all the stream in the first input file, except for the second audio
stream'.
* There is a new option -c (or -codec) for choosing the decoder/encoder to
2015-06-14 20:28:28 +02:00
use, which makes it possible to precisely specify target stream(s) consistently with
other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
libvorbis sets the codec for the first audio stream and -c copy copies all
the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
aliases to -c:v/a/s
* It is now possible to precisely specify which stream should an AVOption
apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
-b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
syntax is deprecated and will stop working soon.
* -map_chapters now takes only an input file index and applies to the next
output file. This is consistent with how all the other options work.
* -map_metadata now takes only an input metadata specifier and applies to
the next output file. Output metadata specifier is now part of the option
name, similarly to the AVOptions/map/codec feature above.
* -metadata can now be used to set metadata on streams and chapters, e.g.
-metadata:s:1 language=eng sets the language of the first stream to 'eng'.
This made -vlang/-alang/-slang options redundant, so they were removed.
* -qscale option now uses stream specifiers and applies to all streams, not
just video. I.e. plain -qscale number would now apply to all streams. To get
the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
and -aq is now an alias for -q:a.
* -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
uses stream specifiers. Use -bsf:v/a/s instead of the old options.
* -itsscale option now uses stream specifiers, so its argument is only the
scale parameter.
* -intra option was removed, use -g 0 for the same effect.
* -psnr option was removed, use -flags +psnr for the same effect.
* -vf option is now an alias to the new -filter option, which uses stream specifiers.
* -vframes/-aframes/-dframes options are now aliases to the new -frames option.
* -vtag/-atag/-stag options are now aliases to the new -tag option.
2011-08-16 21:26:45 +02:00
- XMV demuxer
2011-08-20 00:27:38 +02:00
- LOAS demuxer
2011-08-18 18:19:55 +02:00
- ashowinfo filter added
2011-08-17 14:24:42 +02:00
- Windows Media Image decoder
- amovie source added
2011-09-06 22:08:29 +02:00
- LATM muxer/demuxer
2011-09-10 22:42:11 -04:00
- Speex encoder via libspeex
2011-09-13 22:37:54 +02:00
- JSON output in ffprobe
- WTV muxer
- Optional C++ Support (needed for libstagefright)
- H.264 Decoding on Android via Stagefright
2011-09-15 05:50:44 +02:00
- Prores decoder
2011-09-16 04:50:26 +02:00
- BIN/XBIN/ADF/IDF text file decoder
2011-07-04 11:35:39 +03:00
- aconvert audio filter added
2011-08-18 15:39:24 +02:00
- audio support to lavfi input device added
- libcdio-paranoia input device for audio CD grabbing
2011-09-21 13:09:32 +02:00
- Apple ProRes decoder
2011-09-26 13:19:05 +02:00
- CELT in Ogg demuxing
2011-03-17 23:56:51 +01:00
- G.723.1 demuxer and decoder
2011-10-04 20:47:16 +02:00
- libmodplug support (--enable-libmodplug)
- VC-1 interlaced decoding
2011-10-17 19:12:48 -04:00
- libutvideo wrapper (--enable-libutvideo)
- aevalsrc audio source added
2011-10-16 17:20:17 +02:00
- Ut Video decoder
2011-10-18 12:16:27 -07:00
- Speex encoding via libspeex
2011-08-16 17:05:44 +02:00
- 4:2:2 H.264 decoding support
2011-11-06 14:22:22 +01:00
- 4:2:2 and 4:4:4 H.264 encoding with libx264
2011-10-19 16:16:21 -07:00
- Pulseaudio input device
2011-10-28 13:13:58 -07:00
- Prores encoder
- Video Decoder Acceleration (VDA) HWAccel module.
2011-11-02 21:34:57 +01:00
- replacement Indeo 3 decoder
2011-11-04 18:54:01 +01:00
- new ffmpeg option: -map_channel
2011-11-01 21:42:14 +01:00
- volume audio filter added
- earwax audio filter added
2011-10-30 03:21:55 +01:00
- libv4l2 support (--enable-libv4l2)
2011-02-06 00:20:26 +02:00
- TLS/SSL and HTTPS protocol support
2011-11-06 14:22:22 +01:00
- AVOptions API rewritten and documented
- most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
AVCodecContext deprecated. Codec private options should be used instead.
- Properly working defaults in libx264 wrapper, support for native presets.
- Encrypted OMA files support
2011-11-01 11:58:44 +01:00
- Discworld II BMV decoding support
2011-11-11 18:13:35 -05:00
- VBLE Decoder
- OS X Video Decoder Acceleration (VDA) support
2011-11-16 00:41:55 +01:00
- compact and csv output in ffprobe
- pan audio filter
- IFF Amiga Continuous Bitmap (ACBM) decoder
2011-09-17 15:52:19 +02:00
- ass filter
2011-12-19 11:10:34 -05:00
- CRI ADX audio format muxer and demuxer
2011-03-26 16:25:10 +01:00
- Playstation Portable PMP format demuxer
2011-12-04 17:45:24 +11:00
- Microsoft Windows ICO demuxer
2011-06-26 19:47:18 +02:00
- life source
2011-12-02 05:54:21 +01:00
- PCM format support in OMA demuxer
2011-12-08 00:05:23 +00:00
- CLJR encoder
2011-12-08 14:42:24 +01:00
- new option: -report
2011-12-09 11:06:02 +01:00
- Dxtory capture format decoder
2011-12-08 18:07:52 +01:00
- cellauto source
2011-10-02 23:05:29 +02:00
- Simple segmenting muxer
2012-01-02 16:58:16 +01:00
- Indeo 4 decoder
- SMJPEG demuxer
2009-03-03 13:38:40 +00:00
version 0.8:
2011-04-19 19:48:44 +02:00
2011-03-27 03:06:24 +02:00
- many many things we forgot because we rather write code than changelogs
2010-06-04 22:40:54 +00:00
- WebM support in Matroska de/muxer
2010-05-23 23:19:37 +00:00
- low overhead Ogg muxing
- MMS-TCP support
2010-06-03 20:47:59 +00:00
- VP8 de/encoding via libvpx
2010-05-27 21:23:04 +00:00
- Demuxer for On2's IVF format
2010-06-08 11:55:06 +00:00
- Pictor/PC Paint decoder
2010-06-19 14:14:51 +00:00
- HE-AAC v2 decoder
2011-09-26 02:28:21 +02:00
- HE-AAC v2 encoding with libaacplus
2010-06-20 10:31:53 +00:00
- libfaad2 wrapper removed
- DTS-ES extension (XCh) decoding support
- native VP8 decoder
- RTSP tunneling over HTTP
2010-07-01 20:12:58 +00:00
- RTP depacketization of SVQ3
- -strict inofficial replaced by -strict unofficial
- ffplay -exitonkeydown and -exitonmousedown options added
2010-07-10 07:55:06 +00:00
- native GSM / GSM MS decoder
2010-07-14 12:32:00 +00:00
- RTP depacketization of QDM2
2010-07-18 08:06:55 +00:00
- ANSI/ASCII art playback system
2010-07-20 14:13:24 +00:00
- Lego Mindstorms RSO de/muxer
- libavcore added (and subsequently removed)
2010-07-24 22:50:12 +00:00
- SubRip subtitle file muxer and demuxer
- Chinese AVS encoding via libxavs
2010-07-28 23:17:59 +00:00
- ffprobe -show_packets option added
2010-08-07 11:16:07 +00:00
- RTP packetization of Theora and Vorbis
2010-08-12 21:07:17 +00:00
- RTP depacketization of MP4A-LATM
2010-08-16 14:23:35 +00:00
- RTP packetization and depacketization of VP8
2010-08-17 14:59:12 +00:00
- hflip filter
2010-08-19 14:54:37 +00:00
- Apple HTTP Live Streaming demuxer
- a64 codec
2010-08-25 16:05:03 +00:00
- MMS-HTTP support
2010-09-23 21:33:29 +00:00
- G.722 ADPCM audio encoder/decoder
2010-09-13 22:08:51 +00:00
- R10k video decoder
2010-09-14 13:21:13 +00:00
- ocv_smooth filter
2010-09-24 00:32:22 +00:00
- frei0r wrapper filter
- change crop filter syntax to width:height:x:y
- make the crop filter accept parametric expressions
- make ffprobe accept AVFormatContext options
- yadif filter
2010-09-26 21:36:05 +00:00
- blackframe filter
- Demuxer for Leitch/Harris' VR native stream format (LXF)
- RTP depacketization of the X-QT QuickTime format
2010-10-13 09:06:59 +00:00
- SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
2010-10-12 09:22:32 +00:00
- cropdetect filter
2010-10-18 13:34:46 +00:00
- ffmpeg -crop* options removed
2010-10-18 21:29:37 +00:00
- transpose filter added
2010-10-18 21:47:15 +00:00
- ffmpeg -force_key_frames option added
- demuxer for receiving raw rtp:// URLs without an SDP description
2010-11-02 08:32:04 +00:00
- single stream LATM/LOAS decoder
- setpts filter added
2011-07-09 17:43:53 +02:00
- Win64 support for optimized x86 assembly functions
2010-11-11 15:24:11 +00:00
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
2010-11-14 17:33:43 +00:00
- ASS subtitle encoder and decoder
2011-07-09 17:43:53 +02:00
- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
- overlay filter added
- rename aspect filter to setdar, and pixelaspect to setsar
2010-11-22 22:09:26 +00:00
- IEC 61937 demuxer
2010-11-26 10:11:16 +00:00
- Mobotix .mxg demuxer
2010-11-30 20:14:36 +00:00
- frei0r source added
2010-12-04 13:03:42 +00:00
- hqdn3d filter added
- RTP depacketization of QCELP
2010-12-07 14:50:50 +00:00
- FLAC parser added
2010-12-12 17:59:10 +00:00
- gradfun filter added
- AMR-WB decoder
2010-12-23 17:29:48 +00:00
- replace the ocv_smooth filter with a more generic ocv filter
2010-12-26 01:28:25 +00:00
- Windows Televison (WTV) demuxer
2010-12-27 07:46:53 +00:00
- FFmpeg metadata format muxer and demuxer
2010-09-14 05:55:12 +02:00
- SubRip (srt) subtitle encoder and decoder
- floating-point AC-3 encoder added
- Lagarith decoder
- ffmpeg -copytb option added
2011-01-18 07:59:49 +01:00
- IVF muxer added
2011-02-04 23:41:07 +01:00
- Wing Commander IV movies decoder added
2011-01-29 11:22:41 +01:00
- movie source added
2011-02-20 12:25:05 +11:00
- Bink version 'b' audio and video decoder
2011-03-09 02:11:10 +11:00
- Bitmap Brothers JV playback system
2011-03-17 12:23:52 +02:00
- Apple HTTP Live Streaming protocol handler
2011-03-26 19:03:41 -04:00
- sndio support for playback and record
2011-03-07 18:54:52 +01:00
- Linux framebuffer input device added
2011-03-15 09:37:48 +01:00
- Chronomaster DFA decoder
2011-03-26 15:12:35 +11:00
- DPX image encoder
2010-09-10 23:10:53 +02:00
- MicroDVD subtitle file muxer and demuxer
2011-03-26 16:25:10 +01:00
- Playstation Portable PMP format demuxer
2011-04-10 19:18:03 +02:00
- fieldorder video filter added
- AAC encoding via libvo-aacenc
- AMR-WB encoding via libvo-amrwbenc
2011-04-12 13:59:39 +02:00
- xWMA demuxer
2011-03-28 20:02:19 +04:00
- Mobotix MxPEG decoder
- VP8 frame-multithreading
- NEON optimizations for VP8
- Lots of deprecated API cruft removed
- fft and imdct optimizations for AVX (Sandy Bridge) processors
- showinfo filter added
- SMPTE 302M AES3 audio decoder
- Apple Core Audio Format muxer
- 9bit and 10bit per sample support in the H.264 decoder
- 9bit and 10bit FFV1 encoding / decoding
- split filter added
- select filter added
- sdl output device added
- libmpcodecs video filter support (3 times as many filters than before)
- mpeg2 aspect ratio dection fixed
- libxvid aspect pickiness fixed
- Frame multithreaded decoding
- E-AC-3 audio encoder
- ac3enc: add channel coupling support
- floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
- H264/MPEG frame-level multi-threading
- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
- 4:4:4 H.264 decoding support
- 10-bit H.264 optimizations for x86
- lut, lutrgb, and lutyuv filters added
- buffersink libavfilter sink added
- Bump libswscale for recently reported ABI break
- New J2K encoder (via OpenJPEG)
version 0.7:
- all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
2010-05-23 21:19:37 +00:00
version 0.6:
2009-03-03 13:38:40 +00:00
- PB-frame decoding for H.263
2009-03-03 14:12:41 +00:00
- deprecated vhook subsystem removed
2009-03-04 18:43:20 +00:00
- deprecated old scaler removed
2009-03-07 22:42:09 +00:00
- VQF demuxer
- Alpha channel scaler
- PCX encoder
- RTP packetization of H.263
2009-04-08 07:16:14 +00:00
- RTP packetization of AMR
- RTP depacketization of Vorbis
2009-05-25 00:31:52 +00:00
- CorePNG decoding support
- Cook multichannel decoding support
2009-04-27 07:27:39 +00:00
- introduced avlanguage helpers in libavformat
- 8088flex TMV demuxer and decoder
- per-stream language-tags extraction in asfdec
- V210 decoder and encoder
2009-05-20 16:30:56 +00:00
- remaining GPL parts in AC-3 decoder converted to LGPL
2009-05-20 17:19:39 +00:00
- QCP demuxer
- SoX native format muxer and demuxer
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
- DPX image decoder
2009-06-13 02:19:41 +00:00
- Electronic Arts Madcow decoder
- DivX (XSUB) subtitle encoder
- nonfree libamr support for AMR-NB/WB decoding/encoding removed
2010-04-03 09:42:40 +00:00
- experimental AAC encoder
- RTP depacketization of ASF and RTSP from WMS servers
2009-07-31 06:49:36 +00:00
- RTMP support in libavformat
- noX handling for OPT_BOOL X options
2009-08-10 16:27:33 +00:00
- Wave64 demuxer
2009-08-21 08:34:19 +00:00
- IEC-61937 compatible Muxer
2009-08-23 01:55:54 +00:00
- TwinVQ decoder
2009-08-25 08:47:39 +00:00
- Bluray (PGS) subtitle decoder
2009-08-26 22:10:35 +00:00
- LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
2010-04-03 09:42:40 +00:00
- WMA Pro decoder
2009-09-16 12:26:59 +00:00
- Core Audio Format demuxer
2013-09-02 20:21:49 +02:00
- ATRAC1 decoder
- MD STUDIO audio demuxer
2009-10-06 17:50:10 +00:00
- RF64 support in WAV demuxer
- MPEG-4 Audio Lossless Coding (ALS) decoder
2009-11-20 10:23:40 +00:00
- -formats option split into -formats, -codecs, -bsfs, and -protocols
- IV8 demuxer
2009-12-17 17:25:31 +00:00
- CDG demuxer and decoder
- R210 decoder
2009-12-23 16:01:15 +00:00
- Auravision Aura 1 and 2 decoders
2010-01-10 05:47:50 +00:00
- Deluxe Paint Animation playback system
2010-01-16 03:54:55 +00:00
- SIPR decoder
2010-01-14 12:55:44 +00:00
- Adobe Filmstrip muxer and demuxer
- RTP depacketization of H.263
2010-02-21 13:28:46 +00:00
- Bink demuxer and audio/video decoders
2010-02-01 15:51:05 +00:00
- enable symbol versioning by default for linkers that support it
2010-02-03 09:56:16 +00:00
- IFF PBM/ILBM bitmap decoder
- concat protocol
2010-02-09 07:55:07 +00:00
- Indeo 5 decoder
- RTP depacketization of AMR
2010-04-03 09:42:40 +00:00
- WMA Voice decoder
- ffprobe tool
2010-02-21 18:01:56 +00:00
- AMR-NB decoder
2010-02-22 21:28:19 +00:00
- RTSP muxer
2010-03-08 04:33:02 +00:00
- HE-AAC v1 decoder
2010-03-09 01:03:09 +00:00
- Kega Game Video (KGV1) decoder
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
2010-03-22 16:26:29 +00:00
- RTP depacketization of Theora
2010-03-25 14:01:38 +00:00
- HTTP Digest authentication
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
- Psygnosis YOP demuxer and video decoder
- spectral extension support in the E-AC-3 decoder
- unsharp video filter
- RTP hinting in the mov/3gp/mp4 muxer
- Dirac in Ogg demuxing
- seek to keyframes in Ogg
- 4:2:2 and 4:4:4 Theora decoding
- 35% faster VP3/Theora decoding
- faster AAC decoding
- faster H.264 decoding
2010-06-11 09:01:25 +00:00
- RealAudio 1.0 (14.4K) encoder
2009-05-20 16:30:56 +00:00
2009-03-03 13:38:40 +00:00
2009-03-01 18:12:06 +00:00
version 0.5:
- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
- TechSmith Camtasia (TSCC) video decoder
- IBM Ultimotion (ULTI) video decoder
- Sierra Online audio file demuxer and decoder
- Apple QuickDraw (qdrw) video decoder
2006-02-16 18:20:00 +00:00
- Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
- Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
- Miro VideoXL (VIXL) video decoder
2004-10-28 19:40:57 +00:00
- H.261 video encoder
- QPEG video decoder
2004-11-20 23:40:22 +00:00
- Nullsoft Video (NSV) file demuxer
2005-02-26 14:30:04 +00:00
- Shorten audio decoder
2005-03-01 02:24:58 +00:00
- LOCO video decoder
2005-12-17 18:14:38 +00:00
- Apple Lossless Audio Codec (ALAC) decoder
- Winnov WNV1 video decoder
- Autodesk Animator Studio Codec (AASC) decoder
2005-04-20 20:28:25 +00:00
- Indeo 2 video decoder
- Fraps FPS1 video decoder
2005-12-29 17:51:42 +00:00
- Snow video encoder/decoder
2005-07-02 19:14:40 +00:00
- Sonic audio encoder/decoder
- Vorbis audio decoder
2005-07-02 19:14:40 +00:00
- Macromedia ADPCM decoder
2005-12-29 17:51:42 +00:00
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
2005-10-25 10:16:46 +00:00
- H.264 custom quantization matrices support
2005-11-15 10:28:48 +00:00
- ffserver fixed, it should now be usable again
2005-12-12 00:53:05 +00:00
- QDM2 audio decoder
2006-02-12 11:48:43 +00:00
- Real Cooker audio decoder
- TrueSpeech audio decoder
2006-01-30 00:32:42 +00:00
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
- JPEG-LS decoder
2005-12-29 16:31:14 +00:00
- build system improvements
- tabs and trailing whitespace removed from the codebase
- CamStudio video decoder
- AIFF/AIFF-C audio format, encoding and decoding
- ADTS AAC file reading and writing
2006-02-09 22:52:23 +00:00
- Creative VOC file reading and writing
- American Laser Games multimedia (*.mm) playback system
- Zip Motion Blocks Video decoder
2009-03-02 07:52:47 +00:00
- improved Theora/VP3 decoder
2006-02-12 11:48:43 +00:00
- True Audio (TTA) decoder
- AVS demuxer and video decoder
- JPEG-LS encoder
2006-03-21 17:27:47 +00:00
- Smacker demuxer and decoder
- NuppelVideo/MythTV demuxer and RTjpeg decoder
- KMVC decoder
2009-03-02 07:52:47 +00:00
- MPEG-2 intra VLC support
2006-05-16 15:19:54 +00:00
- MPEG-2 4:2:2 encoder
2006-06-01 07:31:59 +00:00
- Flash Screen Video decoder
2006-07-03 16:32:57 +00:00
- GXF demuxer
2006-07-07 11:07:22 +00:00
- Chinese AVS decoder
2006-07-25 14:23:43 +00:00
- GXF muxer
2006-07-25 14:30:14 +00:00
- MXF demuxer
2006-08-03 12:47:50 +00:00
- VC-1/WMV3/WMV9 video decoder
2006-08-13 15:12:06 +00:00
- MacIntel support
2013-05-04 21:18:13 +02:00
- AviSynth support
2006-09-05 04:37:14 +00:00
- VMware video decoder
2006-09-09 17:19:37 +00:00
- VP5 video decoder
- VP6 video decoder
2006-09-26 03:41:51 +00:00
- WavPack lossless audio decoder
2006-10-11 04:15:04 +00:00
- Targa (.TGA) picture decoder
- Vorbis audio encoder
- Delphine Software .cin demuxer/audio and video decoder
- Tiertex .seq demuxer/video decoder
- MTV demuxer
- TIFF picture encoder and decoder
2006-10-22 15:05:03 +00:00
- GIF picture decoder
2009-03-02 07:52:47 +00:00
- Intel Music Coder decoder
- Zip Motion Blocks Video encoder
2006-12-24 04:51:43 +00:00
- Musepack decoder
- Flash Screen Video encoder
2007-01-25 00:16:28 +00:00
- Theora encoding via libtheora
- BMP encoder
2007-02-06 21:23:33 +00:00
- WMA encoder
2007-02-20 11:09:47 +00:00
- GSM-MS encoder and decoder
2007-02-27 06:30:40 +00:00
- DCA decoder
2007-03-14 14:49:49 +00:00
- DXA demuxer and decoder
2007-03-18 23:25:00 +00:00
- DNxHD decoder
- Gamecube movie (.THP) playback system
2007-04-01 22:37:53 +00:00
- Blackfin optimizations
2007-04-07 14:25:25 +00:00
- Interplay C93 demuxer and video decoder
2007-04-07 20:51:58 +00:00
- Bethsoft VID demuxer and video decoder
2007-04-07 21:34:18 +00:00
- CRYO APC demuxer
2013-09-02 20:21:49 +02:00
- ATRAC3 decoder
2007-04-29 09:37:07 +00:00
- V.Flash PTX decoder
2009-03-02 07:52:47 +00:00
- RoQ muxer, RoQ audio encoder
2007-05-07 20:10:35 +00:00
- Renderware TXD demuxer and decoder
2007-05-24 09:49:39 +00:00
- extern C declarations for C++ removed from headers
- sws_flags command line option
2007-06-04 07:28:34 +00:00
- codebook generator
2007-06-25 12:09:23 +00:00
- RoQ video encoder
2007-07-02 07:06:28 +00:00
- QTRLE encoder
2007-12-05 23:15:24 +00:00
- OS/2 support removed and restored again
2007-08-07 00:02:29 +00:00
- AC-3 decoder
2009-03-02 07:52:47 +00:00
- NUT muxer
- additional SPARC (VIS) optimizations
2007-09-05 00:38:42 +00:00
- Matroska muxer
2009-03-02 07:52:47 +00:00
- slice-based parallel H.264 decoding
2007-09-13 03:22:47 +00:00
- Monkey's Audio demuxer and decoder
2007-09-29 15:20:22 +00:00
- AMV audio and video decoder
2007-10-08 11:27:18 +00:00
- DNxHD encoder
2007-10-09 12:28:17 +00:00
- H.264 PAFF decoding
2007-10-15 16:26:02 +00:00
- Nellymoser ASAO decoder
- Beam Software SIFF demuxer and decoder
- libvorbis Vorbis decoding removed in favor of native decoder
2007-11-23 00:47:39 +00:00
- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
- Ogg (Theora, Vorbis and FLAC) muxer
- The "device" muxers and demuxers are now in a new libavdevice library
2007-12-28 13:42:49 +00:00
- PC Paintbrush PCX decoder
- Sun Rasterfile decoder
2008-01-02 10:46:37 +00:00
- TechnoTrend PVA demuxer
2008-01-07 23:53:57 +00:00
- Linux Media Labs MPEG-4 (LMLM4) demuxer
- AVM2 (Flash 9) SWF muxer
2008-03-06 07:30:41 +00:00
- QT variant of IMA ADPCM encoder
2008-03-08 23:18:47 +00:00
- VFW grabber
2009-03-02 07:52:47 +00:00
- iPod/iPhone compatible mp4 muxer
2008-03-18 19:51:34 +00:00
- Mimic decoder
2008-03-18 19:54:47 +00:00
- MSN TCP Webcam stream demuxer
2008-03-21 14:09:12 +00:00
- RL2 demuxer / decoder
- IFF demuxer
- 8SVX audio decoder
- non-recursive Makefiles
2008-04-13 21:06:31 +00:00
- BFI demuxer
- MAXIS EA XA (.xa) demuxer / decoder
2008-04-18 08:43:11 +00:00
- BFI video decoder
2008-06-11 20:11:04 +00:00
- OMA demuxer
2008-07-04 15:44:13 +00:00
- MLP/TrueHD decoder
2008-07-08 13:29:11 +00:00
- Electronic Arts CMV decoder
- Motion Pixels Video decoder
- Motion Pixels MVI demuxer
2008-07-14 12:08:48 +00:00
- removed animated GIF decoder/demuxer
2008-08-04 07:35:07 +00:00
- D-Cinema audio muxer
2008-08-06 08:33:25 +00:00
- Electronic Arts TGV decoder
- Apple Lossless Audio Codec (ALAC) encoder
- AAC decoder
- floating point PCM encoder/decoder
- MXF muxer
- DV100 AKA DVCPRO HD decoder and demuxer
- E-AC-3 support added to AC-3 decoder
2008-09-01 11:19:26 +00:00
- Nellymoser ASAO encoder
- ASS and SSA demuxer and muxer
2008-10-06 05:17:57 +00:00
- liba52 wrapper removed
2009-01-16 03:46:51 +00:00
- SVQ3 watermark decoding support
- Speex decoding via libspeex
2008-11-08 00:29:22 +00:00
- Electronic Arts TGQ decoder
- RV40 decoder
- QCELP / PureVoice decoder
- RV30 decoder
2009-01-16 19:18:10 +00:00
- hybrid WavPack support
2009-01-20 07:42:14 +00:00
- R3D REDCODE demuxer
2009-01-26 13:55:54 +00:00
- ALSA support for playback and record
2009-02-05 08:58:35 +00:00
- Electronic Arts TQI decoder
2009-02-06 11:49:31 +00:00
- OpenJPEG based JPEG 2000 decoder
2009-03-02 07:52:47 +00:00
- NC (NC4600) camera file demuxer
- Gopher client support
2009-02-13 07:28:20 +00:00
- MXF D-10 muxer
2009-03-02 07:52:47 +00:00
- generic metadata API
- flash ScreenVideo2 encoder
2009-03-02 07:52:47 +00:00
2004-07-09 20:08:33 +00:00
version 0.4.9-pre1:
- DV encoder, DV muxer
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
- Apple Animation (RLE) decoder
2003-11-14 05:42:14 +00:00
- Apple Graphics (SMC) decoder
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
2003-11-14 05:42:14 +00:00
- Westwood multimedia support (VQA & AUD files)
2003-10-03 05:43:03 +00:00
- Id Quake II CIN playback support
2003-11-14 05:42:14 +00:00
- 8BPS video decoder
- FLIC playback support
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
2004-01-02 04:50:08 +00:00
- Sierra VMD demuxer and video decoder
2004-07-09 20:08:33 +00:00
- MSZH and ZLIB decoder support
- SVQ1 video encoder
2004-07-09 20:08:33 +00:00
- AMR-WB support
2005-12-29 17:51:42 +00:00
- PPC optimizations
2004-07-09 20:08:33 +00:00
- rate distortion optimal cbp support
2005-12-29 17:51:42 +00:00
- rate distorted optimal ac prediction for MPEG-4
2004-07-09 20:08:33 +00:00
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
2005-12-29 17:51:42 +00:00
- use Lagrange multipler instead of QP for ratecontrol
- Theora/VP3 decoding support
2004-07-09 20:08:33 +00:00
- XA and ADX ADPCM codecs
2005-12-29 17:51:42 +00:00
- export MPEG-2 active display area / pan scan
2004-07-09 20:08:33 +00:00
- Add support for configuring with IBM XLC
- floating point AAN DCT
2005-12-29 17:51:42 +00:00
- initial support for zygo video (not complete)
- RGB ffv1 support
2004-07-09 20:08:33 +00:00
- new audio/video parser API
- av_log() system
- av_read_frame() and av_seek_frame() support
- missing last frame fixes
- seek by mouse in ffplay
2005-12-29 17:51:42 +00:00
- noise reduction of DCT coefficients
- H.263 OBMC & 4MV support
- H.263 alternative inter vlc support
- H.263 loop filter
- H.263 slice structured mode
- interlaced DCT support for MPEG-2 encoding
2004-07-09 20:08:33 +00:00
- stuffing to stay above min_bitrate
2005-12-29 17:51:42 +00:00
- MB type & QP visualization
2004-07-09 20:08:33 +00:00
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
2005-12-29 17:51:42 +00:00
- closed GOP support
- SSE2 FDCT
2004-07-09 20:08:33 +00:00
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
2005-12-29 17:51:42 +00:00
- multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
- multithreaded/SMP decoding for MPEG-2
2004-07-09 20:08:33 +00:00
- FLAC decoder
- Metrowerks CodeWarrior suppport
2005-12-29 17:51:42 +00:00
- H.263+ custom pcf support
2004-07-09 20:08:33 +00:00
- nicer output for 'ffmpeg -formats'
2005-12-29 17:51:42 +00:00
- Matroska demuxer
2004-07-09 20:08:33 +00:00
- SGI image format, encoding and decoding
2005-12-29 17:51:42 +00:00
- H.264 loop filter support
- H.264 CABAC support
2007-11-10 16:39:54 +00:00
- nicer looking arrows for the motion vector visualization
2004-07-09 20:08:33 +00:00
- improved VCD support
- audio timestamp drift compensation
2005-12-29 17:51:42 +00:00
- MPEG-2 YUV 422/444 support
2004-07-09 20:08:33 +00:00
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
2005-12-29 17:51:42 +00:00
- H.261 support
2004-07-09 20:08:33 +00:00
- correctly interleave packets during encoding
- VIS optimized motion compensation
2005-12-29 17:51:42 +00:00
- intra_dc_precision>0 encoding support
- support reuse of motion vectors/MB types/field select values of the source video
2004-07-09 20:08:33 +00:00
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
2009-01-17 20:08:43 +00:00
- FunCom ISS audio file demuxer and according ADPCM decoding
2003-09-15 19:52:13 +00:00
version 0.4.8:
2005-12-29 17:51:42 +00:00
- MPEG-2 video encoding (Michael)
2003-09-10 01:26:53 +00:00
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
2003-09-08 04:28:36 +00:00
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
2003-09-14 19:39:18 +00:00
- Interplay MVE playback subsystem (Mike Melanson)
2003-09-08 04:28:36 +00:00
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
2003-09-08 04:28:36 +00:00
version 0.4.7:
2003-06-10 18:43:16 +00:00
2005-12-29 17:51:42 +00:00
- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
2003-06-13 09:51:17 +00:00
(originally from public domain player for Amiga at http://www.honeypot.net/audio)
2005-12-29 17:51:42 +00:00
- current version now also compiles with older GCC (Fabrice)
2003-06-10 18:43:16 +00:00
- 4X multimedia playback system including 4xm file demuxer (Mike
Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
2005-12-29 17:51:42 +00:00
than HuffYUV) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
- tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
2003-06-10 18:43:16 +00:00
alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
2005-12-29 17:51:42 +00:00
for multiplatform support (Fabrice)
2003-06-10 18:43:16 +00:00
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
by anonymous
- AMR format has been added (Johannes Carlsson)
2005-12-29 17:51:42 +00:00
- 3GP support has been added (Johannes Carlsson)
2003-06-10 18:43:16 +00:00
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
2005-12-29 17:51:42 +00:00
- better multiplatform support, MS Visual Studio fixes (various)
- AltiVec optimizations (Magnus Damn and others)
2003-06-10 18:43:16 +00:00
- SH4 processor support has been added (BERO)
2005-12-29 17:51:42 +00:00
- new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB streaming support (Brian Foley)
- better MP3 autodetection (Andriy Rysin)
2002-12-28 13:54:11 +00:00
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
2005-12-29 17:51:42 +00:00
- 5 comparison functions for ME (Michael)
- B-frame encoding speedup (Michael)
- WMV2 codec (unfinished - Michael)
2002-12-28 13:54:11 +00:00
- user specified diamond size for EPZS (Michael)
2003-09-08 04:28:36 +00:00
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)
2002-12-28 13:54:11 +00:00
2005-12-29 17:51:42 +00:00
.. And lots more new enhancements and fixes.
2003-06-10 18:43:16 +00:00
2002-12-28 13:54:11 +00:00
version 0.4.6:
2001-09-16 21:45:21 +00:00
2005-12-29 17:51:42 +00:00
- completely new integer only MPEG audio layer 1/2/3 decoder rewritten
from scratch
- Recoded DCT and motion vector search with gcc (no longer depends on nasm)
- fix quantization bug in AC3 encoder
- added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
- added prototype ffplay program
- added GOB header parsing on H.263/H.263+ decoder (Juanjo)
- bug fix on MCBPC tables of H.263 (Juanjo)
- bug fix on DC coefficients of H.263 (Juanjo)
- added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
- now we can decode H.263 streams found in QuickTime files (Juanjo)
- now we can decode H.263 streams found in VIVO v1 files(Juanjo)
2001-11-19 02:13:14 +00:00
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
2005-12-29 17:51:42 +00:00
- added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
- now H.263 picture size is returned on the first decoded frame (Juanjo)
2002-05-18 23:20:40 +00:00
- added first regression tests
2005-12-29 17:51:42 +00:00
- added MPEG-2 TS demuxer
2002-05-25 22:18:04 +00:00
- new demux API for libav
2002-10-28 00:29:13 +00:00
- more accurate and faster IDCT (Michael)
2005-12-29 17:51:42 +00:00
- faster and entropy-controlled motion search (Michael)
2002-10-28 00:29:13 +00:00
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
2005-12-29 17:51:42 +00:00
- high quality encoding mode: tries all macroblock/VLC types (Michael)
2002-10-28 00:29:13 +00:00
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
2005-12-29 17:51:42 +00:00
- H.263+ AIC decoding/encoding support (Juanjo)
- VCD MPEG-PS mode (Juanjo)
- PSNR stuff (Juanjo)
- simple stats output (Juanjo)
- 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
2001-09-16 21:45:21 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.5:
2007-06-25 12:31:01 +00:00
- some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
- many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
2005-12-29 17:51:42 +00:00
- added configure system (actually a small shell script)
- added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
2001-07-22 14:18:56 +00:00
Michael Hipp (temporary solution - waiting for integer only
2005-12-29 17:51:42 +00:00
decoder)
- fixed VIDIOCSYNC interrupt
- added Intel H.263 decoding support ('I263' AVI fourCC)
- added Real Video 1.0 decoding (needs further testing)
2001-07-22 14:18:56 +00:00
- simplified image formats again. Added PGM format (=grey
pgm). Renamed old PGM to PGMYUV.
2005-12-29 17:51:42 +00:00
- fixed msmpeg4 slice issues (tell me if you still find problems)
- fixed OpenDivX bugs with newer versions (added VOL header decoding)
- added support for MPlayer interface
- added macroblock skip optimization
- added MJPEG decoder
- added mmx/mmxext IDCT from libmpeg2
2001-08-11 18:57:01 +00:00
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
2007-06-25 12:31:01 +00:00
<celer at shell.scrypt.net>)
2005-12-29 17:51:42 +00:00
- added pixel format conversion layer (e.g. for MJPEG or PPM)
- added deinterlacing option
- MPEG-1/2 fixes
2007-06-25 12:31:01 +00:00
- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
2005-12-29 17:51:42 +00:00
- Windows porting of file converter
2012-01-26 23:03:35 +01:00
- added MJPEG raw format (input/output)
2005-12-29 17:51:42 +00:00
- added JPEG image format support (input/output)
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.4:
- fixed some std header definitions (Bjorn Lindgren
2007-06-25 12:31:01 +00:00
<bjorn.e.lindgren at telia.com>).
2005-12-29 17:51:42 +00:00
- added MPEG demuxer (MPEG-1 and 2 compatible).
- added ASF demuxer
- added prototype RM demuxer
- added AC3 decoding (done with libac3 by Aaron Holtzman)
- added decoding codec parameter guessing (.e.g. for MPEG, because the
header does not include them)
- fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
play them (only tested video)
- fixed H.263 white bug
- fixed phase rounding in img resample filter
- add MMX code for polyphase img resample filter
- added CPU autodetection
- added generic title/author/copyright/comment string handling (ASF and RM
use them)
2001-07-22 14:18:56 +00:00
- added SWF demux to extract MP3 track (not usable yet because no MP3
2005-12-29 17:51:42 +00:00
decoder)
- added fractional frame rate support
2001-07-22 14:18:56 +00:00
- codecs are no longer searched by read_header() (should fix ffserver
2005-12-29 17:51:42 +00:00
segfault)
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.3:
2007-06-25 12:31:01 +00:00
- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
2005-12-29 17:51:42 +00:00
- fixed raw yuv output
- added motion rounding support in MPEG-4
- fixed motion bug rounding in MSMPEG4
- added B-frame handling in video core
- added full MPEG-1 decoding support
- added partial (frame only) MPEG-2 support
2001-07-22 14:18:56 +00:00
- changed the FOURCC code for H.263 to "U263" to be able to see the
2005-12-29 17:51:42 +00:00
+AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
this +codec ;) (JuanJo).
- Halfpel motion estimation after MB type selection (JuanJo)
- added pgm and .Y.U.V output format
2001-07-22 14:18:56 +00:00
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
output.
- added pgmpipe I/O format (original patch from Martin Aumueller
2007-06-25 12:31:01 +00:00
<lists at reserv.at>, but changed completely since we use a format
2005-12-29 17:51:42 +00:00
instead of a protocol)
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.2:
2005-12-29 17:51:42 +00:00
- added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
(for OpenDivX) is almost complete: 8x8 MVs and rounding are
2001-07-22 14:18:56 +00:00
missing. MSMPEG4 support is complete.
2005-12-29 17:51:42 +00:00
- added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
can decode ffmpeg MPEGs :-)).
2001-07-22 14:18:56 +00:00
- added libavcodec API documentation (see apiexample.c).
- fixed image polyphase bug (the bottom of some images could be
2005-12-29 17:51:42 +00:00
greenish)
2001-07-22 14:18:56 +00:00
- added support for non clipped motion vectors (decoding only)
2005-12-29 17:51:42 +00:00
and image sizes non-multiple of 16
- added support for AC prediction (decoding only)
- added file overwrite confirmation (can be disabled with -y)
- added custom size picture to H.263 using H.263+ (Juanjo)
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.1:
2005-12-29 17:51:42 +00:00
- added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
of AVI and ASF to DIV3.
2001-07-22 14:18:56 +00:00
- added -me option to set motion estimation method
(default=log). suppressed redundant -hq option.
- added options -acodec and -vcodec to force a given codec (useful for
2005-12-29 17:51:42 +00:00
AVI for example)
- fixed -an option
- improved dct_quantize speed
- factorized some motion estimation code
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.4.0:
2005-12-29 17:51:42 +00:00
- removing grab code from ffserver and moved it to ffmpeg. Added
multistream support to ffmpeg.
2001-07-22 14:18:56 +00:00
- added timeshifting support for live feeds (option ?date=xxx in the
2005-12-29 17:51:42 +00:00
URL)
2001-07-22 14:18:56 +00:00
- added high quality image resize code with polyphase filter (need
mmx/see optimization). Enable multiple image size support in ffserver.
2005-12-29 17:51:42 +00:00
- added multi live feed support in ffserver
2001-07-22 14:18:56 +00:00
- suppressed master feature from ffserver (it should be done with an
external program which opens the .ffm url and writes it to another
2005-12-29 17:51:42 +00:00
ffserver)
- added preliminary support for video stream parsing (WAV and AVI half
done). Added proper support for audio/video file conversion in
2001-07-22 14:18:56 +00:00
ffmpeg.
2005-12-29 17:51:42 +00:00
- added preliminary support for video file sending from ffserver
- redesigning I/O subsystem: now using URL based input and output
(see avio.h)
- added WAV format support
- added "tty user interface" to ffmpeg to stop grabbing gracefully
- added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
2007-06-25 12:31:01 +00:00
(Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
2005-12-29 17:51:42 +00:00
- added MMX DCT from mpeg2_movie 1.5 (Juanjo)
- added new motion estimation algorithms, log and phods (Juanjo)
- changed directories: libav for format handling, libavcodec for
codecs
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.3.4:
2005-12-29 17:51:42 +00:00
- added stereo in MPEG audio encoder
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.3.3:
- added 'high quality' mode which use motion vectors. It can be used in
real time at low resolution.
- fixed rounding problems which caused quality problems at high
2005-12-29 17:51:42 +00:00
bitrates and large GOP size
2001-07-22 14:18:56 +00:00
2001-07-22 14:18:56 +00:00
version 0.3.2: small fixes
2005-12-29 17:51:42 +00:00
- ASF fixes
2001-07-22 14:18:56 +00:00
- put_seek bug fix
2001-07-22 14:18:56 +00:00
version 0.3.1: added avi/divx support
2005-12-29 17:51:42 +00:00
- added AVI support
- added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
2001-07-22 14:18:56 +00:00
- added sound for flash format (not tested)
2001-07-22 14:18:56 +00:00
version 0.3: initial public release