132 Commits (db98b0e04e04079be3ee51d14659b660c0f7f77a)

Author SHA1 Message Date
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
James Almer 5432d2aaca avformat/avformat: use the side data from AVStream.codecpar 1 year ago
Andreas Rheinhardt 4f98bf9dbd avformat/avio_internal: Don't include url.h 1 year ago
Andreas Rheinhardt 0c6e5f321b avformat/avformat: Avoid including codec.h, frame.h 1 year ago
Andreas Rheinhardt 8306074dc6 avformat/dashdec: Reindent after the previous commit 2 years ago
Andreas Rheinhardt 14b3830b33 avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak 2 years ago
Andreas Rheinhardt e3580f6077 avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set() 3 years ago
Gyan Doshi 8b64d8d9aa avformat/dashdec: accept and relay CENC decryption key 3 years ago
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Limin Wang 1530b3f566 avformat/dashdec: avoid calling strlen multiple times 3 years ago
Marton Balint 22dc472d84 avformat/dashdec: do not use filesize when reading XML file 3 years ago
Pierre-Anthony Lemieux c8b5f2848d
avformat/aviobuf: ffio_copy_url_options 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Andreas Rheinhardt fd101c9c3b avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h 3 years ago
Andreas Rheinhardt c3ba8f0d7e avformat/dashdec: Simplify cleanup after read_header failure 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Matt Robinson c5ca18fd1b avformat/dashdec: Also fetch final partial segment 4 years ago
Andreas Rheinhardt ea3953ad40 avformat/dashdec: Don't needlessly strdup metadata 4 years ago
Andreas Rheinhardt 9a38e6ff97 avformat/dashdec: Remove limit on length of id 4 years ago
Andreas Rheinhardt 98c5d6b845 avformat/dashdec: Increase size of id buffer 4 years ago
Andreas Rheinhardt ec5663d0a7 avformat/dashdec: Ensure strings are zero-terminated 4 years ago
sfan5 a44c42dc31 avformat/dashdec: Avoid segfault when URL template is unexpectedly missing 4 years ago
sfan5 5a98a027d6 avformat/dashdec: Fix missing NULL check 4 years ago
Steven Liu 29ef547c16 avformat/dashdec: rename variable name for more readable 4 years ago
Steven Liu 756897eff4 avformat/dashdec: check init_section before use it. 4 years ago
Steven Liu 1ee52b2b6c avformat/dashdec: check the root url length 4 years ago
Andreas Rheinhardt 616eb93a40 avformat/dashdec: Reset pointer to NULL after freeing it 4 years ago
Christopher Degawa 0117d5aa03 libavformat/dashdec: Fix issue with dash on Windows 4 years ago
Andreas Rheinhardt 1aee02c7c1 avformat/dashdec: Avoid duplicating string 4 years ago
Andreas Rheinhardt 0f9ade1ff3 avformat/dashdec: Fix memleak on allocation error, avoid allocation 4 years ago
Andreas Rheinhardt ed948c1149 avformat/dashdec: Cosmetics 4 years ago
Andreas Rheinhardt f921dd0ccf avformat/dashdec: Remove redundant casts to const 4 years ago
Andreas Rheinhardt 0389625cea avformat/dashdec: Return early for unsupported representations 4 years ago
Andreas Rheinhardt 622efc5c83 avformat/dashdec: Remove redundant checks 4 years ago
Andreas Rheinhardt d63f8c873b avformat/dashdec: Fix memleaks on error to add representation to dynarray 4 years ago
Andreas Rheinhardt f1c3c173c9 avformat/dashdec: Fix leak of representation languages 4 years ago
Andreas Rheinhardt e7aea1fe73 avformat/dashdec: Fix leak of string on error when parsing representation 4 years ago
Andreas Rheinhardt 5c91701dc7 avformat/dashdec: Fix leak of representation on error 4 years ago
Andreas Rheinhardt 5d63f154ef avformat/dashdec: Remove unused index of representation 4 years ago
Andreas Rheinhardt 06e31f953e avformat/dashdec: Fix memleaks upon read_header failure 4 years ago
Andreas Rheinhardt aed96e13c1 avformat/dashdec: Check allocation of AVProgram 4 years ago
Andreas Rheinhardt ac2852d795 avformat/dashdec, hls: Update correct pointer to AVDictionary 4 years ago
Andreas Rheinhardt 4b8fdf70a8 avformat/dashdec: Fix leak of AVDictionary on error 4 years ago
Andreas Rheinhardt eb344862e4 avformat/dashdec: Free subtitle representations on exit 4 years ago
Andreas Rheinhardt 7369e95267 avformat/dashdec: Free strings as soon as they aren't needed anymore 4 years ago
Andreas Rheinhardt 17963a6ad7 avformat/dashdec: Don't overwrite and leak old initialization fragments 4 years ago
Andreas Rheinhardt 01a4c35969 avformat/dashdec: Don't leave representation in inconsistent state on error 4 years ago
Andreas Rheinhardt 248ef276be avformat/dashdec: Remove dead code 4 years ago