summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAge
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
| | | | | | unmodified. Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-02
| | | | | | | | | | prevents stack overflow on some plateforms patch by Kristian Amlie %kristian A gridmedia P com % Original thread: Date: Mar 1, 2007 11:29 PM Subject: [Ffmpeg-devel] Stack overflow patch Originally committed as revision 8194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for any seeking failure during probeBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avcodec_decode_audio2Baptiste Coudurier2007-02-27
| | | | Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio corruption when cutting.Wolfram Gloger2007-02-05
| | | | | | Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de. Originally committed as revision 7818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* packets must be correctly interleavedMichael Niedermayer2007-02-02
| | | | Originally committed as revision 7805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
| | | | Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag from codec_id if its not set and can be set based on the ↵Michael Niedermayer2007-01-21
| | | | | | AVCodecTag tables Originally committed as revision 7600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
| | | | Originally committed as revision 7590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
| | | | | | so do not probe them if is_opened is set. Originally committed as revision 7589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused av_frac_setBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-01-02
| | | | Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-02
| | | | Originally committed as revision 7402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert regression test breaking changeMichael Niedermayer2007-01-01
| | | | Originally committed as revision 7394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-29
| | | | | | fixes framerate detection for framerate_misdetected.wmv Originally committed as revision 7384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-29
| | | | Originally committed as revision 7383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2006-12-12
| | | | Originally committed as revision 7290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the next r_frame_rate try ...Michael Niedermayer2006-12-12
| | | | | | | | discard first duration accumulate remaining durations add 15000/1001 and 12000/1001 Originally committed as revision 7289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixMichael Niedermayer2006-12-12
| | | | Originally committed as revision 7285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-11
| | | | Originally committed as revision 7283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
| | | | Originally committed as revision 7241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-06
| | | | Originally committed as revision 7236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, ↵Andy Parkins2006-12-06
| | | | | | andrew parkins at 360visiontechnology com Originally committed as revision 7234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ↵Michael Niedermayer2006-11-14
| | | | | | and AVIndex Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut simple seeking first tryMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-30
| | | | Originally committed as revision 6845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
| | | | Originally committed as revision 6802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
| | | | | | | | | | | | | utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’ mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’ Approved by Michael. Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
| | | | Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-03
| | | | Originally committed as revision 6544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk