]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2021-03-17 James Almeravfilter/vf_mcdeint: use av_packet_alloc() to allocate...
2021-03-17 James Almeravdevice/xcbgrab: stop using av_init_packet()
2021-03-17 James Almeravdevice/decklink_dec: stop using av_init_packet()
2021-03-17 James Almeravformat/tests/movenc: use av_packet_alloc() to allocat...
2021-03-17 James Almeravformat/tests/fifo_muxer: use av_packet_alloc() to...
2021-03-17 James Almeravformat/wc3movie: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/subtitles: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/rtpenc_mpegts: use av_packet_alloc() to alloca...
2021-03-17 James Almeravformat/rtpdec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/mpegtsenc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/mpegts: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/movenc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/matroskaenc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/matroskadec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/hls: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravformat/flacdec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/id3v2: replace call to av_init_packet()
2021-03-17 James Almeravformat/flac_picture: replace call to av_init_packet()
2021-03-17 James Almeravformat/avienc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/avidec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/asfdec_o: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/amvenc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/utils: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravformat/mux: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/tests/avpacket: use av_packet_alloc() to alloca...
2021-03-17 James Almeravcodec/webp: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/tiff: use av_packet_alloc() to allocate AVPackets
2021-03-17 James Almeravcodec/tdsc: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/pthread_frame: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/mpegvideo_enc: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/libxvid: use av_packet_alloc() to allocate...
2021-03-17 James Almeravcodec/encode: silence a deprecation warning about...
2021-03-17 James Almeravcodec/cri: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/packet_internal: make avpriv_packet_list_*...
2021-03-17 James Almeravcodec/packet: deprecate av_init_packet()
2021-03-17 James Almeravcodec/vaapi_encode: use AVCodecContext.get_encode_buf...
2021-03-17 James Almeravcodec/nvenc: use AVCodecContext.get_encode_buffer()
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
next