summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* flvdec: clenup debug codeAlex Converse2011-05-171-2/+2
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-121-2/+11
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-2/+2
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-121-1/+2
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-031-1/+1
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
* flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander2011-03-311-0/+66
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-2/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-9/+9
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-6/+6
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-9/+9
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-26/+26
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Fix 16kHz Mono NellyMoser in flv.Thierry Foucu2010-11-031-0/+6
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-011-1/+4
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-3/+3
* Implement librtmp seek support.Howard Chu2010-04-181-0/+37
* Set audio bit rate.Howard Chu2010-04-111-0/+2
* Fix flvdec start-of-frame.Howard Chu2010-04-011-5/+10
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-191-1/+1
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-141-25/+21
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-141-2/+2
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-21/+25
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-201-0/+1
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-111-3/+1
* Check offset in flv_probe()Michael Niedermayer2009-09-151-1/+1
* Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö2009-09-071-1/+3
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-041-33/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* flvdec: expose metadata through the generic metadata APIAurelien Jacobs2009-07-061-1/+7
* flvdec: re-enable metadata parsingAurelien Jacobs2009-07-061-1/+1
* flvdec: don't set format and codec context from metadata valuesAurelien Jacobs2009-07-061-25/+0
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-241-0/+34
* Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke2009-06-161-1/+1
* Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer2009-04-171-2/+1
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-121-1/+1
* Do not fail on zero packets.Michael Niedermayer2009-04-031-1/+1
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-021-0/+4
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-031-2/+2
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-211-0/+14
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
OpenPOWER on IntegriCloud