263 Commits (43c7c7c7cfd5c176cef71ea7c1733e7bfa69787c)

Author SHA1 Message Date
Benoit Fouet 0ba0c8debb Use url_fopen error code when opening input file 18 years ago
Daniel Cardenas 711737af8e give the position offset of the file in the packet 18 years ago
Benoit Fouet efd5fc538e return right format in set_codec_from_probe_data 18 years ago
Alex Beregszaszi e7047005cb properly compile code for REDIR_DEMUXER 18 years ago
Luca Abeni 578688fad5 Fix reading PTSs and DTSs in libavformat, by reverting r8465. 18 years ago
Benoit Fouet 7d88b5ca02 more format abbreviations 18 years ago
Michael Niedermayer db2a0e229f dont assert(0) due to buggy rm demuxer 18 years ago
Michael Niedermayer b5a3541da1 fix av_seek_frame_generic() so that it doesnt fail if the 18 years ago
Michael Niedermayer b237eb800d init packet before calling the demuxer 18 years ago
Alex Beregszaszi 61bc79ec9c remove possibly broken wince cruft 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 18 years ago
John Donaghy 6fea687ec1 DVR-MS probe audio format 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Víctor Paesa e19fbbec95 Add some help for the analyzeduration option. 18 years ago
Michael Niedermayer 6cc65ab3c6 analyze end condition must match r_fps selection condition 18 years ago
Michael Niedermayer 7975048628 require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX 18 years ago
Wolfram Gloger df7625ed62 av_estimate_timings_from_pts() flushes the packet queue but doesn't 18 years ago
Michael Niedermayer 028d6f3e71 revert r8428, the check was not that useless 18 years ago
Michael Niedermayer a843d1ff32 i think this is more correct 18 years ago
Michael Niedermayer bc4efe42dd remove incorrect special case for audio 18 years ago
Michael Niedermayer 7e4baa66e0 fix indention 18 years ago
Michael Niedermayer d9e1efb7f8 reorder pts into dts support 18 years ago
Michael Niedermayer a7f7965a27 remove useless if() 18 years ago
Michael Niedermayer 14eb3345ba simplify 18 years ago
Michael Niedermayer 41c8a56a14 simplify 18 years ago
Michael Niedermayer e25f97313f remove silly video check, theres nothing video specific in there 18 years ago
Michael Niedermayer befe3b05d3 add a delay variable to hold the timestamp buffer size 18 years ago
Michael Niedermayer 741887cf3e remove special case for h.264 whatever this was supposed to do its not correct 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Baptiste Coudurier ea486ab3be remove codec_info_duration/nb_frames from AVStream 18 years ago
Panagiotis Issaris 3217cb424c Move the libavformat public API comments to avformat.h. The comments are 18 years ago
Kristian Amlie 0cbff0275b replace the auto array "duration_error" with a malloced array. 18 years ago
Baptiste Coudurier 497244a897 check for any seeking failure during probe 18 years ago
Baptiste Coudurier 3fdb6af943 use avcodec_decode_audio2 18 years ago
Michael Niedermayer a185f52a86 try to fill in missing bits_per_sample 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Michael Niedermayer e9b78eeba2 better generic index building and seeking code 18 years ago
Wolfram Gloger 9ecf7fada3 Fix audio corruption when cutting. 18 years ago
Michael Niedermayer 5a461d8e11 packets must be correctly interleaved 18 years ago
Michael Niedermayer a44b3c4da8 make av_find_stream_info() duration user selectable 18 years ago
Michel Bardiaux 373c32c711 Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. 18 years ago
Michael Niedermayer 5ecfa9f5fc set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables 18 years ago
Reimar Döffinger 40d9c544ac Attempt to better document AVFMT_NOFILE. 18 years ago
Reimar Döffinger b8e705ec45 Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, 18 years ago
Baptiste Coudurier dfc58c5d64 removed unused av_frac_set 18 years ago
Baptiste Coudurier 702dfe0194 remove #if obsoleted after last major version bump 18 years ago
Baptiste Coudurier 8fae2df5e8 10l, only allocate priv_data if not already done 18 years ago
Baptiste Coudurier c6efa4b5b0 humm, actually do what's in the doxy 18 years ago
Michael Niedermayer 69c262d156 indention 18 years ago