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
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
2006-09-20Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris
2006-09-14Make OFFSET() reuse offsetofPanagiotis Issaris
2006-09-14Remove a redundant memset from libavformat.Panagiotis Issaris
2006-09-11Use and set sane AVOption defaultsPanagiotis Issaris
2006-09-11make AVOptions default value field work.Panagiotis Issaris
2006-09-09undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris
2006-09-08enable setting the year and track number using AVOptionPanagiotis Issaris
2006-09-08makes avformat_get_context_defaults() staticPanagiotis Issaris
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux
2006-08-31fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer
2006-08-27added option probesize; at the moment only used by mpegts.cNico Sabbi
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
2006-08-12update documentationBaptiste Coudurier
2006-08-12export av_interleave_packet_per_dtsBaptiste Coudurier
2006-08-09dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer
2006-08-08timestamp debugging av_logs()Michael Niedermayer
2006-07-23Try to find out correct start time to make seeking faster and add someReimar Döffinger
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-08set proper bits_per_sample value for ADPCM codecsAurelien Jacobs
2006-07-07av_get_bits_per_sample and due simplificationsBaptiste Coudurier
2006-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-06-29extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård
2006-06-29do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-06-20increase search limit in av_find_stream_infoMåns Rullgård
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-06-16make dump_format output more homogenousBaptiste Coudurier
2006-06-13fix probe of high bitrate mpeg2videoMichael Niedermayer
2006-03-24use av_d2q to parse frame rateBaptiste Coudurier