]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2020-11-21 Limin Wangavdevice/decklink_dec: map the raw_format instead of...
2020-11-20 James Almertools/target_bsf_fuzzer: set bitstream filter options
2020-11-20 James Almertools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzze...
2020-11-20 Michael Niedermayertools/target_dec_fuzzer: Call avcodec_flush_buffers...
2020-11-20 James Almertools/target_dem_fuzzer: use avio_context_free() to...
2020-11-20 Anton Khirnovlavfi/src_movie: switch to new decoding API
2020-11-20 Anton Khirnovdoc/examples/transcoding: switch to the new encoding API
2020-11-20 Anton Khirnovdoc/examples/transcoding: stop constantly allocating...
2020-11-20 Anton Khirnovlavu: add missing stddef.h includes for size_t.
2020-11-20 Anton Khirnovlavfi/lavfutils: switch to the new decoding API
2020-11-20 Anton Khirnovtools/enum_options: fix build and add to Makefile
2020-11-20 Steve Lhommeavformat/matroskadec: only use the track duration if...
2020-11-20 Steve Lhommeavformat/matroskadec: adjust the cluster time to the...
2020-11-20 Steve Lhommeavformat/matroskadec: add a warning when the track...
2020-11-20 Mark Reidavfilter/vf_lut3d: fix sanitizef INF handling
2020-11-20 Mark Reidavcodec/exr: use lookuptable for alpha if there is...
2020-11-20 Martin Storsjöhttp: Check for AVERROR_EOF in the check for premature end
2020-11-19 Marton Balintavformat/mpegts: make sure mpegts_read_header always...
2020-11-19 Limin Wangavformat/dvenc: check the format before vst and ast...
2020-11-19 Limin Wangavformat/dvenc: s->streams[i] -> st
2020-11-19 Limin Wangavfilter/vf_fade: config_props -> config_input
2020-11-19 Limin Wangavfilter/vf_fade: simplify code to use pts timebase...
2020-11-19 Paul B Maholavfilter/vf_xfade: add squeeze transitions
2020-11-19 Gil Pedersenavutil/frame: fix potential leaks in av_frame_ref()
2020-11-19 Gil Pedersenavutil/frame: use av_buffer_replace() to simplify code
2020-11-19 Gil Pedersenavcodec/wavpack: use av_buffer_replace() to simplify...
2020-11-19 Paul B Maholavfilter/vf_frei0r: add support for commands
2020-11-18 Paul B Maholavfilter/vf_despill: add support for commands
2020-11-18 Paul B Maholavfilter/af_afade: add sinc curve types
2020-11-17 Martin Storsjöfate: Convert the musepack8 test to an oneoff test
2020-11-17 Paul B Maholavfilter/af_anlmdn: support all options as commands
2020-11-17 Paul B Maholavfilter/af_anlmdn: allow to change smooth/m at runtime
2020-11-16 Andrew Rodlandlavfi/frei0r: Remove duplicated pix_fmt entry
2020-11-15 Andreas Rheinhardtavcodec/mobiclip: Use get_ue_golomb_31() where possible
2020-11-15 Andreas Rheinhardtavformat/asfdec_o: Remove code duplication
2020-11-15 Andreas Rheinhardtavformat/asfdec_o: Don't reset twice
2020-11-15 Andreas Rheinhardtavformat/asfdec_o: Export metadata that applies to...
2020-11-15 Andreas Rheinhardtavformat/asfdec_o: Don't segfault with lots of attached...
2020-11-15 Paul B Maholavfilter: add speechnorm filter
2020-11-14 Carl Eugen... lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3...
2020-11-14 Limin Wangavformat/rtsp: av_rescale -> av_rescale_q
2020-11-13 James Almeravcodec/cbs_av1: remove dead code
2020-11-13 Michael Niedermayeravcodec/vp3dsp: Use unsigned constant to avoid undefine...
2020-11-13 Michael Niedermayeravformat/icodec: Check for zero streams and stream...
2020-11-13 Michael Niedermayeravformat/icodec: Factor failure code out in read_header()
2020-11-13 James Almeravcodec/nvdec_av1: fix setting film grain parameters...
2020-11-13 James Almeravcodec/av1dec: remove order_hint from AV1Frame
2020-11-13 James Almeravcodec/av1dec: add a reference to the raw frame header...
2020-11-12 Hendrik Leppkesavcodec/dxva2: add AV1 decode support
2020-11-12 Martin Storsjöaviobuf: Increase the default SHORT_SEEK_THRESHOLD...
2020-11-12 Andreas Rheinhardtavcodec/adpcmenc: Fix leak of trellis buffer with ADPCM...
2020-11-11 Timo Rothenpieleravcodec/nvdec: add av1 hwaccel
2020-11-11 Timo Rothenpieleravcodec/nvdec: add support for separate reference frame
2020-11-11 Timo Rothenpieleravcodec/av1dec: expose coded_lossless
2020-11-11 Timo Rothenpieleravcodec/av1dec: expose skip mode frame index
2020-11-11 Michael Niedermayeravformat/bintext: Check width
2020-11-11 Michael Niedermayeravformat/sbgdec: Check that end is not before start
2020-11-11 James Almeravcodec/cbs_av1: add a range check to tg_end
2020-11-11 James Almeravcodec/cbs_av1: infer ref_order_hint when not coded...
2020-11-11 Limin Wangavformat/rtspdec: return proper error code
2020-11-11 Limin Wangavformat/rtsp: check return value of ffurl_read_complete
2020-11-11 Limin Wangavformat/rtsp: prefer to use variable instead of type
2020-11-11 Limin Wangavformat/rtspdec: use SDP_MAX_SIZE for sdp array
2020-11-11 Limin Wangavformat/rtsp: move SDP_MAX_SIZE macro definition to...
2020-11-11 Limin Wangavformat/rtsp: 16384 -> SDP_MAX_SIZE
2020-11-10 Michael Niedermayeravformat/lvfdec: Check stream_index before use
2020-11-10 Michael Niedermayeravformat/au: cleanup on EOF return in au_read_annotation()
2020-11-10 Thierry Fouculibavformat/avidec: Extract more metadata from the...
2020-11-10 Paul B Maholavfilter/af_asoftclip: add oversampling support
2020-11-10 Andreas Rheinhardtavcodec/gdv: Remove dead check
2020-11-09 James Almeravcodec/utils: clear the packet props queue on flushing
2020-11-09 Zane van IperenChangelog: add amv muxer & encoder
2020-11-09 Zane van Iperenavformat: add amv muxer
2020-11-09 Zane van Iperenavcodec: add adpcm_ima_amv encoder
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: document header format
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: use coded sample count
2020-11-09 Zane van Iperenavcodec/adpcm_ima_amv: restrict to 1 channel
2020-11-08 OvchinnikovDmitriilavc/amfenc: Add hardware config metadata
2020-11-08 Mark Thompsonlavc: Mark hw_config pointer arrays as const
2020-11-07 Michael Niedermayertools/target_dem_fuzzer: Consider it an EIO when readin...
2020-11-07 Michael Niedermayeravformat/mpegts: Limit copied data to space
2020-11-07 Zane van Iperenavcodec/adpcm_ima_swf: fix frame size to 4096
2020-11-07 Zane van IperenRevert "avcodec/adpcm_swf: support decoding multiple...
2020-11-07 Omar Emaraavdevice/xcbgrab: Add select_region option
2020-11-07 Limin Wangavformat/rtsp: support infinite initial_timeout for...
2020-11-07 Limin Wangfate/filter-video: add 10bit test for unsharp filter
2020-11-07 Limin Wangavfilter/vf_unsharp: add more pixel format support
2020-11-07 Limin Wangavfilter/vf_unsharp: add 10bit support
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Allocate buffers together
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Cleanup generically on init failure
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Remove redundant initializations
2020-11-06 Andreas Rheinhardtavcodec/truemotion2: Replace av_free() by av_freep...
2020-11-06 Andreas Rheinhardtavcodec/sonic: Don't allocate a temporary buffer for...
2020-11-06 Andreas Rheinhardtavcodec/mss4: Fix memleaks upon allocation error
2020-11-05 Paul B Maholavfilter: add adenorm filter
2020-11-05 Vesselin BontchevAdd support for playing Audible AAXC (.aaxc) files...
2020-11-05 Martin Storsjötls: Hook up the url_get_short_seek function in the...
2020-11-04 Timo Rothenpieleravfilter/scale_cuda: fix pitch calculation for >8 bit...
2020-11-04 Michael Niedermayeravformat/bintext: Check width in idf_read_header()
2020-11-04 Michael Niedermayeravformat/iff: check size against INT64_MAX
next