284 Commits (06c5c560eda6c754b5aecd16d8b83b62b88d386e)

Author SHA1 Message Date
Michael Niedermayer c7385375bc ensure that the codec_id detection in av_find_stream_info() does not 17 years ago
Michael Niedermayer 48a59dfe8e set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE 17 years ago
Michael Niedermayer 8258354849 correct initial timestamps which have AV_NOPTS_VALUE 17 years ago
Michael Niedermayer 02b15cc811 move code which adds a AVPacket into the packet buffer into its own function 17 years ago
Michael Niedermayer 10a7571b09 deal with the case where one of pts,dts has wrapped but the other has not 17 years ago
Michael Niedermayer 90f66438a5 kill antiwrapping code, i do not think this did anything good 17 years ago
Michael Niedermayer 41415d2856 try exact match before case insensitive match in codec_get_id 17 years ago
Michael Niedermayer e0c850a8c4 Avoid misdetecting acelp in ASF as MP3. 17 years ago
Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 17 years ago
Måns Rullgård b3fc092548 avoid division by zero in av_find_stream_info() when no time base is set 17 years ago
Aurelien Jacobs 45da8124a0 Move public API functions av_codec_get_tag() and av_codec_get_id() 17 years ago
Måns Rullgård 14d194d5d8 remove unused functions 17 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Ronald S. Bultje 19ecf88288 Add a bounds check on AVProbeData input. 18 years ago
Ramiro Polla 659596f002 Export av_init_packet 18 years ago
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