]> git.sesse.net Git - ffmpeg/history - libavformat/flvdec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / flvdec.c
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...
2009-09-04 Justin RugglesRemove fake Speex header creation from FLV demuxer...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-06 Aurelien Jacobsflvdec: expose metadata through the generic metadata API
2009-07-06 Aurelien Jacobsflvdec: re-enable metadata parsing
2009-07-06 Aurelien Jacobsflvdec: don't set format and codec context from metadat...
2009-06-24 Justin Rugglesflvdec: Build a Speex header during FLV demuxing using...
2009-06-16 Art ClarkeDowngrade message log level (from AV_LOG_ERROR to AV_LO...
2009-04-17 Michael NiedermayerRemove unused variable from flv_read_metabody() found...
2009-04-12 Michael NiedermayerDisable metadata reading. Yes, I would like to know...
2009-04-03 Michael NiedermayerDo not fail on zero packets.
2009-04-02 Baptiste Coudurierskip empty data packets in flv, fix input.flv
2009-03-03 Michael NiedermayerReplace two 'return AVERROR(EAGAIN);' by continue....
2009-02-21 Baptiste Coudurierparse aac extradata to fetch channels and sample rate...
2009-02-19 Peter RossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-02 Stefan de KoninkImplement the reading of the video bitrate of flv movie...
2009-01-22 Michael NiedermayerUse EAGAIN return, primarely intended as example of...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-21 Michael NiedermayerFix detection of audio codec in K70707-ARIA229.flv.
2008-11-16 Baptiste Coudurierset pts in flv demuxer
2008-10-28 Andrew WasonFix endless loop when opening corrupt FLV files (issue...
2008-10-24 Baptiste Couduriersimplify sample rate code, flv_set_audio_codec already...
2008-10-24 Baptiste Coudurierforce sample rate to 16khz for speex in flv, fix speexa...
2008-10-24 Pascal Massiminofix for >2GB flv files
2008-10-18 Alexander Wichers8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-29 Baptiste Coudurierskip empty flv data packets, fix issue #602
2008-08-29 Baptiste Coudurierfactorize packet skip code
2008-08-29 Baptiste Couduriersimplify size handling code
next