summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/vaapi_encode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tests/api/api-flac-test: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_bsf_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_dem_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_dec_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/pktdumper: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* 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