25976 Commits (361b01329f276e2c48c267538cf11b28adf746f8)

Author SHA1 Message Date
James Almer 3bd7e3a336 avformat/vvc: initialize some ptl flags 9 months ago
llyyr d1b96c3808 avformat/mov: avoid seeking back to 0 on HEVC open GOP files 9 months ago
Marton Balint 49e018d6fe avformat/mp3dec: change bogus error message if read_header encounters EOF 9 months ago
Marton Balint b75e604fe5 avformat/mp3dec: simplify inner frame size check in mp3_read_header 9 months ago
Marton Balint b005317219 avformat/mp3dec: only call ffio_ensure_seekback once 9 months ago
LuMingYin 14f9e47314 libavformat/rtsp: fix a memory leak on error path 9 months ago
LuMingYin 9481b7d932 libavformat/hlsenc: fix a memory leak on error path 9 months ago
Andreas Rheinhardt b50c5d0290 avformat/flacdec: Reorder allocations to avoid leak on error 9 months ago
Andreas Rheinhardt f3d206d25f fftools, avfilter, avformat: Simplify check for "is dictionary empty?" 9 months ago
Andreas Rheinhardt 482afe8f3f avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary 9 months ago
Andreas Rheinhardt ce22e7ab28 avformat/tee: Use smaller scope for variables 9 months ago
Andreas Rheinhardt 26f3e79114 avformat/tee: Constify AVDictionaryEntry* pointee where possible 9 months ago
Andreas Rheinhardt 583c3d45fa avformat/tls_openssl: #if ff_openssl_init/deinit() away if possible 9 months ago
Andreas Rheinhardt 8b48b0adab avformat/utils: Use static mutexes instead of ff_lock_avformat() 9 months ago
Marcus B Spencer 8b8b555de0 avformat/aacdec: strictly conform to K&R style 9 months ago
James Almer 3765305928 configure: split ISOBMFF writer helpers into a separate component 9 months ago
James Almer 9ab8dddf1f avformat/vvc: use align_get_bits() where useful 9 months ago
James Almer f00b23453c avformat/vvc: reduce the scope of some variables 9 months ago
James Almer a48203d51a avformat/vvc: fix parsing some early VPS bitstream values 9 months ago
James Almer f121d52b35 avformat/vvc: remove duplicate struct 9 months ago
James Almer cba15ca0ec avformat/vvc: generalize calculating num_bytes_constraint_info 9 months ago
James Almer 415dfa89e2 avformat/vvc: fix writing general_constraint_info bytes 9 months ago
Michael Niedermayer a5d1497f33
avformat/concatdec: Check file 9 months ago
Dawid Kozinski e4da96c6b2 avformat/evc: Small fixes in documentation 9 months ago
Dawid Kozinski 73d338d47c avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer 9 months ago
Andreas Rheinhardt 5de78958e4 avformat/Makefile: Add asf_muxer->asf_tags.o dependency 9 months ago
Marton Balint 8d92f59d11 avformat/file: fail for non-numerical arguments to pipe: 9 months ago
James Almer 2e16285fe8 avformat/iamf_reader: split "if ((ret = ...) < 0)" line 9 months ago
James Almer 0ec8f3c55a avformat/mov: don't use stream duration to calculate bitrate with fragmented input 9 months ago
Andreas Rheinhardt 2c77dc5aad avformat/movenc: Avoid loop for writing array 9 months ago
Andreas Rheinhardt 601873263e avformat/movenc: Check av_malloc() 9 months ago
Michael Niedermayer 9f54c13bc4
avformat/iamfdec: check nb_streams in header read 9 months ago
Michael Niedermayer 20a6bfda0f
avformat/mxfdec: Check body_offset 9 months ago
Michael Niedermayer c26a762ea1
avformat/kvag: Check sample_rate 9 months ago
James Almer e09164940e avformat/mov: free the infe allocated item data on failure 9 months ago
James Almer b7debef3cc avformat/mov: support SpatialAudioBox ambisonic layouts with non-diegetic channels 9 months ago
James Almer 37c8d93e56 avformat/mov: support SpatialAudioBox ambisonic layouts with arbitrary channel mapping 9 months ago
James Almer 31327c2d07 avformat/mov: fix the check for the heif item parsing loop 9 months ago
Derek Buitenhuis 2d5fa816fb avformat/http: Add support for Retry-After header 9 months ago
Derek Buitenhuis 6d89fd4c27 avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date 9 months ago
Derek Buitenhuis 31de02cf31 avformat/http: Add option to limit total reconnect delay 9 months ago
Derek Buitenhuis 10374ab5ed avformat/http: Add options to set the max number of connection retries 9 months ago
Derek Buitenhuis a776d524e1 avformat/http: Rename attempts to auth_attempts 9 months ago
Derek Buitenhuis fa00624693 avformat/http: Don't bail on parsing headers on "bad" HTTP codes 9 months ago
Derek Buitenhuis b79260550b avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTS 9 months ago
James Almer 757367e068 avformat/demux: extract extradata from packets when context update is requested 9 months ago
James Almer ce33a5f16d avformat/movenc: remove one level of indentation 9 months ago
Niklas Haas 69e45a627c avformat/movenc: warn if dovi cfg ignored 10 months ago
Stefano Sabatini bba492dc9c lavf/matroskaenc: apply consistent style to options descriptions 10 months ago
James Almer 5b9db32ccc avformat/mov: ignore old infe box versions 10 months ago