Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-03Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris
2007-03-02replace the auto array "duration_error" with a malloced array.Kristian Amlie
2007-03-01check for any seeking failure during probeBaptiste Coudurier
2007-02-27use avcodec_decode_audio2Baptiste Coudurier
2007-02-20try to fill in missing bits_per_sampleMichael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-06better generic index building and seeking codeMichael Niedermayer
2007-02-05Fix audio corruption when cutting.Wolfram Gloger
2007-02-02packets must be correctly interleavedMichael Niedermayer
2007-01-23make av_find_stream_info() duration user selectableMichael Niedermayer
2007-01-23Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux
2007-01-21set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer
2007-01-20Attempt to better document AVFMT_NOFILE.Reimar Döffinger
2007-01-20Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger
2007-01-08removed unused av_frac_setBaptiste Coudurier
2007-01-08remove #if obsoleted after last major version bumpBaptiste Coudurier
2007-01-0810l, only allocate priv_data if not already doneBaptiste Coudurier
2007-01-08humm, actually do what's in the doxyBaptiste Coudurier
2007-01-02indentionMichael Niedermayer
2007-01-02nth try of getting the frame rate detecton workingMichael Niedermayer
2007-01-02revert regression test breaking changeMichael Niedermayer
2006-12-30ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer
2006-12-30do not base frame rate guess on just one durationMichael Niedermayer
2006-12-12indentMichael Niedermayer
2006-12-12the next r_frame_rate try ...Michael Niedermayer
2006-12-12gcc 2.95 fixMichael Niedermayer
2006-12-11rewrite r_frame_rate selectioon code againMichael Niedermayer
2006-12-07use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-12-06cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier
2006-12-06do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins
2006-11-14split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer
2006-11-11nut simple seeking first tryMichael Niedermayer
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-10-31remove gcc warning about void * used in arithmeticBaptiste Coudurier
2006-10-27fflags can/will be used for muxing tooBaptiste Coudurier
2006-10-15Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski
2006-10-1310l CODEC vs. FORMATMichael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-03fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer
2006-09-26fix r_frame_rate init code for groundhog.vobMichael Niedermayer
2006-09-26drop broken telecine detection codeMichael Niedermayer
2006-09-26reindentMichael Niedermayer
2006-09-26dont ignore MAX_READ_SIZEMichael Niedermayer
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-09-20Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris