summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
* flv: Index the audio streamLuca Barbato2014-08-011-2/+5
* flvdec: Do not default to a video and audio streamUwe L. Korn2014-06-011-8/+0
* flv: Do not mangle dts values for negative ctsLuca Barbato2014-04-231-2/+0
* flv: Warn only onceLuca Barbato2014-04-231-1/+1
* flv: Improve log messagesLuca Barbato2014-04-231-3/+3
* flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson2014-01-111-0/+6
* flv: Make onTextData parsing robustLuca Barbato2013-09-221-19/+69
* flv: Do not export datastream as metadataLuca Barbato2013-09-161-1/+2
* flv: Fix the help stringLuca Barbato2013-08-271-1/+1
* flvdec: Eliminate completely silly gotoDiego Biurrun2013-08-011-11/+7
* flvdec: K&R formatting cosmeticsDiego Biurrun2013-08-011-323/+386
* flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun2013-08-011-1/+1
* Remove unreachable returnsDiego Biurrun2013-07-271-4/+0
* flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-281-1/+8
* flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-281-1/+2
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-021-2/+6
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-021-7/+9
* flvdec: set channel layoutJustin Ruggles2012-11-121-0/+4
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-111-4/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-42/+42
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* flvdec: remove spurious use of stream idLuca Barbato2012-07-291-8/+7
* flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-051-4/+0
* flvdec: optionally trust the metadataLuca Barbato2012-07-051-0/+35
* flvdec: initial stream switch supportLuca Barbato2012-07-031-4/+91
* flv: add support for G.711Damien Fetis2012-06-281-0/+8
* flvdec: remove incomplete, disabled seeking codeRonald S. Bultje2012-06-191-30/+0
* flv: support stream text data as onTextDataLuca Barbato2012-06-031-15/+91
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-4/+4
* flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer2012-02-271-12/+0
* flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-271-3/+52
* flvdec: Ignore the index if the ignidx flag is setMartin Storsjö2012-02-221-0/+3
* flvdec: Fix indentationMartin Storsjö2012-02-221-2/+3
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-311-1/+0
* flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö2012-01-301-7/+3
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* flvdec: Fix compiler warning for uninitialized variablesJean First2012-01-041-1/+1
* flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-211-6/+25
* flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-211-0/+39
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-221-2/+3
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9
* flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
OpenPOWER on IntegriCloud