296 Commits (a889bf135eb902eaa0acb20cc6ce4be7d31d81f6)

Author SHA1 Message Date
Stefano Sabatini f94361612a Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
Stefano Sabatini a8f70d72c3 Add explanatory comments to the parse_date function. 17 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Neil Brown c1e8b67869 Make sure that if a stream has a duration but the container doesn't 17 years ago
Wolfram Gloger cc5297e871 Correct initial timestamp 17 years ago
Neil Brown 9fcbcca60a If a stream has no start time, but the first packet has a 'pts', use that 17 years ago
Wolfram Gloger 9be5181587 fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. 17 years ago
Neil Brown 9f32041d89 Do not butcher start_time in av_estimate_timings_from_bit_rate(). 17 years ago
Neil Brown d6a0906ad1 When looking for the last packet in each 17 years ago
Neil Brown bf494092b0 There is no guarantee that every stream will 17 years ago
Michael Niedermayer df886e7e02 fix cur_dts at the end of av_estimate_timings_from_pts() 17 years ago
Michael Niedermayer c7385375bc ensure that the codec_id detection in av_find_stream_info() does not 18 years ago
Michael Niedermayer 48a59dfe8e set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE 18 years ago
Michael Niedermayer 8258354849 correct initial timestamps which have AV_NOPTS_VALUE 18 years ago
Michael Niedermayer 02b15cc811 move code which adds a AVPacket into the packet buffer into its own function 18 years ago
Michael Niedermayer 10a7571b09 deal with the case where one of pts,dts has wrapped but the other has not 18 years ago
Michael Niedermayer 90f66438a5 kill antiwrapping code, i do not think this did anything good 18 years ago
Michael Niedermayer 41415d2856 try exact match before case insensitive match in codec_get_id 18 years ago
Michael Niedermayer e0c850a8c4 Avoid misdetecting acelp in ASF as MP3. 18 years ago
Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 18 years ago
Måns Rullgård b3fc092548 avoid division by zero in av_find_stream_info() when no time base is set 18 years ago
Aurelien Jacobs 45da8124a0 Move public API functions av_codec_get_tag() and av_codec_get_id() 18 years ago
Måns Rullgård 14d194d5d8 remove unused functions 18 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