summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avformat/asfdec_o: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/amvenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/utils: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mux: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/webp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer2021-03-17
* avcodec/tdsc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/pthread_frame: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/libxvid: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/encode: silence a deprecation warning about av_init_packet()James Almer2021-03-17
* avcodec/cri: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-17
* avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/nvenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/mfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/librav1e: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/amfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avformat/mov: Handle when we have an mfra box but have not read the full sidx...Derek Buitenhuis2021-03-17
* avcodec/libdavs2: unbreak compilation failureGyan Doshi2021-03-17
* avformat/aviobuf: don't reduce short seek thresholdAndriy Gelman2021-03-16
* lavc: drop unused argument from lock_avcodec()Anton Khirnov2021-03-16
* lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov2021-03-16
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-16
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-16
* lavc/encode: reindent after previous commitAnton Khirnov2021-03-16
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-16
* cmdutils: replace strncpy() with direct assignmentAnton Khirnov2021-03-16
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* doc/encoders: Remove text about single bit-depth libx264 supportTobias Rapp2021-03-16
* avformat/matroskadec: Check for EOF in resync loopMichael Niedermayer2021-03-15
* avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer2021-03-15
* avformat/ipmovie: Free packets allocated in header readingMichael Niedermayer2021-03-15
* libavformat/hls: Reset options after open_url_keepalive() failsEd Martin2021-03-15
* avcodec/decode: Remove outdated commentAndreas Rheinhardt2021-03-15
* avutil/avstring: Check for memory allocation error in av_escapeAndreas Rheinhardt2021-03-15
* avutil/avstring: Limit string length in av_escape to range of intAndreas Rheinhardt2021-03-15
* avcodec/h264_cavlc: Reindent after the previous commitAndreas Rheinhardt2021-03-15
* avcodec/h264_cavlc: Remove redundant checkAndreas Rheinhardt2021-03-15
* doc/APIchanges: Fill in some missing informationMichael Niedermayer2021-03-14
* avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular()Michael Niedermayer2021-03-14
* avformat/voc_packet: prevent remaining size from becoming negative in ff_voc_...Michael Niedermayer2021-03-14
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-14
* avformat/mvi: Check audio size for more overflowsMichael Niedermayer2021-03-14
* avformat/samidec: Deallocate hdr_bufMichael Niedermayer2021-03-14
* avcodec/cfhd: Fix negative shift in cfhd_decode()Michael Niedermayer2021-03-14
* avdevice/xcbgrab: Add option for grabbing a windowsgerwk2021-03-14