Mercurial > libavformat.hg
graph
-
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
-
Add declarations and doxygen documentation of generic rtsp support functions libavformatMon, 22 Feb 2010 19:44:08 +0000, by mstorsjo
-
Don't follow RTSP redirects when used as a muxer libavformatMon, 22 Feb 2010 15:57:40 +0000, by mstorsjo
-
Add a function rtsp_setup_output_streams for announcing the SDP libavformatMon, 22 Feb 2010 15:56:18 +0000, by mstorsjo
-
Create AVFormatContext objects as private transport for output RTSP sessions libavformatMon, 22 Feb 2010 15:46:56 +0000, by mstorsjo
-
Make sure a set r_frame_rate is not overriden by a guess. libavformatMon, 22 Feb 2010 10:19:46 +0000, by michael
-
Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformatMon, 22 Feb 2010 00:34:27 +0000, by michael
-
Fix memory leak for truncated packets in idCin demuxer libavformatSun, 21 Feb 2010 14:41:39 +0000, by vitor
-
Make sure we dont write more bytes into filename than the array is long. libavformatSat, 20 Feb 2010 22:57:23 +0000, by michael
-
Do not attempt to open references through absolute pathes. libavformatSat, 20 Feb 2010 22:48:09 +0000, by michael
-
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformatSat, 20 Feb 2010 11:22:47 +0000, by vitor
-
Split rtsp_read_header() into two functions, so that the main part (now also libavformatFri, 19 Feb 2010 23:23:40 +0000, by rbultje
-
Split out input-specific parts of rtsp_read_header() into its own, new, libavformatFri, 19 Feb 2010 23:21:44 +0000, by rbultje
-
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformatFri, 19 Feb 2010 23:13:21 +0000, by rbultje
-
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformatFri, 19 Feb 2010 23:11:59 +0000, by rbultje
-
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformatFri, 19 Feb 2010 23:10:19 +0000, by rbultje
-
WavPack demuxer also depends on APE tag parser libavformatFri, 19 Feb 2010 22:13:19 +0000, by kostya
-
Make Bink demuxer skip all zero audio tracks, not only the first one libavformatFri, 19 Feb 2010 22:10:04 +0000, by kostya