Mercurial > libavformat.hg
graph
-
cosmetics : Print newline after error message. libavformatMon, 15 Mar 2010 19:03:48 +0000, by jai_menon
-
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet. libavformatMon, 15 Mar 2010 16:36:20 +0000, by mstorsjo
-
Make rtsp_skip_packet non-static, add ff prefix libavformatMon, 15 Mar 2010 16:31:15 +0000, by mstorsjo
-
RTSP: Synchronize the start time of the chained RTP muxers libavformatMon, 15 Mar 2010 14:20:07 +0000, by mstorsjo
-
Use AVFormatContext.start_time_realtime in the RTP muxer libavformatMon, 15 Mar 2010 10:37:12 +0000, by mstorsjo
-
Move the NTP offset definitions to internal.h libavformatMon, 15 Mar 2010 10:36:30 +0000, by mstorsjo
-
Add a new field AVFormatContext.start_time_realtime libavformatMon, 15 Mar 2010 10:29:37 +0000, by mstorsjo
-
move ff_url_split() and ff_url_join() declarations to internal.h libavformatSun, 14 Mar 2010 23:59:48 +0000, by aurel
-
Move the probe loop from av_open_input_file() into its own method libavformatSun, 14 Mar 2010 22:40:16 +0000, by stefano
-
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in libavformatSun, 14 Mar 2010 13:38:00 +0000, by reimar
-
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavformatSat, 13 Mar 2010 19:19:44 +0000, by stefano
-
matroskadec: add support for SIPR audio tracks libavformatFri, 12 Mar 2010 23:49:06 +0000, by aurel
-
export rm_reorder_sipr_data() for future use by matroska demuxer libavformatFri, 12 Mar 2010 23:35:59 +0000, by aurel
-
export sipr_subpk_size for future use by matroska demuxer libavformatFri, 12 Mar 2010 23:34:30 +0000, by aurel
-
oggdec: Pass packets to header() until the stream is done with them libavformatFri, 12 Mar 2010 05:17:01 +0000, by conrad
-
oggdec: Metadata is per-stream; don't merge multiple streams' together libavformatFri, 12 Mar 2010 05:16:44 +0000, by conrad
-
Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. libavformatThu, 11 Mar 2010 12:29:02 +0000, by pross
-
Cosmetics, break a long line, fix brace placement libavformatThu, 11 Mar 2010 08:33:04 +0000, by mstorsjo
-
RTSP muxer: Create the SDP with the numerical IP of the peer libavformatThu, 11 Mar 2010 08:24:18 +0000, by mstorsjo
-
oggdec: Determine pts and filepos on a packet basis in read_timestamp libavformatThu, 11 Mar 2010 07:17:56 +0000, by conrad
-
oggdec: Move PTS/DTS calculation to a function libavformatThu, 11 Mar 2010 07:17:53 +0000, by conrad
-
oggdec: Fix memory leak in setting up vorbis headers libavformatThu, 11 Mar 2010 07:17:49 +0000, by conrad
-
oggdec: Don't use ogg_stream's seq for vorbis or speex headers libavformatThu, 11 Mar 2010 07:17:46 +0000, by conrad
-
oggdec: Fix duration calculation for streams with non-zero start libavformatThu, 11 Mar 2010 07:17:43 +0000, by conrad
-
oggdec: Parse skeleton to determine the start time of each stream libavformatThu, 11 Mar 2010 07:17:40 +0000, by conrad
-
oggdec: Check that we have a codec in gptopts (needed for skeleton) libavformatThu, 11 Mar 2010 07:17:36 +0000, by conrad
-
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h libavformatThu, 11 Mar 2010 07:17:33 +0000, by conrad
-
oggdec: Save offset of the page needed to reconstruct the current packet libavformatThu, 11 Mar 2010 07:17:24 +0000, by conrad
-
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformatWed, 10 Mar 2010 22:21:39 +0000, by mstorsjo
-
In mpegts muxer, free adts context and temporary data libavformatWed, 10 Mar 2010 09:20:32 +0000, by bcoudurier
-
Include os_support.h which has a fallback declaration of socklen_t libavformatWed, 10 Mar 2010 07:44:51 +0000, by mstorsjo
-
Using struct timeval requires sys/time.h, fixes compilation on some OSes libavformatWed, 10 Mar 2010 07:43:56 +0000, by mstorsjo
-
Use rt->control_uri consequently instead of s->filename in all RTSP commands libavformatTue, 09 Mar 2010 16:04:41 +0000, by mstorsjo
-
Add special case to avoid binary search when appending index entries. libavformatTue, 09 Mar 2010 15:19:23 +0000, by michael
-
RTSP: Resolve and use the actual IP address of the peer we're connected to, libavformatTue, 09 Mar 2010 14:59:40 +0000, by mstorsjo
-
Remove static function name prefixes from American Laser Games MM demuxer libavformatTue, 09 Mar 2010 12:37:13 +0000, by pross
-
Ensure Bink demuxer returns AVERROR code when av_get_packet() fails libavformatTue, 09 Mar 2010 12:32:08 +0000, by pross
-
mkvenc: Don't try to write packets with unknown timestamps libavformatTue, 09 Mar 2010 04:23:33 +0000, by conrad
-
Fix encoder metadata string langcode in mov muxer libavformatTue, 09 Mar 2010 01:53:16 +0000, by bcoudurier
-
Correctly mark mov metadata as utf-8, using iso language code libavformatTue, 09 Mar 2010 01:21:09 +0000, by bcoudurier
-
In mov demuxer, convert mac encoded strings to utf-8 libavformatTue, 09 Mar 2010 01:03:42 +0000, by bcoudurier