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
2012-11-12flvdec: set channel layoutJustin Ruggles
2012-09-11flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-29flvdec: remove spurious use of stream idLuca Barbato
2012-07-05flvdec: Treat all nellymoser versions as the same codecMartin Storsjö
2012-07-05flvdec: optionally trust the metadataLuca Barbato
2012-07-03flvdec: initial stream switch supportLuca Barbato
2012-06-28flv: add support for G.711Damien Fetis
2012-06-19flvdec: remove incomplete, disabled seeking codeRonald S. Bultje
2012-06-03flv: support stream text data as onTextDataLuca Barbato
2012-05-23flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-02-27flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer
2012-02-27flvdec: Validate index entries added from metadata while readingMartin Storsjö
2012-02-22flvdec: Ignore the index if the ignidx flag is setMartin Storsjö
2012-02-22flvdec: Fix indentationMartin Storsjö
2012-01-31lavf: remove the pointless value field from flv and iv8Anton Khirnov
2012-01-31flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-05flvdec: Fix compiler warning for uninitialized variablesJean First
2011-12-22flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-22flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-22flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-12flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö
2011-10-12flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö
2011-09-25flvdec: Check for overflow before allocating arraysMichael Niedermayer
2011-09-24flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar
2011-09-23flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-18flvdec: clenup debug codeAlex Converse
2011-04-13flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-12flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander
2011-04-04flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-31flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov