]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2020-05-02 Marton Balintfftools/ffmpeg: use a bsf list instead of individual...
2020-05-02 Marton Balintavcodec/bsf: support shorthand options for av_bsf_list_...
2020-05-02 Marton Balintavcodec/decode: use a single list bsf for codec decode...
2020-05-02 vectronicfftools/ffprobe: show closed caption info in the stream...
2020-05-02 Michael Niedermayeravcodec/vp9dsp_template: Fix integer overflows in idct3...
2020-05-02 Michael Niedermayeravcodec/alacdsp: Fix invalid shift in append_extra_bits()
2020-05-02 Michael Niedermayerlibavcodec/wmalosslessdec: prevent sum of positive...
2020-05-02 Michael Niedermayeravcodec/dstdec: Fix integer overflow in read_table()
2020-05-02 Michael Niedermayerdoc/mailing-list-faq: Mention current problem with GMX
2020-05-02 Carl Eugen... lavc/opus: Reset alloc_trim when doing decoder bit...
2020-05-02 Sebastian Dröges->target_i and global are in dB but s->target_tp and...
2020-05-01 Timo Rothenpieleravcodec/nvenc: refactor dts calculation logic
2020-05-01 Piotr Oleszczykac3enc: fix AC3 downmix metadata issue
2020-05-01 Michael Niedermayeravformat/oggdec: Reallocate buffer before writing into it
2020-05-01 Michael Niedermayeravformat/oggdec: Factor buffer reallocation out
2020-05-01 Derek Buitenhuisavcodec/librav1e: Use the framerate when available...
2020-05-01 Timo Rothenpieleravcodec/nvenc: offset dts to account for b-frame reordering
2020-05-01 Marton Balintavformat/hlsenc: add support for microseconds since...
2020-05-01 Marton Balintavutil/opt: only skip evaluation for rational options
2020-05-01 Limin Wangdoc/utils: add more examples for valid time duration
2020-05-01 Limin Wangavformat/concat: priv_data should be freed internally
2020-05-01 Limin Wangavformat/dashenc: remove the arbitrary restrictions...
2020-05-01 Limin Wangavcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Cosmetics
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Support ContentCompression for...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Cache whether a track needs to...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Improve forward compability
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Don't discard valid packets
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Simplify checks for cook and...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Don't output uninitialized data...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Fix buffer overflow when demuxing...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Fix demuxing RealAudio 28.8
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Simplify check for RealAudio
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Reject sipr flavor > 3
2020-05-01 Limin Wangavformat/mpegts: fix av_freep for dovi pointer
2020-05-01 Limin Wangavformat/mov: fix av_freep for dovi pointer
2020-05-01 Lynnefate/oggopus-demux: fix fate failure
2020-04-30 Limin Wangavfilter/af_adelay: Check sscanf() return value
2020-04-30 Limin Wangavfilter/vf_mix: Check sscanf() return value
2020-04-30 Lynneoggdec: add support for proper demuxing of chained...
2020-04-30 Lynneoggdec: use ffio_ensure_seekback() to seek back on...
2020-04-30 Lynneoggdec: verify page checksum
2020-04-30 Lynneoggdec: eliminate copies and extra buffers
2020-04-30 Limin Wangavformat/utils: change the duration to int64_t for...
2020-04-30 James Almeravcodec/cbs_h265: fix writing extension_data bits
2020-04-30 Andriy Gelmanavcodec/v4l2_context: Log warning when all capture...
2020-04-30 Martin Storsjöavfoundation: Fix building on iOS
2020-04-30 Paul B Maholavfilter/af_crossfeed: make options runtime configurable
2020-04-30 Paul B Maholavfilter/af_crossfeed: make slope configurable
2020-04-30 Paul B Maholavfilter/af_crossfeed: fix calculation of alpha parameter
2020-04-30 Paul B Maholavfilter: add asubboost filter
2020-04-30 Josh de Kocktools: fix const specifier for AVInputFormat
2020-04-30 Andreas Rheinhardtavcodec/avpacket: Don't write into non-writable buffer
2020-04-30 Andreas Rheinhardtavformat/hdsenc: Add explicit deinit function
2020-04-30 Ming Qianavcodec/v4l2_buffers: don't prevent enqueue capture...
2020-04-29 Michael Niedermayeravcodec/tiff: assert that raw tiff dng blit does not...
2020-04-29 Michael Niedermayeravcodec/tiff: Check for planar DNG images
2020-04-29 Michael Niedermayeravcodec/tiff: Replace width overriding for bayer by...
2020-04-29 Michael Niedermayeravcodec/tiff: Some checks on bpp for DNG
2020-04-29 Michael Niedermayeravcodec/txd: Check for input size against the header...
2020-04-29 Michael Niedermayeravcodec/svq1dec: Check that there is data left after...
2020-04-29 Linjie Fulavc/libopenh264enc: set slice_mode option to deprecated
2020-04-29 Linjie Fulavc/libopenh264enc: prompt slice number changing insid...
2020-04-29 Linjie Fulavc/libopenh264enc: add bit rate control select support
2020-04-29 Linjie Fulavc/libopenh264enc: add default gop size and bit rate
2020-04-29 Linjie Fulavc/libopenh264enc: Add qmin/qmax support
2020-04-29 Paul B Maholavfilter/vf_v360: make FOV adjusted for dual fisheye too
2020-04-29 Paul B Maholavfilter/af_amix: make weights option runtime configured
2020-04-29 Limin WangMAINTAINERS: add myself to the general developers list
2020-04-29 Steven Liuavfilter/vf_v360: adjustment out_pad and in_pad maximum...
2020-04-29 Linjie Futests/api/api-h264-slice-test: remove unused bool header
2020-04-29 Josh Brewsterlibavcodec/libx264: fix reference frame computation...
2020-04-29 Jun Zhaolavf/mp3enc: fix ID3v1 year metadata setting issue
2020-04-29 Limin Wangavformat/dashenc: use av_reallocp_array()
2020-04-29 Limin Wangavformat/dashenc: use local variable and avoid calculat...
2020-04-29 Limin Wangavformat/dashenc: cosmetics
2020-04-28 Andriy Gelmanavcodec/v4l2_m2m_enc: Enable frame level rate control...
2020-04-28 Andriy Gelmanavcodec/v4l2_m2m_enc: Reduce log verbosity for some...
2020-04-27 Andreas Rheinhardtswscale/vscale: Increase type strictness
2020-04-27 Mark Thompsonavcodec/nvenc: add hardware config metadata
2020-04-26 Marton Balintavformat: only allow a single bitstream filter when...
2020-04-26 Martin Storsjöfate: hevc: Skip a few large testcases if large tests...
2020-04-26 Martin Storsjöfate: Skip the dnxhd-uhd-hr-sq tests of large tests...
2020-04-26 Mark Thompsonffmpeg: Remove the hw_device_ctx global
2020-04-26 Mark Thompsonffmpeg: Use hardware config metadata with encoders
2020-04-26 Mark Thompsonffmpeg: Make filter hardware device selection clearer
2020-04-26 Mark Thompsonlavc/vaapi_encode: Add hardware config metadata
2020-04-26 Mark Thompsonlavc/qsvenc: Add hardware config metadata
2020-04-26 Mark Thompsonlavc: Extend hardware config metadata to encoders
2020-04-26 Mark Thompsonlavc: Rename hwaccel.h to hwconfig.h
2020-04-26 Michael Niedermayeravcodec/cbs_h265_syntax_template: Check num_negative...
2020-04-26 Michael Niedermayeravcodec/intrax8: Check for end of bitstream in ff_intra...
2020-04-26 Limin Wangavformat/movenc: cosmetics
2020-04-26 Paul B Maholavfilter/vf_pixscope: also show standard deviation...
2020-04-25 Michael Niedermayeravcodec/dirac_vlc: Fix integer overflow in ff_dirac_gol...
2020-04-25 Limin Wangavcodec/bsf: simplify the code
2020-04-25 Paul B Maholavfilter/f_interleave: no need to check for inlink...
2020-04-25 Paul B Maholavfilter/f_interleave: make sure that all frames in...
2020-04-25 Paul B Maholavfilter/f_interleave: add duration option
2020-04-25 Peter Rossffplay: set stream_index to -1 earlier to prevent segfault
next