25660 Commits (7e4334e16aaf2cac7e21a6178295fe675f35dca8)

Author SHA1 Message Date
James Almer ab15c04dee avformat/avformat: add a function to return the name of stream groups 11 months ago
James Almer 79c6ba9007 avformat/iamf_writer: constify some variables 11 months ago
James Almer 988e3a061a avformat/iamf_writer: clear extradata_size on extradata allocation failure 11 months ago
Andreas Rheinhardt 440f8186ef avformat/dashenc, hlsenc: Return 0 on succes from write_header 11 months ago
Andreas Rheinhardt d085f341d6 avformat/hlsenc: Redo checking for strftime %s support to avoid warnings 11 months ago
Andreas Rheinhardt fed46d7706 avformat/avio: Avoid av_strdup(NULL) 11 months ago
Andreas Rheinhardt c856e4c546 avformat/avio: Avoid indirection in ffio_fdopen() 11 months ago
Andreas Rheinhardt 57e20dd6b6 avformat/avio: Avoid function pointer casts 11 months ago
Andreas Rheinhardt f0abb44fbf avformat/aviobuf: Move code specific to URLContexts to avio.c 11 months ago
James Almer 44e5749462 avformat/iamfenc: ensure updated extradata is written 11 months ago
James Almer 56d630e6c2 avformat/iamf_writer: update extradata from packet side data 11 months ago
James Almer 97e1480c8c avformat/mov: set stream index field in tile grids 11 months ago
James Almer 8f33d8fa9b avformat/mov: don't mark an item referenced by a grid as dependent if it's the primary item 11 months ago
James Almer d78c75fe49 avformat/mov: fix setting disposition for the first iamf stream 11 months ago
Andrew Sayers 6096c244bb fix /// comments that should be ///< 11 months ago
Marth64 01476f752a avformat/dvdvideodec: fix -pgc and -pg options 11 months ago
Marton Balint 0aaee4741c avformat/mpegts: detect synchronous metadata KLV more reliably 11 months ago
Andreas Rheinhardt 1a4e0eb374 avformat/dvdvideodec: Reorder allocations to simplify freeing 11 months ago
Andreas Rheinhardt 77b26bf4b6 avformat/dvdvideodec: Only free allocated buffers 11 months ago
Andreas Rheinhardt e30dd9bbac avformat/dvdvideodec: Don't store AVInputFormat* 11 months ago
Andreas Rheinhardt 0b8f7a7859 avformat/dvdvideodec: Explicitly return 0 on success 11 months ago
James Almer f8caf388fb avformat/iamf_writer: constify some function parameters 11 months ago
Marton Balint 3a09c2122d avformat/wavdec: dynamically set max_size by default 11 months ago
Marton Balint 4ebf478f4c avformat/mxfdec: track metadata sets by their type 11 months ago
Marton Balint aa299faa9a avformat/mxfdec: remove resolve_strong_ref usage with AnyType 11 months ago
Marth64 a1304272c3 libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav 11 months ago
Andreas Rheinhardt dfb9d8a5a2 avformat/avio: Make avio_print_string_array() accept const pointers 11 months ago
Zhao Zhili b56b343e43 avformat/mov: Update bits_per_coded_sample after read pcmC 11 months ago
James Almer ec7937f4a5 avformat/iamf: remove duplicated function 11 months ago
Andreas Rheinhardt 1bb7d5ca9f avformat/mov: Don't use entry[-1] in pointer arithmetic 11 months ago
Andreas Rheinhardt 9d7d03ea45 Revert "avformat/mov: zero initialize the index ranges buffer" 11 months ago
James Almer 41e349c24a avformat/mov: add support for tile HEIF still images 11 months ago
James Almer 25a10677d1 avformat: add a Tile Grid stream group type 11 months ago
Marton Balint 87677c2195 avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection 11 months ago
Zhao Zhili 4ea2b271eb avformat/libsrt: Remove manually free AV_OPT_TYPE_STRING 11 months ago
Dale Curtis 6ef32ea574
Avoid OOM for invalid STCO / CO64 constructions. 11 months ago
Andreas Rheinhardt cffadfe99a avformat/movenc: Make check actually check what is intended 11 months ago
Martin Storsjö 58ffe0db4d flvdec: Honor the "flv_metadata" option for the "datastream" metadata field 11 months ago
James Almer dbfa8381f6 avformat/movenc: add support for Immersive Audio Model and Formats in ISOBMFF 11 months ago
James Almer fe637161db avformat/mov: add support for Immersive Audio Model and Formats in ISOBMFF 11 months ago
James Almer 9ba327e70f avformat/mov: make MOVStreamContext refcounted 11 months ago
James Almer ce7b519ab7 avformat/mov: factorize out setting the output packet properties 11 months ago
James Almer b140b8332c avformat/demux: allow demuxers to output more than one packet per read_packet() call 11 months ago
James Almer 80131321c4 avformat/iamfdec: set disposition flags to output streams 11 months ago
James Almer c95c8a0158 avformat/iamfenc: further split into shareable modules 11 months ago
James Almer c7266ad60f avformat/iamfdec: further split into shareable modules 11 months ago
Marton Balint 68f2b32ef2 avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors 11 months ago
Marton Balint 41672f5586 avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function 11 months ago
Andreas Rheinhardt 1f7cd5d434 avformat/iamf_writer: Fix leaks on error 11 months ago
Andreas Rheinhardt c5845afd09 avformat/iamf_writer: Return proper error codes 11 months ago