summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* revert regression test breaking changeMichael Niedermayer2007-01-01
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-29
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-29
* indentMichael Niedermayer2006-12-12
* the next r_frame_rate try ...Michael Niedermayer2006-12-12
* gcc 2.95 fixMichael Niedermayer2006-12-12
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-11
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-06
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins2006-12-06
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-14
* nut simple seeking first tryMichael Niedermayer2006-11-11
* kill AVImageFormatBaptiste Coudurier2006-11-02
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-03
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
* drop broken telecine detection codeMichael Niedermayer2006-09-26
* reindentMichael Niedermayer2006-09-26
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-14
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10