]> git.sesse.net Git - ffmpeg/history - libavformat/flvdec.c
rtmpproto: Write correct flv packet sizes at the end of packets
[ffmpeg] / libavformat / flvdec.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-06-12 Vittorio Giovaraflv: Name an enum and use its type
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-11-24 Uwe L. Kornflvdec: Document how the duration is retrieved at the...
2014-10-21 Vittorio Giovaraflvdec: make sure to check create_stream and report...
2014-10-21 Vittorio Giovaraflvdec: avoid unitialized use of a struct member
2014-08-13 Andrew Stoneflvdec: update AVFormatContext.event_flags with METADAT...
2014-08-13 Andrew StoneExpose metadata found in onCuePoint events in .flv...
2014-08-01 Luca Barbatoflv: Index the audio stream
2014-06-01 Uwe L. Kornflvdec: Do not default to a video and audio stream
2014-04-23 Luca Barbatoflv: Do not mangle dts values for negative cts
2014-04-23 Luca Barbatoflv: Warn only once
2014-04-23 Luca Barbatoflv: Improve log messages
2014-01-11 Benjamin Larssonflv: Workaround for buggy Omnia A/XE encoder
2013-09-21 Luca Barbatoflv: Make onTextData parsing robust
2013-09-16 Luca Barbatoflv: Do not export datastream as metadata
2013-08-27 Luca Barbatoflv: Fix the help string
2013-08-01 Diego Biurrunflvdec: Eliminate completely silly goto
2013-08-01 Diego Biurrunflvdec: K&R formatting cosmetics
2013-08-01 Diego Biurrunflvdec: Fix = vs. == typo in sample rate check
2013-07-27 Diego BiurrunRemove unreachable returns
2013-03-28 Justin Rugglesflvdec: read audio sample size and channels metadata
2013-03-28 Justin Rugglesflvdec: use the correct audio codec id when parsing...
2013-03-01 Martin Storsjöflvdec: Check the return value of a malloc
2013-03-01 Martin Storsjöflvdec: Don't read the VP6 header byte when setting...
2012-11-12 Justin Rugglesflvdec: set channel layout
2012-09-11 Anton Khirnovflvdec: always set AVFMTCTX_NOHEADER.
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-29 Luca Barbatoflvdec: remove spurious use of stream id
2012-07-05 Martin Storsjöflvdec: Treat all nellymoser versions as the same codec
2012-07-05 Luca Barbatoflvdec: optionally trust the metadata
2012-07-03 Luca Barbatoflvdec: initial stream switch support
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-19 Ronald S. Bultjeflvdec: remove incomplete, disabled seeking code
2012-06-03 Luca Barbatoflv: support stream text data as onTextData
2012-05-23 Martin Storsjöflvdec: Make sure sample_rate is set to the updated...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-27 Michael Niedermayerflvdec: Remove the now redundant check for known broken...
2012-02-27 Martin Storsjöflvdec: Validate index entries added from metadata...
2012-02-22 Martin Storsjöflvdec: Ignore the index if the ignidx flag is set
2012-02-22 Martin Storsjöflvdec: Fix indentation
2012-01-31 Anton Khirnovlavf: remove the pointless value field from flv and iv8
2012-01-30 Martin Storsjöflvdec: Interpret a toplevel 'object' type metadata...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-04 Jean Firstflvdec: Fix compiler warning for uninitialized variables
2011-12-21 Martin Storsjöflvdec: Add param change side data if the sample rate...
2011-12-21 Martin Storsjöflvdec: Export new AAC/H.264 extradata as side data...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-21 Reimar Döffingerflvdec: Do not call parse_keyframes_index with a NULL...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-12 Martin Storsjöflvdec: Don't export metadata entries that aren't prope...
2011-10-12 Martin Storsjöflvdec: Split out setting of numeric fields from storin...
2011-09-25 Michael Niedermayerflvdec: Check for overflow before allocating arrays
2011-09-24 Laurent Aimarflvdec: Fix invalid pointer deferences when parsing...
2011-09-23 Martin Storsjöflvdec: Ignore the index if it's from a creator known...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-17 Alex Converseflvdec: clenup debug code
2011-04-12 Martin Storsjöflvdec: Allow parsing keyframes metadata without seekin...
2011-04-12 Anton Khirnovavio: undeprecate av_url_read_fseek/fpause under nicer...
2011-04-12 Kharkov Alexanderflvdec: Fix support for flvtool2 "keyframes based"...
2011-04-04 Justin Rugglesflvdec: fix segfault in amf_parse_object() due to NULL key
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-31 Kharkov Alexanderflvdec: read index stored in the 'keyframes' tag.
2011-03-21 Anton Khirnovavio: make av_url_read_fseek/fpause internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-03 Thierry FoucuFix 16kHz Mono NellyMoser in flv.
2010-07-01 Baptiste CoudurierUse ext sample from mpeg4audio config if set with AAC SBR
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-18 Howard ChuImplement librtmp seek support.
2010-04-11 Howard ChuSet audio bit rate.
2010-04-01 Howard ChuFix flvdec start-of-frame.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-19 Baptiste Coudurierfetch flv duration from file if it is set to 0 in metadata
2009-12-14 Michael NiedermayerRevert flvdec.c part of r20836
2009-12-14 Daniel VerkampFLV 8-bit PCM is unsigned, not signed
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-11-20 Daniel VerkampAdd codec id for Flash screen codec v2 and hook it...
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-09-15 Michael NiedermayerCheck offset in flv_probe()
2009-09-07 Martin StorsjöUse all 32 bits of the timestamp when calculating flv...
next