summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* simplifyMichael Niedermayer2007-03-17
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-16
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-16
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-16
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-02
* check for any seeking failure during probeBaptiste Coudurier2007-03-01
* use avcodec_decode_audio2Baptiste Coudurier2007-02-27
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-20
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* Fix audio corruption when cutting.Wolfram Gloger2007-02-05
* packets must be correctly interleavedMichael Niedermayer2007-02-02
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
* set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer2007-01-21
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
* removed unused av_frac_setBaptiste Coudurier2007-01-08
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
* indentionMichael Niedermayer2007-01-02
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-02