]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2021-03-17 James Almeravcodec/mfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/librav1e: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/amfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 Derek Buitenhuisavformat/mov: Handle when we have an mfra box but have...
2021-03-17 Gyan Doshiavcodec/libdavs2: unbreak compilation failure
2021-03-17 Andriy Gelmanavformat/aviobuf: don't reduce short seek threshold
2021-03-16 Anton Khirnovlavc: drop unused argument from lock_avcodec()
2021-03-16 Anton Khirnovlavc: drop ff_ prefix from ff_(un)lock_avcodec
2021-03-16 Anton Khirnovlavc: move decoder bsf init into decoder-specific code
2021-03-16 Anton Khirnovlavc: factor decoder validation/setup from avcodec_open2()
2021-03-16 Anton Khirnovlavc/encode: reindent after previous commit
2021-03-16 Anton Khirnovlavc: factor out encoder init/validation from avcodec_o...
2021-03-16 Anton Khirnovcmdutils: replace strncpy() with direct assignment
2021-03-16 Anton Khirnovlavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OT...
2021-03-16 Anton Khirnovlavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS...
2021-03-16 Tobias Rappdoc/encoders: Remove text about single bit-depth libx26...
2021-03-15 Michael Niedermayeravformat/matroskadec: Check for EOF in resync loop
2021-03-15 Michael Niedermayeravcodec/utils: Use more bits for intermediate for AV_CO...
2021-03-15 Michael Niedermayeravformat/ipmovie: Free packets allocated in header...
2021-03-15 Ed Martinlibavformat/hls: Reset options after open_url_keepalive...
2021-03-15 Andreas Rheinhardtavcodec/decode: Remove outdated comment
2021-03-15 Andreas Rheinhardtavutil/avstring: Check for memory allocation error...
2021-03-15 Andreas Rheinhardtavutil/avstring: Limit string length in av_escape to...
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Reindent after the previous commit
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Remove redundant check
2021-03-14 Michael Niedermayerdoc/APIchanges: Fill in some missing information
2021-03-14 Michael Niedermayeravcodec/jpegls: Check A[Q] for overflow in ff_jpegls_up...
2021-03-14 Michael Niedermayeravformat/voc_packet: prevent remaining size from becomi...
2021-03-14 Michael Niedermayeravutil/timecode: Avoid fps overflow
2021-03-14 Michael Niedermayeravformat/mvi: Check audio size for more overflows
2021-03-14 Michael Niedermayeravformat/samidec: Deallocate hdr_buf
2021-03-14 Michael Niedermayeravcodec/cfhd: Fix negative shift in cfhd_decode()
2021-03-14 sgerwkavdevice/xcbgrab: Add option for grabbing a window
2021-03-14 James Almeravcodec: add a mention about get_encode_buffer in the...
2021-03-14 Paul B Maholavfilter/vf_xfade: drop unused frames from inactive...
2021-03-14 Gyan Doshidoc/filters: note default for zoompan's duration
2021-03-13 Michael Niedermayeravcodec/flacdec: Avoid undefined shift in error case
2021-03-13 Michael Niedermayeravformat/cinedec: Fix index_entries size check
2021-03-13 Michael Niedermayeravcodec/h264_metadata_bsf: Check nb_units before access...
2021-03-13 Michael Niedermayeravformat/aaxdec: Check that segments table has been...
2021-03-13 Michael Niedermayeravcodec/ffv1dec: Check if trailer is available
2021-03-13 Michael Niedermayeravcodec/exr: Check col/line for integer overflow
2021-03-13 Marton Balintavformat: add Changelog entry for librist and bump...
2021-03-13 Marton Balintavformat/librist: clarify and limit buffer_size
2021-03-13 Marton Balintavformat/librist: increase default loglevel
2021-03-13 Marton Balintavformat/librist: simplify secret strlcpy
2021-03-13 Marton Balintavformat/librist: make packet size adjustable for writi...
2021-03-13 Marton Balintavformat/librist: rework librist_read
2021-03-13 Paul B Mahollibavformat: add librist protocol
2021-03-13 Christopher... libavutil/timer: Fix clang reserved-user-defined-literal
2021-03-12 Marton Balintavdevice/pulse_audio_dec: do not read undersized frames
2021-03-12 Marton Balintavdevice/pulse_audio_dec: only set adjust latency flag...
2021-03-12 Marton Balintavdevice/pulse_audio_dec: query actual fragment size
2021-03-12 Marton Balintavdevice/alsa_dec: make sure we have enough data in...
2021-03-12 James Almeravcodec: add a get_encode_buffer() callback to AVCodecC...
2021-03-12 Mark Thompsoncbs_sei: Detect payload overflows when reading SEI...
2021-03-12 Mark Thompsoncbs_h265: Detect more reference combinations which...
2021-03-12 Andreas Rheinhardtavcodec/cbs_h26[45]: Remove redundant enum constants
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Fix leak of AVBufferRef on error
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Don't use -1th element of array
2021-03-12 Andreas Rheinhardtavcodec/cbs: Remove redundant checks for CodedBitstream...
2021-03-12 Martin Storsjöavcodec/nvenc: base timestamps on frameIntervalP
2021-03-12 Andreas Rheinhardtavfilter/vf_uspp: Fix leak of packet side data
2021-03-12 Andreas Rheinhardtavfilter/vf_uspp: Fix leak of qp-table on error
2021-03-12 Andreas Rheinhardtavcodec/decode: Reindentation
2021-03-12 Andreas Rheinhardtavcodec/decode: Remove always-true check
2021-03-12 Andreas Rheinhardtavformat/adp, svs: Remove redundant av_shrink_packet()
2021-03-11 parazydavformat/gopher: Add support for Gopher over TLS
2021-03-11 parazydavformat/gopher: Add default_whitelist to ff_gopher_pro...
2021-03-11 Derek Buitenhuisavcodec/gifenc: Actually use the shrunk palette
2021-03-11 James Almeravcodec/h264_slice: don't copy frame data during error...
2021-03-11 James Almeravdevice/decklink: add missing include for buffer_size_t
2021-03-11 Stephen Hutchinsonavisynth: fix audio on big endian
2021-03-11 emcodemavisynth: populate field order
2021-03-11 Stephen Hutchinsonavisynth: more intelligent RGB flipping
2021-03-11 Andreas Rheinhardtavformat/rawenc: Use init instead of write_header function
2021-03-11 Michael Niedermayeravcodec/4xm: Check pre_gb in decode_i_block()
2021-03-11 Andreas Rheinhardtavutil/buffer_internal: Include internal for buffer_size_t
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_mathbinary: Fix leak upon...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Don't pretend...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Check thread creat...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Check allocation
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Avoid separate...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Fix memleak on...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Avoid allocation...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Join two arrays...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Fix memleak on...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Fix typo in log message
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Don't use asserts for checks
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Fix leak in case parsing option...
2021-03-11 Andreas Rheinhardtdnn/dnn_backend_native: Avoid allocation for checking...
2021-03-11 Jean-Baptiste... Doc: Tech Resolution Process
2021-03-11 Andreas Rheinhardtavcodec/libilbc: Support newer libiLBC versions
2021-03-10 James Almeravutil: use the buffer_size_t typedef where required
2021-03-10 James Almeravfilter: use the buffer_size_t typedef where required
2021-03-10 James Almeravdevice: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-10 James Almeravcodec: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat/utils: change AVStream side data related publi...
2021-03-10 James Almeravcodec/packet: change side data related public functio...
next