16408 Commits (4efdb29c75ba57cb119c04f303fd74e2fd0f0368)

Author SHA1 Message Date
Anton Khirnov 6896f95b24 vorbis_parser: add an AV prefix to VorbisParseContext 10 years ago
Thomas Volkert 07c3a4f693 avformat/udp: UDP-Lite (RFC 3828) support added 10 years ago
Martin Storsjö a490391157 rtmpproto: Ignore errors from the getStreamLength method 10 years ago
Michael Niedermayer 786594184a avformat/mpegts: fix iteration count in add_pid_to_pmt() 10 years ago
Benoit Fouet dc351e1381 id3v2: prefer TDRC for date over TDRL. 10 years ago
Michael Niedermayer 3dae05f4f7 avformat/mpegts: also print PMT version in av_dlog() 10 years ago
Michael Niedermayer 09711545f5 avformat/rtmpproto: Do not fail when the length cannot be determined for live streams 10 years ago
Michael Niedermayer db0471c40f avformat/mpegts: Continue parsing PMTs during duration estimation 10 years ago
Michael Niedermayer a7f25979dd avformat/utils: Leave skip_clear enabled until after estimate_timings() 10 years ago
Michael Niedermayer a6593f7cc6 avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt() 10 years ago
Martin Storsjö 2f221b6a93 movenc: Define the flag bits using shifts instead of as decimal numbers 10 years ago
Stefano Sabatini f0158e6f0c lavf/flvenc: fail in case the muxed packet is too big 10 years ago
Carl Eugen Hoyos e6b7246a68 lavf/movenc: Write G.726 bitrate to make the files decodable. 10 years ago
Michael Niedermayer 63e62cfbe2 avformat/img2enc: Use localtime_r() for thread saftey 10 years ago
Michael Niedermayer 5ece4f8b73 avformat/sbgdec: Use localtime_r() for thread saftey 10 years ago
Michael Niedermayer 76886589ee avformat/wavenc: Use localtime_r() for thread saftey 10 years ago
Michael Niedermayer 32a2876b12 avformat/segment: use time_internal.h, simplify code 10 years ago
Michael Niedermayer a52cb42ba6 avformat/matroskadec: use gmtime_r() for thread saftey 10 years ago
Michael Niedermayer 70b7cf9c39 avformat/webpenc: removed unused variable 10 years ago
Michael Niedermayer f5abd12c4d avformat/img2enc: remove webp extension as we have a dedicated webp muxer 10 years ago
Michael Niedermayer 6d64a14e6d avformat: add webp muxer 10 years ago
Rodger Combs ae437c7ce7 avformat/assenc: Add ignore_gaps option 10 years ago
Thomas Volkert 8d9277c3c0 avformat/rtpdec_h261: code aligned to the HEVC code 10 years ago
Martin Storsjö aae6b3b918 movenc: Don't write any iso brands in ismv files 10 years ago
Martin Storsjö c55d1d382c movenc: Don't write any tfdt atom for ismv files 10 years ago
Martin Storsjö 00c67fe1d0 movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov 10 years ago
Thomas Mundt d1b5ad3967 mxfenc: fix indentation after last commit 10 years ago
Martin Storsjö cf589faa5b movenc: Add a flag for using default-base-is-moof in tfhd atoms 10 years ago
Martin Storsjö 600d5ee6b1 movenc: Signal iso6 in compatible_brands when using tfdt 10 years ago
Martin Storsjö 1e0b81abe8 movenc: Use a local variable consistently 10 years ago
Martin Storsjö b2b79eca6f movenc: Don't check the custom IO flag when using faststart 10 years ago
Martin Storsjö 573b1de2d7 movenc: Don't use track_id to decide which track is the first in a moof 10 years ago
Thomas Mundt 1700fa013e avformat/utils: support more AVC Intra formats without SPS/PPS header 10 years ago
Michael Niedermayer a0528d9ddd avformat/mpjpeg: make boundary tag user customizable 10 years ago
wm4 e5813d96d6 avformat/subtitles: reduce log level of UTF-16 warning 10 years ago
Vittorio Giovara 84bf64d359 bethsoftvid: simplify return handling 10 years ago
Vittorio Giovara e9ba309831 assdec: check av_new_packet return value 10 years ago
Vittorio Giovara f64d7e919e mtv: improve header check and avoid division by zero 10 years ago
Michael Niedermayer b3d11437ca oggenc: remove unneeded null check 10 years ago
Thomas Mundt 2114e88432 avformat/mxfenc: AVC Intra support 10 years ago
Michael Niedermayer c1e035ea89 avformat/mxfdec: fix null pointer dereference 10 years ago
Carl Eugen Hoyos 19a6431ec2 Print a warning if a subtitle demuxer changes utf16 to utf8. 10 years ago
Tomas Härdin 1a25c336aa mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack() 10 years ago
Tomas Härdin b83affdc94 mxfdec: Merge last_partition and footer_partition 10 years ago
Tomas Härdin 1b17b64ee4 Revert "avformat/mxfdec: detect loops during header parsing" 10 years ago
Tomas Härdin 37c3686155 mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition() 10 years ago
Tomas Härdin fc1b89d887 mxfdec: Break out parts of mxf_read_header() into separate functions 10 years ago
Michael Niedermayer f1c21a200b avformat/mvdec: Check size in read_table() for validity 10 years ago
Michael Niedermayer 86e5749285 avformat/mvdec: Check size for validity in var_read_string() 10 years ago
Michael Niedermayer 0894b9405c avformat/bethsoftvid: print error in case the side date failed to be allocated 10 years ago