5111 Commits (700363afe74e9087c859e649f550577e4f384fbd)

Author SHA1 Message Date
Patrick Dehne 7541118286 Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. 16 years ago
Baptiste Coudurier bbe46bc4c2 Remove time_rate, we cannot compute exactly when fragments are 16 years ago
Baptiste Coudurier 818062f2f3 if b frames are parsed, set codec->has_b_frames 16 years ago
Luca Barbato ec606b36b4 Support seeking as defined by the rfc 16 years ago
Luca Barbato 4db819bc7f Make sure buffer end remains constant within the loop 16 years ago
Ronald S. Bultje 277a28e8fc Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: 16 years ago
Jai Menon 3dfadf7b1e Add additional dependencies for sdp and rtsp demuxers. 16 years ago
Peter Holik a52dc730cf Cosmetics : Use dprintf instead of printf. 16 years ago
Jai Menon 2b01a52031 Cosmetics : Fix indentation after last commit. 16 years ago
Peter Holik 682d49f4ea Introduce http_get_line and modify http_connect to use http_get_line. 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
David Conrad 12d7c0793b Ensure that the extradata buffer is padded appripriately in the ogg demuxer. 16 years ago
Kostya Shishkov 0e848977ce Move function for reading whole specified amount of data from RTSP 16 years ago
Alex Converse 007c47e8b9 Add the .adts file extension to the ADTS muxer. 16 years ago
Baptiste Coudurier 281551131d broken stsd length might be < 16, fix elst-assert.mp4 16 years ago
Baptiste Coudurier 502d6c0a23 Change find_tag return type to int64_t, fix a bug 16 years ago
Baptiste Coudurier b2984add80 do not parse full header for private streams 16 years ago
Baptiste Coudurier 617c461625 correctly handle maximum streams limit 16 years ago
Baptiste Coudurier 1c4df2ab24 export data from private streams 16 years ago
Baptiste Coudurier 4a01b3c714 initialize pes state to skip 16 years ago
Larbi Joubala 15c315b7f1 fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 16 years ago
Baptiste Coudurier 1f07654330 print reg desc in a more friendly way 16 years ago
Baptiste Coudurier ad183ff4e2 give context to dprintf 16 years ago
Baptiste Coudurier fc72ad1990 print registration descriptor in debug 16 years ago
Baptiste Coudurier 7e69621f56 split audio chunks in mov demuxer 16 years ago
Baptiste Coudurier 84c7d45e02 0x7a is E-AC3 descriptor 16 years ago
Baptiste Coudurier 67c9cd696a fix compilation with DEBUG defined 16 years ago
Baptiste Coudurier e695906ec7 use dts codec probing 16 years ago
Baptiste Coudurier 7103a77b4d set codec_tag to stream type, so user can deal with it 16 years ago
Baptiste Coudurier 5b3c4c8ac6 set codec_tag to registration descriptor if present 16 years ago
Baptiste Coudurier ffdbada6c1 add streams even if they are not present in PMT, fix #1092 and #835 16 years ago
Baptiste Coudurier e6eb74d84c remove no longer needed fake dvbsub stream type 16 years ago
Baptiste Coudurier f2c357d95d reindent 16 years ago
Baptiste Coudurier ed68efad8b remove no longer needed init 16 years ago
Baptiste Coudurier 6a2a50f81f factorize 16 years ago
Baptiste Coudurier f42d1d824e simplify and merge 16 years ago
Baptiste Coudurier 08f94e989f move new_pes_av_stream to avoid forward declaration 16 years ago
Baptiste Coudurier 2fef7b5374 remove defines 16 years ago
Baptiste Coudurier 8430f3ecb8 rework stream type and codec identification 16 years ago
Baptiste Coudurier 40b0872a56 cosmetics, reindent, remove useless braces, whitespaces 16 years ago
Baptiste Coudurier 64ab5fa3df export all streams in ts demuxer 16 years ago
Baptiste Coudurier 86cb7e33cc fix codec probing, stop after MAX_PROBE_PACKETS and return all packets 16 years ago
Daniel Verkamp cbfe5bee2e Implement SoX native format muxer and demuxer. 16 years ago
Baptiste Coudurier 9291fdf7bc return AVERROR_EOF 16 years ago
Baptiste Coudurier 350f2c2cef return AVERROR_EOF 16 years ago
Baptiste Coudurier db5dc02bd7 cast size to int64_t to avoid overflow 16 years ago
Luca Abeni 6f62e2c72d Correctly set the "AU size" field in the payload header for 16 years ago
Stefano Sabatini a330317890 Document match_ext(). 16 years ago
Baptiste Coudurier 6125d86597 technically mp2 in pva needs AVSTREAM_PARSE_FULL 16 years ago
Baptiste Coudurier 6c7c2f7bb3 support AVDISCARD_ALL in mpegts demuxer 16 years ago