summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-161-0/+12
* avoid division by zero in av_find_stream_info() when no time base is setMåns Rullgård2007-07-141-1/+1
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-111-0/+44
* remove unused functionsMåns Rullgård2007-07-071-43/+0
* use new string functionsMåns Rullgård2007-06-231-2/+3
* misc typo fixesDiego Biurrun2007-06-121-2/+2
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-121-103/+7
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-101-1/+1
* Export av_init_packetRamiro Polla2007-06-041-0/+11
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-101-2/+1
* give the position offset of the file in the packetDaniel Cardenas2007-05-021-0/+1
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-021-1/+1
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-261-1/+1
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-261-4/+17
* more format abbreviationsBenoit Fouet2007-04-241-0/+24
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-221-0/+4
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-221-1/+1
* init packet before calling the demuxerMichael Niedermayer2007-04-221-0/+3
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-2/+0
* add an enum for need_parsingAurelien Jacobs2007-04-151-4/+4
* timestamps generation improvement when parsing aviJoakim Plate2007-04-131-0/+11
* DVR-MS probe audio formatJohn Donaghy2007-04-121-0/+46
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-1/+1
* Add some help for the analyzeduration option.Víctor Paesa2007-04-061-1/+1
* analyze end condition must match r_fps selection conditionMichael Niedermayer2007-03-301-1/+1
* require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAXMichael Niedermayer2007-03-271-6/+11
* av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger2007-03-211-17/+4
* revert r8428, the check was not that uselessMichael Niedermayer2007-03-201-1/+1
* i think this is more correctMichael Niedermayer2007-03-201-1/+1
* remove incorrect special case for audioMichael Niedermayer2007-03-171-9/+0
* fix indentionMichael Niedermayer2007-03-171-42/+42
* reorder pts into dts supportMichael Niedermayer2007-03-171-2/+17
* remove useless if()Michael Niedermayer2007-03-171-1/+1
* simplifyMichael Niedermayer2007-03-171-12/+7
* simplifyMichael Niedermayer2007-03-171-14/+6
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-161-2/+0
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-161-4/+4
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-161-2/+1
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-121-19/+43
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-121-7/+6
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-031-278/+0
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-021-2/+8
* check for any seeking failure during probeBaptiste Coudurier2007-03-011-1/+1
* use avcodec_decode_audio2Baptiste Coudurier2007-02-271-4/+5
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-201-0/+3
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-3/+3
* better generic index building and seeking codeMichael Niedermayer2007-02-051-11/+40
* Fix audio corruption when cutting.Wolfram Gloger2007-02-051-7/+10
* packets must be correctly interleavedMichael Niedermayer2007-02-021-0/+2
OpenPOWER on IntegriCloud