25928 Commits (cdd139d760688b14849d02ee1907f68fe692c24e)

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