summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avdevice/xcbgrab: stop using av_init_packet()James Almer2021-03-17
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-17
* avformat/tests/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/tests/fifo_muxer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/wc3movie: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/rtpenc_mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/rtpdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mpegtsenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/matroskaenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/matroskadec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/hls: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/flacdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/id3v2: replace call to av_init_packet()James Almer2021-03-17
* avformat/flac_picture: replace call to av_init_packet()James Almer2021-03-17
* avformat/avienc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/avidec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* 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