2009-06-10 |
lu_zero |
Make sure buffer end remains constant within the loop
libavformat
|
2009-06-09 |
rbultje |
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
libavformat
|
2009-06-09 |
jai_menon |
Add additional dependencies for sdp and rtsp demuxers.
libavformat
|
2009-06-06 |
jai_menon |
Cosmetics : Use dprintf instead of printf.
libavformat
|
2009-06-06 |
jai_menon |
Cosmetics : Fix indentation after last commit.
libavformat
|
2009-06-06 |
jai_menon |
Introduce http_get_line and modify http_connect to use http_get_line.
libavformat
|
2009-06-06 |
stefano |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
libavformat
|
2009-06-05 |
conrad |
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
libavformat
|
2009-06-04 |
kostya |
Move function for reading whole specified amount of data from RTSP
libavformat
|
2009-06-03 |
alexc |
Add the .adts file extension to the ADTS muxer.
libavformat
|
2009-06-03 |
bcoudurier |
broken stsd length might be < 16, fix elst-assert.mp4
libavformat
|
2009-06-03 |
bcoudurier |
Change find_tag return type to int64_t, fix a bug
libavformat
|
2009-06-02 |
bcoudurier |
do not parse full header for private streams
libavformat
|
2009-06-02 |
bcoudurier |
correctly handle maximum streams limit
libavformat
|
2009-06-02 |
bcoudurier |
export data from private streams
libavformat
|
2009-05-31 |
bcoudurier |
initialize pes state to skip
libavformat
|
2009-05-31 |
bcoudurier |
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
libavformat
|
2009-05-31 |
bcoudurier |
print reg desc in a more friendly way
libavformat
|
2009-05-31 |
bcoudurier |
give context to dprintf
libavformat
|
2009-05-31 |
bcoudurier |
print registration descriptor in debug
libavformat
|
2009-05-31 |
bcoudurier |
split audio chunks in mov demuxer
libavformat
|
2009-05-31 |
bcoudurier |
0x7a is E-AC3 descriptor
libavformat
|
2009-05-31 |
bcoudurier |
fix compilation with DEBUG defined
libavformat
|
2009-05-31 |
bcoudurier |
use dts codec probing
libavformat
|
2009-05-31 |
bcoudurier |
set codec_tag to stream type, so user can deal with it
libavformat
|
2009-05-31 |
bcoudurier |
set codec_tag to registration descriptor if present
libavformat
|
2009-05-31 |
bcoudurier |
add streams even if they are not present in PMT, fix #1092 and #835
libavformat
|
2009-05-31 |
bcoudurier |
remove no longer needed fake dvbsub stream type
libavformat
|
2009-05-31 |
bcoudurier |
reindent
libavformat
|
2009-05-31 |
bcoudurier |
remove no longer needed init
libavformat
|
2009-05-31 |
bcoudurier |
factorize
libavformat
|
2009-05-31 |
bcoudurier |
simplify and merge
libavformat
|
2009-05-31 |
bcoudurier |
move new_pes_av_stream to avoid forward declaration
libavformat
|
2009-05-31 |
bcoudurier |
remove defines
libavformat
|
2009-05-31 |
bcoudurier |
rework stream type and codec identification
libavformat
|
2009-05-31 |
bcoudurier |
cosmetics, reindent, remove useless braces, whitespaces
libavformat
|
2009-05-31 |
bcoudurier |
export all streams in ts demuxer
libavformat
|
2009-05-31 |
bcoudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
libavformat
|
2009-05-30 |
stefano |
Implement SoX native format muxer and demuxer.
libavformat
|
2009-05-30 |
bcoudurier |
return AVERROR_EOF
libavformat
|
2009-05-30 |
bcoudurier |
return AVERROR_EOF
libavformat
|
2009-05-30 |
bcoudurier |
cast size to int64_t to avoid overflow
libavformat
|
2009-05-29 |
lucabe |
Correctly set the "AU size" field in the payload header for
libavformat
|
2009-05-27 |
stefano |
Document match_ext().
libavformat
|
2009-05-27 |
bcoudurier |
technically mp2 in pva needs AVSTREAM_PARSE_FULL
libavformat
|
2009-05-27 |
bcoudurier |
support AVDISCARD_ALL in mpegts demuxer
libavformat
|
2009-05-27 |
bcoudurier |
return error in mpegts_push_data and propagate it
libavformat
|
2009-05-27 |
bcoudurier |
10l, forgot ';', fix compilation
libavformat
|
2009-05-27 |
bcoudurier |
check that len is not negative
libavformat
|
2009-05-27 |
bcoudurier |
demux whole PES packets from TS
libavformat
|
2009-05-26 |
bcoudurier |
move DEBUG define before include to get dprintf
libavformat
|
2009-05-26 |
michael |
Support YVU9 AVI 4cc.
libavformat
|
2009-05-26 |
compn |
map dvh1 fourcc to dv, fixes incoming/dvh1_sample
libavformat
|
2009-05-25 |
stefano |
Define struct URLContext and typedef it to URLContext in one step.
libavformat
|
2009-05-25 |
stefano |
Remove \p and \e doxygen markup.
libavformat
|
2009-05-25 |
michael |
Workaround broken AVI files from DC-XZ6.
libavformat
|
2009-05-24 |
bcoudurier |
move DEBUG define before include to get dprintf and change printf to dprintf
libavformat
|
2009-05-24 |
bcoudurier |
fix get_str16_nolen with odd len, fix #1065
libavformat
|
2009-05-24 |
bcoudurier |
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG
libavformat
|
2009-05-23 |
bcoudurier |
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
libavformat
|
2009-05-23 |
bcoudurier |
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com
libavformat
|
2009-05-23 |
bcoudurier |
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com
libavformat
|
2009-05-23 |
bcoudurier |
remove useless include
libavformat
|
2009-05-22 |
bcoudurier |
fail if stream fifo could not be allocated
libavformat
|