Mercurial > libavformat.hg
graph
-
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
-
Write the first seekhead if writing to a stream, we won't be able to seek libavformatThu, 04 Mar 2010 08:53:04 +0000, by conrad
-
Attempt seeking to write EBML master sizes even if streamed libavformatThu, 04 Mar 2010 08:53:00 +0000, by conrad
-
matroskaenc: use "title" tag instead of "description" in track title. libavformatWed, 03 Mar 2010 23:27:34 +0000, by conrad
-
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformatWed, 03 Mar 2010 21:46:43 +0000, by aurel
-
Properly pad H.264 extradata when taken from fmtp SDP attributes libavformatWed, 03 Mar 2010 21:00:50 +0000, by mstorsjo
-
nutdec: make chapter start and length uint64_t to prevent overflows. libavformatMon, 01 Mar 2010 07:26:41 +0000, by benoit
-
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformatSun, 28 Feb 2010 22:33:22 +0000, by reimar
-
Make our getaddrinfo implementation initialize "struct addrinfo" return libavformatSun, 28 Feb 2010 22:31:17 +0000, by reimar
-
Plug some memory leaks in NUT muxer and demuxer libavformatSun, 28 Feb 2010 20:49:21 +0000, by vitor
-
Many mp3s seem to contain padding after id3 tags that is not considered in the libavformatSun, 28 Feb 2010 16:40:17 +0000, by michael
-
Rename RTP depacketizer files from rtp_* to rtpdec_* libavformatSun, 28 Feb 2010 11:03:14 +0000, by mstorsjo
-
Include rtpdec.h, it contains prototypes for the following functions: libavformatSun, 28 Feb 2010 03:59:15 +0000, by cehoyos
-
Include avc.h from avc.c: It contains several prototypes. libavformatSun, 28 Feb 2010 02:04:34 +0000, by cehoyos
-
Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformatSun, 28 Feb 2010 01:51:13 +0000, by cehoyos
-
Include apetag.h which contains the prototype for ff_ape_parse_tag(). libavformatSun, 28 Feb 2010 01:43:47 +0000, by cehoyos
-
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer libavformatFri, 26 Feb 2010 16:21:56 +0000, by mstorsjo
-
asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformatThu, 25 Feb 2010 16:38:23 +0000, by benoit
-
asf: add more entries to metadata conv table. libavformatThu, 25 Feb 2010 09:09:39 +0000, by benoit
-
Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformatWed, 24 Feb 2010 18:19:54 +0000, by rbultje
-
Don't add WM prefixes to all written ASF tags. libavformatWed, 24 Feb 2010 18:17:32 +0000, by rbultje
-
Mention that metadata tags are (unvalidated) UTF-8. libavformatWed, 24 Feb 2010 18:01:44 +0000, by rbultje
-
Correctly increment continuity_counter in PCR packets. libavformatWed, 24 Feb 2010 10:56:13 +0000, by cehoyos
-
asfdec: add a debug message about skipped tags. libavformatWed, 24 Feb 2010 07:33:18 +0000, by benoit
-
asfdec: only unicode tags must have even length. libavformatWed, 24 Feb 2010 07:31:03 +0000, by benoit
-
Introduce metadata conversion table for NUT muxer and demuxer. libavformatWed, 24 Feb 2010 06:27:12 +0000, by kostya
-
Count all frames with codec_info_nb_frames not just ones with non zero libavformatTue, 23 Feb 2010 16:29:57 +0000, by michael
-
Put codec_info_nb_frames back in AVStream and print its value. libavformatTue, 23 Feb 2010 15:07:18 +0000, by michael
-
Make Bink demuxer pass video flags to decoder libavformatTue, 23 Feb 2010 06:36:26 +0000, by kostya
-
Free metadata in chained RTP muxers in the RTSP muxer libavformatMon, 22 Feb 2010 21:20:30 +0000, by mstorsjo