aboutsummaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
AgeCommit message (Expand)Author
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-04avopt: 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-30flvdec: 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-04flvdec: Fix compiler warning for uninitialized variablesJean First
2011-12-21flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-21flvdec: 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-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard