Mercurial > libavformat.hg
graph
-
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
-
Preallocate index entries in mov demuxer, huge speedup libavformatTue, 09 Mar 2010 00:46:26 +0000, by bcoudurier
-
In mpegts muxer, write adts header if aac bitstream does not contain it libavformatTue, 09 Mar 2010 00:18:49 +0000, by bcoudurier
-
In mpegts muxer, search for h264 aud nal, it might not be the first nal. libavformatMon, 08 Mar 2010 23:59:05 +0000, by bcoudurier
-
Remove definition of match_ext(), which is declared under #ifdef libavformatMon, 08 Mar 2010 23:51:53 +0000, by stefano
-
mpegts vbr muxing, activated when muxing rate is not supplied by the libavformatMon, 08 Mar 2010 23:46:19 +0000, by bcoudurier
-
Replace last occurrence of the deprecated match_ext() with libavformatMon, 08 Mar 2010 23:46:04 +0000, by stefano
-
Start continuity counter at 0 for pmt as well libavformatMon, 08 Mar 2010 22:44:03 +0000, by bcoudurier
-
Start continuity counter at 0 for streams libavformatMon, 08 Mar 2010 20:59:00 +0000, by bcoudurier
-
10l typo, fix ts total bit rate computation libavformatMon, 08 Mar 2010 20:57:42 +0000, by bcoudurier
-
Use ASF supports "markers" which are a name and a time stamp to create libavformatMon, 08 Mar 2010 13:13:18 +0000, by benoit
-
Revert "Move the probe loop from av_open_input_file() into its own method" libavformatMon, 08 Mar 2010 03:46:37 +0000, by mru
-
IFF: move ff_cmap_read_palette() prototype to a header file libavformatMon, 08 Mar 2010 02:36:00 +0000, by mru
-
av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. libavformatMon, 08 Mar 2010 00:00:50 +0000, by alexc
-
Fix pts->dts conversion init for non-zero initial value for pts. libavformatSun, 07 Mar 2010 23:10:18 +0000, by cehoyos
-
Move the probe loop from av_open_input_file() into its own method libavformatSun, 07 Mar 2010 22:42:11 +0000, by stefano
-
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformatSun, 07 Mar 2010 19:48:59 +0000, by conrad
-
1l trocadero: forgot reference operator on bytestream_get_be32() argument libavformatSun, 07 Mar 2010 08:52:53 +0000, by kostya
-
Add internal.h include for av_read_frame_flush prototype libavformatSun, 07 Mar 2010 02:35:45 +0000, by conrad
-
Move av_read_frame_flush() prototype to lavf/internal.h libavformatSat, 06 Mar 2010 23:19:05 +0000, by mru
-
Set GXF fallback time-base to match the one specified for audio-only. libavformatSat, 06 Mar 2010 22:25:53 +0000, by reimar
-
GXF time base is always based on "fields" per second even for libavformatSat, 06 Mar 2010 22:20:33 +0000, by reimar
-
Don't explicitly initialize networking in the tcp and udp protocols libavformatFri, 05 Mar 2010 22:38:48 +0000, by mstorsjo
-
Use ff_url_join for assembling URLs, instead of snprintf libavformatFri, 05 Mar 2010 22:35:21 +0000, by mstorsjo
-
Add a function ff_url_join for assembling URLs libavformatFri, 05 Mar 2010 22:31:45 +0000, by mstorsjo
-
Always call ff_network_init/ff_network_close when opening protocols libavformatFri, 05 Mar 2010 22:30:21 +0000, by mstorsjo
-
Return from rtp_read when select returns an error libavformatFri, 05 Mar 2010 08:15:20 +0000, by mstorsjo
-
oggdec: Parse theora headers since ogg might not mark keyframes libavformatFri, 05 Mar 2010 00:22:40 +0000, by conrad
-
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb libavformatThu, 04 Mar 2010 15:08:54 +0000, by mstorsjo
-
handle errors reported by av_get_packet() in Bink demuxer libavformatThu, 04 Mar 2010 13:27:53 +0000, by pross
-
Ensure that we write clusters and blocks with known size when streaming libavformatThu, 04 Mar 2010 08:53:14 +0000, by conrad