5990 Commits (8155bbc944c314fc202d31b0e4a3c77b8efc8dde)

Author SHA1 Message Date
Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 15 years ago
Martin Storsjö c040badb70 Reindent 15 years ago
Martin Storsjö c07c6f8183 RTSP: Synchronize the start time of the chained RTP muxers 15 years ago
Martin Storsjö b1d55e5e4f Use AVFormatContext.start_time_realtime in the RTP muxer 15 years ago
Martin Storsjö 2dad0dcec6 Move the NTP offset definitions to internal.h 15 years ago
Martin Storsjö b8819c85b5 Add a new field AVFormatContext.start_time_realtime 15 years ago
Anton Khirnov 63100f5885 riff: don't pad extradata when writing ASF. 15 years ago
Aurelien Jacobs e536ccd653 matroskadec: use more appropriate error code 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Micah F. Galizia eadd495d06 Move the probe loop from av_open_input_file() into its own method 15 years ago
Reimar Döffinger 28eb577390 Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
David Conrad 3477897e5a oggdec: Set packet duration for ogm streams 15 years ago
Aurelien Jacobs 6b10228a55 matroskadec: add support for SIPR audio tracks 15 years ago
Aurelien Jacobs 1ab0406db1 export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
Aurelien Jacobs adae9fa65e export sipr_subpk_size for future use by matroska demuxer 15 years ago
David Conrad 81b743eb10 oggdec: Pass packets to header() until the stream is done with them 15 years ago
David Conrad 8730fad595 oggdec: Parse ogm chapters 15 years ago
David Conrad 2e5085854c oggdec: Cosmetics 15 years ago
David Conrad d8ba748359 oggdec: Read ogm metadata 15 years ago
David Conrad 533c30fced Const correctness for vorbis_comment 15 years ago
David Conrad b53cde48bd oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
David Conrad e4d2d8c5d7 Add ff_ prefix to vorbis_comment 15 years ago
Martin Storsjö 34056cbba5 Fix a crash in the H.263 RTP packetizer 15 years ago
Peter Ross 70b462cc29 Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. 15 years ago
Martin Storsjö 5c7fd91010 Cosmetics, break a long line, fix brace placement 15 years ago
Martin Storsjö 26cb700c82 RTSP muxer: Create the SDP with the numerical IP of the peer 15 years ago
David Conrad d8b91fae1d oggdec: Seek to keyframes 15 years ago
David Conrad 873d117e4b oggdec: Determine pts and filepos on a packet basis in read_timestamp 15 years ago
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