Mercurial > libavformat.hg
graph
-
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformatThu, 11 Jun 2009 15:26:57 +0000, by diego
-
Remove time_rate, we cannot compute exactly when fragments are libavformatThu, 11 Jun 2009 05:13:23 +0000, by bcoudurier
-
if b frames are parsed, set codec->has_b_frames libavformatThu, 11 Jun 2009 04:30:05 +0000, by bcoudurier
-
Make sure buffer end remains constant within the loop libavformatWed, 10 Jun 2009 14:56:50 +0000, by lu_zero
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformatTue, 09 Jun 2009 20:58:32 +0000, by rbultje
-
Add additional dependencies for sdp and rtsp demuxers. libavformatTue, 09 Jun 2009 18:30:15 +0000, by jai_menon
-
Cosmetics : Use dprintf instead of printf. libavformatSat, 06 Jun 2009 17:32:59 +0000, by jai_menon
-
Cosmetics : Fix indentation after last commit. libavformatSat, 06 Jun 2009 16:46:40 +0000, by jai_menon
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformatSat, 06 Jun 2009 16:44:21 +0000, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformatSat, 06 Jun 2009 09:35:15 +0000, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformatFri, 05 Jun 2009 23:39:11 +0000, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformatThu, 04 Jun 2009 06:25:53 +0000, by kostya
-
Add the .adts file extension to the ADTS muxer. libavformatWed, 03 Jun 2009 23:34:35 +0000, by alexc
-
broken stsd length might be < 16, fix elst-assert.mp4 libavformatWed, 03 Jun 2009 23:13:53 +0000, by bcoudurier
-
Change find_tag return type to int64_t, fix a bug libavformatWed, 03 Jun 2009 22:36:59 +0000, by bcoudurier
-
do not parse full header for private streams libavformatTue, 02 Jun 2009 07:53:44 +0000, by bcoudurier
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformatSun, 31 May 2009 05:24:16 +0000, by bcoudurier
-
set codec_tag to stream type, so user can deal with it libavformatSun, 31 May 2009 04:10:15 +0000, by bcoudurier
-
set codec_tag to registration descriptor if present libavformatSun, 31 May 2009 04:04:20 +0000, by bcoudurier
-
add streams even if they are not present in PMT, fix #1092 and #835 libavformatSun, 31 May 2009 03:55:23 +0000, by bcoudurier
-
remove no longer needed fake dvbsub stream type libavformatSun, 31 May 2009 03:46:24 +0000, by bcoudurier
-
move new_pes_av_stream to avoid forward declaration libavformatSun, 31 May 2009 03:12:25 +0000, by bcoudurier
-
rework stream type and codec identification libavformatSun, 31 May 2009 02:56:15 +0000, by bcoudurier
-
cosmetics, reindent, remove useless braces, whitespaces libavformatSun, 31 May 2009 00:33:37 +0000, by bcoudurier
-
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets libavformatSun, 31 May 2009 00:24:06 +0000, by bcoudurier
-
Implement SoX native format muxer and demuxer. libavformatSat, 30 May 2009 18:51:15 +0000, by stefano
-
Correctly set the "AU size" field in the payload header for libavformatFri, 29 May 2009 13:46:46 +0000, by lucabe
-
technically mp2 in pva needs AVSTREAM_PARSE_FULL libavformatWed, 27 May 2009 06:58:22 +0000, by bcoudurier
-
return error in mpegts_push_data and propagate it libavformatWed, 27 May 2009 00:56:31 +0000, by bcoudurier
-
move DEBUG define before include to get dprintf libavformatTue, 26 May 2009 20:13:03 +0000, by bcoudurier