summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* print newline after program id even when the name is missingNico Sabbi2007-10-26
* Remove unused variable, fixes warning:Diego Biurrun2007-10-25
* Move setting of key frame flag for intra-only codecs, ignoring key frameJeff Downs2007-10-24
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be...Baptiste Coudurier2007-10-21
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-20
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-18
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-16
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-15
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-01
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-29
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-27
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-18
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
* Correct initial timestampWolfram Gloger2007-09-05
* If a stream has no start time, but the first packet has a 'pts', use thatNeil Brown2007-09-03
* fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muench...Wolfram Gloger2007-09-03
* 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