summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-19
* flvdec: perform duration search just onceMichael Niedermayer2016-01-19
* flvdec: do not create any streams in read_header()Anton Khirnov2015-12-12
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* flv: Name an enum and use its typeVittorio Giovara2015-06-12
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-24
* flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-21
* flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-21
* flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-13
* Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-13
* flv: Index the audio streamLuca Barbato2014-08-01
* flvdec: Do not default to a video and audio streamUwe L. Korn2014-06-01
* flv: Do not mangle dts values for negative ctsLuca Barbato2014-04-23
* flv: Warn only onceLuca Barbato2014-04-23
* flv: Improve log messagesLuca Barbato2014-04-23
* flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson2014-01-11
* flv: Make onTextData parsing robustLuca Barbato2013-09-22
* flv: Do not export datastream as metadataLuca Barbato2013-09-16
* flv: Fix the help stringLuca Barbato2013-08-27
* flvdec: Eliminate completely silly gotoDiego Biurrun2013-08-01
* flvdec: K&R formatting cosmeticsDiego Biurrun2013-08-01
* flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun2013-08-01
* Remove unreachable returnsDiego Biurrun2013-07-27
* flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-28
* flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-28
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-02
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-02
* flvdec: set channel layoutJustin Ruggles2012-11-12
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-11
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* flvdec: remove spurious use of stream idLuca Barbato2012-07-29
* flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-05
* flvdec: optionally trust the metadataLuca Barbato2012-07-05
* flvdec: initial stream switch supportLuca Barbato2012-07-03
* flv: add support for G.711Damien Fetis2012-06-28
* flvdec: remove incomplete, disabled seeking codeRonald S. Bultje2012-06-19
* flv: support stream text data as onTextDataLuca Barbato2012-06-03
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-23
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer2012-02-27
* flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-27
* flvdec: Ignore the index if the ignidx flag is setMartin Storsjö2012-02-22
* flvdec: Fix indentationMartin Storsjö2012-02-22
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-31