summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
...
* Do not butcher start_time in av_estimate_timings_from_bit_rate().Neil Brown2007-08-18
* When looking for the last packet in eachNeil Brown2007-08-18
* There is no guarantee that every stream willNeil Brown2007-08-18
* fix cur_dts at the end of av_estimate_timings_from_pts()Michael Niedermayer2007-08-18
* ensure that the codec_id detection in av_find_stream_info() does notMichael Niedermayer2007-08-06
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
* deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer2007-07-31
* kill antiwrapping code, i do not think this did anything goodMichael Niedermayer2007-07-30
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-25
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-16
* avoid division by zero in av_find_stream_info() when no time base is setMåns Rullgård2007-07-14
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
* remove unused functionsMåns Rullgård2007-07-07
* use new string functionsMåns Rullgård2007-06-23
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-10
* Export av_init_packetRamiro Polla2007-06-04
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-02
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-26
* more format abbreviationsBenoit Fouet2007-04-24
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-22
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-22
* init packet before calling the demuxerMichael Niedermayer2007-04-22
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* add an enum for need_parsingAurelien Jacobs2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* DVR-MS probe audio formatJohn Donaghy2007-04-12
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Add some help for the analyzeduration option.Víctor Paesa2007-04-06
* analyze end condition must match r_fps selection conditionMichael Niedermayer2007-03-30
* require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAXMichael Niedermayer2007-03-27
* av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger2007-03-21
* revert r8428, the check was not that uselessMichael Niedermayer2007-03-20
* i think this is more correctMichael Niedermayer2007-03-20
* remove incorrect special case for audioMichael Niedermayer2007-03-17
* fix indentionMichael Niedermayer2007-03-17
* reorder pts into dts supportMichael Niedermayer2007-03-17
* remove useless if()Michael Niedermayer2007-03-17
* simplifyMichael Niedermayer2007-03-17