5122 Commits (aef6bd1bdd532dfdc8ecb45a012205953dbb13a2)

Author SHA1 Message Date
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
Baptiste Coudurier bdfa98249a return error in mpegts_push_data and propagate it 16 years ago
Baptiste Coudurier 64d882155d 10l, forgot ';', fix compilation 16 years ago
Baptiste Coudurier a5685be502 check that len is not negative 16 years ago
Baptiste Coudurier 0c1375575a demux whole PES packets from TS 16 years ago
Baptiste Coudurier e9859317eb move DEBUG define before include to get dprintf 16 years ago
Michael Niedermayer 71b0654cc6 Support YVU9 AVI 4cc. 16 years ago
Ben Littler f9928b7e80 map dvh1 fourcc to dv, fixes incoming/dvh1_sample 16 years ago
Stefano Sabatini 597b4b3f03 Define struct URLContext and typedef it to URLContext in one step. 16 years ago
Stefano Sabatini 819174fa1b Remove \p and \e doxygen markup. 16 years ago
Michael Niedermayer 8c68f25b20 Workaround broken AVI files from DC-XZ6. 16 years ago
Baptiste Coudurier c13b250bad move DEBUG define before include to get dprintf and change printf to dprintf 16 years ago
Baptiste Coudurier 46b4019bfa fix get_str16_nolen with odd len, fix #1065 16 years ago
Baptiste Coudurier c9d7cd6dca move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG 16 years ago
Larbi Joubala 606d48cee1 fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 16 years ago
Baptiste Coudurier 84df78b476 simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com 16 years ago
corp186 c69d224102 compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com 16 years ago
Baptiste Coudurier c43accabd3 remove useless include 16 years ago
Baptiste Coudurier 4969cc0bd8 fail if stream fifo could not be allocated 16 years ago
David Conrad 533c3c84e7 Set speex frame_size in ogg demuxer 16 years ago
Baptiste Coudurier ec6b02b6fd check av_fifo_alloc return 16 years ago
Baptiste Coudurier 24dc7776ff correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks 16 years ago
Kenan Gillet cdce0fb845 Add QCP demuxer. 16 years ago
Yao Peter eb853afb8a Fix the M bit for multi-packet NALs. 16 years ago
Måns Rullgård 78ad664a7e oma: fix build if memcmp() is a macro 16 years ago
Baptiste Coudurier 2d5fabc87a move increment after debug print 16 years ago
Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 16 years ago
Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 16 years ago
Baptiste Coudurier df099252bb reindent 16 years ago
Baptiste Coudurier 58a830239d remove unneeded length checks 16 years ago
Baptiste Coudurier ab4752e382 use flags field and remove key_frame field 16 years ago
Baptiste Coudurier fe335ff530 change cts type to int, save some space 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Alex Converse 97d4318347 Add PCE support to the ADTS muxer. 16 years ago
Baptiste Coudurier 171a353159 parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop 16 years ago
Baptiste Coudurier 1a11c0aa8a align and update doxygen 16 years ago
Baptiste Coudurier 41e6499996 remove comment 16 years ago
Baptiste Coudurier 4b29ed399f Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. 16 years ago
Baptiste Coudurier 3a86d3f646 factorize av_set_pts_info 16 years ago
Baptiste Coudurier 1fbbedff85 cosmetics, alignment 16 years ago