16486 Commits (03b84f2fb2a40ae51df269f0bf4f52c08afa15fb)

Author SHA1 Message Date
Michael Niedermayer 4b2763cd13 avformat/oggparsevorbis: return proper error code from vorbis_header() 10 years ago
Anton Khirnov 05e59135b3 nutdec: do not set has_b_frames 10 years ago
Anton Khirnov e839de0f85 oggenc: accept only STREAMINFO extradata 10 years ago
Anton Khirnov 7784f47762 lavf: stop using avpriv_flac_parse_streaminfo() 10 years ago
Anton Khirnov 56dc46a189 riffenc: do not fall back on AVCodecContext.frame_size for MP3 10 years ago
Anton Khirnov 91e8d2eb1f lavf: use the format context strict_std_compliance instead of the codec one 10 years ago
Anton Khirnov 2f3fadfbe3 lavc,lavf: switch to the new vorbis parse API 10 years ago
Anton Khirnov 5e80fb7ff2 lavc: add a public API for parsing vorbis packets. 10 years ago
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