aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* removed unused av_frac_setBaptiste Coudurier2007-01-081-10/+0
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-081-4/+2
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-081-3/+2
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-081-0/+7
* indentionMichael Niedermayer2007-01-021-6/+6
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-021-3/+3
* revert regression test breaking changeMichael Niedermayer2007-01-011-1/+1
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-291-1/+2
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-291-1/+1
* indentMichael Niedermayer2006-12-121-6/+6
* the next r_frame_rate try ...Michael Niedermayer2006-12-121-3/+6
* gcc 2.95 fixMichael Niedermayer2006-12-121-1/+1
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-111-31/+28
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-071-4/+4
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-1/+1
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-061-4/+2
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins2006-12-061-2/+6
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-141-14/+36
* nut simple seeking first tryMichael Niedermayer2006-11-111-1/+1
* kill AVImageFormatBaptiste Coudurier2006-11-021-98/+0
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-7/+7
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-1/+1
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-2/+2
* remove gcc warning about void * used in arithmeticBaptiste Coudurier2006-10-301-1/+1
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-271-1/+1
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-141-2/+2
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-131-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-031-3/+8
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-261-5/+11
* drop broken telecine detection codeMichael Niedermayer2006-09-261-23/+0
* reindentMichael Niedermayer2006-09-261-5/+5
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-261-2/+1
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-140/+0
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-141-1/+1
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-141-1/+1
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-101-5/+2
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+4
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-091-0/+4
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-081-0/+2
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-081-0/+3
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-051-0/+3
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-041-11/+21
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-301-15/+14
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-271-0/+4
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-2/+21
* update documentationBaptiste Coudurier2006-08-111-3/+12