22392 Commits (2db37bf4cd4e7e2f5e0602691df10b65934feb60)

Author SHA1 Message Date
Jun Zhao ab316a19aa lavf/dashdec: Add ts to the list of allowed extensions. 5 years ago
Andreas Rheinhardt 5603176ab4 avformat/segment: Don't set extradata size twice 5 years ago
Marton Balint 121b6c7aa7 avformat/mxfenc: use a zero based continuity counter 5 years ago
Michael Niedermayer 23645f95ec avformat/mp3dec: Count last partial frame in probe. 5 years ago
Andreas Rheinhardt 7b79c59fba avformat/ivfenc: Don't use size_t for size of file 5 years ago
Michael Niedermayer 3595878281 libavformat/avienc: Check bits per sample for PAL8 5 years ago
Michael Niedermayer e5bb48ae59 avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_packet() 5 years ago
James Almer e9aa1bfd8c avformat/dashenc: use a quieter log lever when informing prft was automatically enabled 5 years ago
Michael Niedermayer 618a9bea65 avformat/mvdec: Check stream numbers 5 years ago
Andreas Rheinhardt f701414bd5 avformat/mux: Cosmetics 5 years ago
Andreas Rheinhardt da304e78b5 avformat/segafilmenc: Add deinit function 5 years ago
Andreas Rheinhardt ab44f0aee8 avformat/segafilmenc: Combine several checks 5 years ago
Paul B Mahol 022796c82f avcodec/utvideodec: add support for UQY0 5 years ago
Marton Balint 290a35aefe avformat/libsrt: make avformat connect timeout 0 by default 5 years ago
Marton Balint 449e984192 avformat/libsrt: use listen_timeout for listening 5 years ago
Marton Balint 7cc7680a80 avformat/libsrt: send non-blocking mode on both the listen and the connect socket 5 years ago
Marton Balint 86a7b77b60 avformat/libsrt: small fixes in libsrt_neterrno() 5 years ago
Marton Balint c112fae660 avformat/libsrt: poll for error conditions as well 5 years ago
Marton Balint aab9133d91 avformat/libsrt: fix checking connection result in non-blocking mode 5 years ago
Marton Balint 006744bdbd avformat/libsrt: fix name of timeout option 5 years ago
Marton Balint b96bc946f2 avformat/libsrt: fix timeout unit confusion between milisec and microsec 5 years ago
James Almer 5dda6c173f avformat/dashenc: always attempt to enable prft in ldash mode 5 years ago
James Almer dbd02443ae avformat/dashenc: write a capture time Producer Reference Time element when none is provided by the encoder 5 years ago
James Almer 7098989e70 avformat/dashenc: write the styp box when the first frame of a segment is ready 5 years ago
Dale Curtis a0faf0db4f avformat/utils: Don't trigger errors for multiple id3 tags. 5 years ago
Andreas Rheinhardt c790500644 avformat/segafilmenc: Remove redundant checks 5 years ago
Zane van Iperen 55af03dbb5 avformat: add demuxer for Rayman 2's APM format 5 years ago
Anssi Hannula 56df8296f5 avformat/spdifenc: fix TrueHD streams over 48kHz 5 years ago
Anssi Hannula 36e156bef0 avformat/spdifenc: fix handling of large TrueHD frames 5 years ago
Anssi Hannula 1d5338e450 avformat/spdifenc: make hd_buf an array 5 years ago
Paul B Mahol a07b19d9af avformat/vivo: set packet duration 5 years ago
Paul B Mahol b4305d60f6 avformat/vivo: improve probing of some files 5 years ago
Paul B Mahol 464310c160 avcodec: add siren audio decoder 5 years ago
Andreas Rheinhardt acbd950ed2 avformat/wtvdec: Forward errors when reading packet 5 years ago
James Almer 601d574440 avformat/dashenc: warn if Producer Reference Time element option is missing when ldash mode is used 5 years ago
James Almer 55cbccbc2c avformat/dashenc: disable Resync elements when using DVB-DASH profile 5 years ago
James Almer 17ece3f745 avformat/dashenc: always set coding_dependency to 1 if a parser isn't used 5 years ago
James Almer 29be3de926 avformat/dashenc: include an availabilityTimeComplete element in all streaming modes 5 years ago
James Almer d2a33f665c avformat/dashenc: add Trick Mode support for AdaptationSets 5 years ago
James Almer 4d27def59c avformat/dashenc: make AdaptationSet id an integer value 5 years ago
Michael Niedermayer f3d8f517db avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info() 5 years ago
Michael Niedermayer 347920ca21 avformat/avidec: Avoid integer overflow in NI switch check 5 years ago
Paul B Mahol 96840e47de avformat/utils: avoid unsigned integer overflows 5 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
Andreas Rheinhardt 7b7b418277 avformat/segafilmenc: Remove AVClass 5 years ago
Marton Balint 6f2e38990c avformat/ftp: slightly rework file retrieval with seeking 5 years ago
Marton Balint 04f1d49709 avformat/ftp: do not break protocol on username or password with newlines 5 years ago
Marton Balint f204a38e08 avformat/ftp: add support for escaped credentials 5 years ago
Marton Balint 3004ef1b1b avformat/httpauth: do not decode plus sign to space in credentials 5 years ago
Marton Balint 8224f1e0ba avformat/urldecode: add the ability to not decode plus sign to space 5 years ago