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
2014-10-21flvdec: make sure to check create_stream and report the same errorVittorio Giovara
2014-10-21flvdec: avoid unitialized use of a struct memberVittorio Giovara
2014-08-13flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone
2014-08-13Expose metadata found in onCuePoint events in .flv files.Andrew Stone
2014-08-01flv: Index the audio streamLuca Barbato
2014-06-02flvdec: Do not default to a video and audio streamUwe L. Korn
2014-04-23flv: Do not mangle dts values for negative ctsLuca Barbato
2014-04-23flv: Warn only onceLuca Barbato
2014-04-23flv: Improve log messagesLuca Barbato
2014-01-11flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson
2013-09-22flv: Make onTextData parsing robustLuca Barbato
2013-09-16flv: Do not export datastream as metadataLuca Barbato
2013-08-27flv: Fix the help stringLuca Barbato
2013-08-01flvdec: Eliminate completely silly gotoDiego Biurrun
2013-08-01flvdec: K&R formatting cosmeticsDiego Biurrun
2013-08-01flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun
2013-07-27Remove unreachable returnsDiego Biurrun
2013-03-28flvdec: read audio sample size and channels metadataJustin Ruggles
2013-03-28flvdec: use the correct audio codec id when parsing metadataJustin Ruggles
2013-03-02flvdec: Check the return value of a mallocMartin Storsjö
2013-03-02flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö
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