Sat, 06 Jun 2009 17:32:59 +0000 |
jai_menon |
Cosmetics : Use dprintf instead of printf.
libavformat
|
Sat, 06 Jun 2009 16:46:40 +0000 |
jai_menon |
Cosmetics : Fix indentation after last commit.
libavformat
|
Sat, 06 Jun 2009 16:44:21 +0000 |
jai_menon |
Introduce http_get_line and modify http_connect to use http_get_line.
libavformat
|
Sat, 06 Jun 2009 09:35:15 +0000 |
stefano |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
libavformat
|
Fri, 05 Jun 2009 23:39:11 +0000 |
conrad |
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
libavformat
|
Thu, 04 Jun 2009 06:25:53 +0000 |
kostya |
Move function for reading whole specified amount of data from RTSP
libavformat
|
Wed, 03 Jun 2009 23:34:35 +0000 |
alexc |
Add the .adts file extension to the ADTS muxer.
libavformat
|
Wed, 03 Jun 2009 23:13:53 +0000 |
bcoudurier |
broken stsd length might be < 16, fix elst-assert.mp4
libavformat
|
Wed, 03 Jun 2009 22:36:59 +0000 |
bcoudurier |
Change find_tag return type to int64_t, fix a bug
libavformat
|
Tue, 02 Jun 2009 07:53:44 +0000 |
bcoudurier |
do not parse full header for private streams
libavformat
|
Tue, 02 Jun 2009 07:30:19 +0000 |
bcoudurier |
correctly handle maximum streams limit
libavformat
|
Tue, 02 Jun 2009 07:26:58 +0000 |
bcoudurier |
export data from private streams
libavformat
|
Sun, 31 May 2009 08:47:40 +0000 |
bcoudurier |
initialize pes state to skip
libavformat
|
Sun, 31 May 2009 05:24:16 +0000 |
bcoudurier |
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
libavformat
|
Sun, 31 May 2009 04:47:30 +0000 |
bcoudurier |
print reg desc in a more friendly way
libavformat
|
Sun, 31 May 2009 04:45:51 +0000 |
bcoudurier |
give context to dprintf
libavformat
|
Sun, 31 May 2009 04:41:47 +0000 |
bcoudurier |
print registration descriptor in debug
libavformat
|
Sun, 31 May 2009 04:36:26 +0000 |
bcoudurier |
split audio chunks in mov demuxer
libavformat
|
Sun, 31 May 2009 04:35:05 +0000 |
bcoudurier |
0x7a is E-AC3 descriptor
libavformat
|
Sun, 31 May 2009 04:32:45 +0000 |
bcoudurier |
fix compilation with DEBUG defined
libavformat
|
Sun, 31 May 2009 04:13:25 +0000 |
bcoudurier |
use dts codec probing
libavformat
|
Sun, 31 May 2009 04:10:15 +0000 |
bcoudurier |
set codec_tag to stream type, so user can deal with it
libavformat
|
Sun, 31 May 2009 04:04:20 +0000 |
bcoudurier |
set codec_tag to registration descriptor if present
libavformat
|
Sun, 31 May 2009 03:55:23 +0000 |
bcoudurier |
add streams even if they are not present in PMT, fix #1092 and #835
libavformat
|
Sun, 31 May 2009 03:46:24 +0000 |
bcoudurier |
remove no longer needed fake dvbsub stream type
libavformat
|
Sun, 31 May 2009 03:45:45 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 31 May 2009 03:44:03 +0000 |
bcoudurier |
remove no longer needed init
libavformat
|
Sun, 31 May 2009 03:40:36 +0000 |
bcoudurier |
factorize
libavformat
|
Sun, 31 May 2009 03:35:29 +0000 |
bcoudurier |
simplify and merge
libavformat
|
Sun, 31 May 2009 03:12:25 +0000 |
bcoudurier |
move new_pes_av_stream to avoid forward declaration
libavformat
|
Sun, 31 May 2009 03:02:12 +0000 |
bcoudurier |
remove defines
libavformat
|
Sun, 31 May 2009 02:56:15 +0000 |
bcoudurier |
rework stream type and codec identification
libavformat
|
Sun, 31 May 2009 00:33:37 +0000 |
bcoudurier |
cosmetics, reindent, remove useless braces, whitespaces
libavformat
|
Sun, 31 May 2009 00:31:47 +0000 |
bcoudurier |
export all streams in ts demuxer
libavformat
|
Sun, 31 May 2009 00:24:06 +0000 |
bcoudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
libavformat
|
Sat, 30 May 2009 18:51:15 +0000 |
stefano |
Implement SoX native format muxer and demuxer.
libavformat
|
Sat, 30 May 2009 06:16:44 +0000 |
bcoudurier |
return AVERROR_EOF
libavformat
|
Sat, 30 May 2009 06:15:27 +0000 |
bcoudurier |
return AVERROR_EOF
libavformat
|
Sat, 30 May 2009 04:08:43 +0000 |
bcoudurier |
cast size to int64_t to avoid overflow
libavformat
|
Fri, 29 May 2009 13:46:46 +0000 |
lucabe |
Correctly set the "AU size" field in the payload header for
libavformat
|
Wed, 27 May 2009 22:43:52 +0000 |
stefano |
Document match_ext().
libavformat
|
Wed, 27 May 2009 06:58:22 +0000 |
bcoudurier |
technically mp2 in pva needs AVSTREAM_PARSE_FULL
libavformat
|
Wed, 27 May 2009 01:29:55 +0000 |
bcoudurier |
support AVDISCARD_ALL in mpegts demuxer
libavformat
|
Wed, 27 May 2009 00:56:31 +0000 |
bcoudurier |
return error in mpegts_push_data and propagate it
libavformat
|
Wed, 27 May 2009 00:48:39 +0000 |
bcoudurier |
10l, forgot ';', fix compilation
libavformat
|
Wed, 27 May 2009 00:46:20 +0000 |
bcoudurier |
check that len is not negative
libavformat
|
Wed, 27 May 2009 00:44:00 +0000 |
bcoudurier |
demux whole PES packets from TS
libavformat
|
Tue, 26 May 2009 20:13:03 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf
libavformat
|