101627 Commits (c5341d415cb2d7ab33eaa4b186d1d26fac6e3cb7)
 

Author SHA1 Message Date
James Almer 9e92fd97d0 avformat/avienc: use av_packet_alloc() to allocate packets 4 years ago
James Almer a7c238cbd8 avformat/avidec: use av_packet_alloc() to allocate packets 4 years ago
James Almer 3c69e5cd6f avformat/asfdec_o: use av_packet_alloc() to allocate packets 4 years ago
James Almer 82faeb56ce avformat/amvenc: use av_packet_alloc() to allocate packets 4 years ago
James Almer 01f4d33b41 avformat/utils: use av_packet_alloc() to allocate packets 4 years ago
James Almer 9066969713 avformat/mux: use av_packet_alloc() to allocate packets 4 years ago
James Almer 2995a1f294 avcodec/tests/avpacket: use av_packet_alloc() to allocate packets 4 years ago
James Almer 4ab7670762 avcodec/webp: use av_packet_alloc() to allocate packets 4 years ago
James Almer fc2e022a14 avcodec/tiff: use av_packet_alloc() to allocate AVPackets 4 years ago
James Almer 6ef104cb5f avcodec/tdsc: use av_packet_alloc() to allocate packets 4 years ago
James Almer b0de31e278 avcodec/pthread_frame: use av_packet_alloc() to allocate packets 4 years ago
James Almer ca966af497 avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packets 4 years ago
James Almer 2101b99777 avcodec/libxvid: use av_packet_alloc() to allocate packets 4 years ago
James Almer 039ea9ec7b avcodec/encode: silence a deprecation warning about av_init_packet() 4 years ago
James Almer 1f32e91df6 avcodec/cri: use av_packet_alloc() to allocate packets 4 years ago
James Almer d422b2ed87 avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct 4 years ago
James Almer f7db77bd87 avcodec/packet: deprecate av_init_packet() 4 years ago
James Almer a1cd4191e0 avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer 238e08b12e avcodec/nvenc: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer b86af93cea avcodec/mfenc: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer d51a6884ab avcodec/librav1e: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer b615e8a782 avcodec/amfenc: use AVCodecContext.get_encode_buffer() 4 years ago
Derek Buitenhuis 8f1580c31a avformat/mov: Handle when we have an mfra box but have not read the full sidx for a fragment 4 years ago
Gyan Doshi 434b626b7a avcodec/libdavs2: unbreak compilation failure 4 years ago
Andriy Gelman 9383885c0d avformat/aviobuf: don't reduce short seek threshold 4 years ago
Anton Khirnov 30a69b1625 lavc: drop unused argument from lock_avcodec() 4 years ago
Anton Khirnov 55c083f08a lavc: drop ff_ prefix from ff_(un)lock_avcodec 4 years ago
Anton Khirnov b006a84a97 lavc: move decoder bsf init into decoder-specific code 4 years ago
Anton Khirnov 20aec597d0 lavc: factor decoder validation/setup from avcodec_open2() 4 years ago
Anton Khirnov dbb1dfabb7 lavc/encode: reindent after previous commit 4 years ago
Anton Khirnov 3f53c84847 lavc: factor out encoder init/validation from avcodec_open2() 4 years ago
Anton Khirnov b334fd39c9 cmdutils: replace strncpy() with direct assignment 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Tobias Rapp b60fe9508f doc/encoders: Remove text about single bit-depth libx264 support 4 years ago
Michael Niedermayer 5282147d0c avformat/matroskadec: Check for EOF in resync loop 4 years ago
Michael Niedermayer 0f441b9063 avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS 4 years ago
Michael Niedermayer 712d3ac539 avformat/ipmovie: Free packets allocated in header reading 4 years ago
Ed Martin 63344337f9 libavformat/hls: Reset options after open_url_keepalive() fails 4 years ago
Andreas Rheinhardt 8e77624e84 avcodec/decode: Remove outdated comment 4 years ago
Andreas Rheinhardt 520754476d avutil/avstring: Check for memory allocation error in av_escape 4 years ago
Andreas Rheinhardt c2649d5196 avutil/avstring: Limit string length in av_escape to range of int 4 years ago
Andreas Rheinhardt a581370f54 avcodec/h264_cavlc: Reindent after the previous commit 4 years ago
Andreas Rheinhardt b41e4f6187 avcodec/h264_cavlc: Remove redundant check 4 years ago
Michael Niedermayer cc15bb0bbf doc/APIchanges: Fill in some missing information 4 years ago
Michael Niedermayer 8a3fea802a avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular() 4 years ago
Michael Niedermayer 337984c133 avformat/voc_packet: prevent remaining size from becoming negative in ff_voc_get_packet() 4 years ago
Michael Niedermayer c94875471e avutil/timecode: Avoid fps overflow 4 years ago
Michael Niedermayer 403b35e16e avformat/mvi: Check audio size for more overflows 4 years ago
Michael Niedermayer 1c88098651 avformat/samidec: Deallocate hdr_buf 4 years ago