5861 Commits (887af2aa125dd345a51eb5470c5c013327a214d6)

Author SHA1 Message Date
David Conrad 6abaa27211 oggdec: Move PTS/DTS calculation to a function 15 years ago
David Conrad 2ac41150c0 oggdec: Fix memory leak in setting up vorbis headers 15 years ago
David Conrad 8f8320d7c3 oggdec: Don't use ogg_stream's seq for vorbis or speex headers 15 years ago
David Conrad 77560b0ef1 oggdec: Fix duration calculation for streams with non-zero start 15 years ago
David Conrad 32ad869284 oggdec: Parse skeleton to determine the start time of each stream 15 years ago
David Conrad 296bdf9cf1 oggdec: Check that we have a codec in gptopts (needed for skeleton) 15 years ago
David Conrad dfaed51f04 oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h 15 years ago
David Conrad 50a9d32310 oggdec: Set data_offset to the right value 15 years ago
David Conrad 73823cb941 oggdec: Save offset of the page needed to reconstruct the current packet 15 years ago
Martin Storsjö 594a9aebbe Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
Benoit Fouet 114a93c700 Fix ffm_close return type. 15 years ago
Vitor Sessak 2dc22a64b4 Fix memory leak in FFM demuxer 15 years ago
Baptiste Coudurier 83c2bc7abb In mpegts muxer, free adts context and temporary data 15 years ago
Baptiste Coudurier e3433702ae reindent 15 years ago
Dave Yeo cbfa66d0cf Include os_support.h which has a fallback declaration of socklen_t 15 years ago
Dave Yeo 611b17d79b Using struct timeval requires sys/time.h, fixes compilation on some OSes 15 years ago
Martin Storsjö db76ca7f35 Use rt->control_uri consequently instead of s->filename in all RTSP commands 15 years ago
Michael Niedermayer 67c10de7d2 Add special case to avoid binary search when appending index entries. 15 years ago
Martin Storsjö 03f8fc0897 RTSP: Resolve and use the actual IP address of the peer we're connected to, 15 years ago
Peter Ross fb6a32c30f Remove static function name prefixes from American Laser Games MM demuxer 15 years ago
Peter Ross cc4e8b1267 Ensure Bink demuxer returns AVERROR code when av_get_packet() fails 15 years ago
David Conrad f9ff7179ff mkvenc: Handle negative timestamps correctly 15 years ago
David Conrad 654b65d012 mkvenc: Don't try to write packets with unknown timestamps 15 years ago
David Conrad 84d4e599a5 mkvenc: write dts for VFW mode 15 years ago
Baptiste Coudurier fe3ab8adfa Fix encoder metadata string langcode in mov muxer 15 years ago
Baptiste Coudurier cc255afeb5 Correctly mark mov metadata as utf-8, using iso language code 15 years ago
Baptiste Coudurier 08a186c648 In mov demuxer, convert mac encoded strings to utf-8 15 years ago
Daniel Verkamp bf35412201 Kega Game Video (KGV1) decoder 15 years ago
Baptiste Coudurier 987e857f63 Preallocate index entries in mov demuxer, huge speedup 15 years ago
Baptiste Coudurier 8fdd542ce4 In mpegts muxer, write adts header if aac bitstream does not contain it 15 years ago
Baptiste Coudurier e17d77bb67 In mpegts muxer, search for h264 aud nal, it might not be the first nal. 15 years ago
Stefano Sabatini f4495cdc00 Remove definition of match_ext(), which is declared under #ifdef 15 years ago
Baptiste Coudurier 7082ea56c8 mpegts vbr muxing, activated when muxing rate is not supplied by the 15 years ago
Stefano Sabatini 4837bb52d2 Replace last occurrence of the deprecated match_ext() with 15 years ago
Baptiste Coudurier 677a1144b0 Start continuity counter at 0 for pmt as well 15 years ago
Baptiste Coudurier d73a458f27 Start continuity counter at 0 for streams 15 years ago
Baptiste Coudurier 9169174fd6 10l typo, fix ts total bit rate computation 15 years ago
Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 15 years ago
Vladimir Pantelic 88b51ea948 Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
Martin Storsjö 002a6d0ea6 Add doxygen documentation for ff_url_split 15 years ago
Martin Storsjö f984dcf6dd Reindent 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Måns Rullgård f19341e17a Revert "Move the probe loop from av_open_input_file() into its own method" 15 years ago
Måns Rullgård d9747e29b6 IFF: move ff_cmap_read_palette() prototype to a header file 15 years ago
Wolfram Gloger ae2c694388 Fix concat seeking SEEK_END case. 15 years ago
Wolfram Gloger 35eaadcba0 Fix concat seek result. 15 years ago
Alex Converse e7e291e960 av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. 15 years ago
Daniel Kristjansson 663322c1b8 Fix pts->dts conversion init for non-zero initial value for pts. 15 years ago
Micah F. Galizia 4245c6ec4e Move the probe loop from av_open_input_file() into its own method 15 years ago
David Conrad 38c3b6e73e inet_aton needs _DARWIN_C_SOURCE on OS X 15 years ago