]> git.sesse.net Git - ffmpeg/history - libavformat/flvdec.c
lavf: fix function name in compute_pkt_fields2 av_dlog message
[ffmpeg] / libavformat / flvdec.c
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
2008-08-29 Baptiste Coudurierspeex in flv demuxing
2008-07-31 Baptiste Coudurierskip flv video info / command frame packets, fix issue...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Coudurieraac and h264 in flv demuxing
2008-05-23 Baptiste Coudurierin flv this field is dts finally
2008-05-23 Baptiste Coudurierflv use 32 bit pts
2008-04-25 Baptiste Coudurierpts are unsigned according to specs, fix negative pts...
2008-04-14 Michael NiedermayerRemove useless code.
2008-04-14 Michael NiedermayerRecommit r12809
2008-04-14 Michael NiedermayerUse generic seeking code for flv. The removed code...
2008-04-14 Michael Niedermayerrevert r12809
2008-04-13 Michael NiedermayerStop find_stream_info() searching for further streams...
2008-04-13 Michael Niedermayer10l
2008-03-20 Pascal Massimino Additional checks for strange num_val in FLV...
2008-02-24 Michael NiedermayerFix issue357
2008-02-24 Michael Niedermayerflv/swf do not have a big endian codec id, they only...
2007-12-20 Benjamin LarssonReindent
2007-12-20 Benjamin LarssonCorrectly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 Alex BeregszasziHonor the 8bit extension (now 32bit instaed 24bit)...
2007-10-31 Michael Niedermayersupport flv with invalid header
2007-10-31 Michael Niedermayerfactorize stream creation
2007-10-15 Benjamin LarssonNellymoser ASAO decoder
2007-09-25 Aurelien Jacobsuse the VP6A codec
2007-09-25 Aurelien Jacobsrevert r10527
2007-09-18 Aurelien JacobsAdd support for VP6A in flv.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-07 Alex Beregszasziworkaround for broken flvtoolized files
2007-01-23 Michael Niedermayerflv follows in movs footsteps and has random trash...
2007-01-23 Michael Niedermayerimprove probe and give it the max score
2006-12-12 Allan Hsuadd FLV decoder metadata parsing
2006-12-10 Michael Niedermayermove duration finding code into read_packet() so it...
2006-12-10 Michael Niedermayeruse amf_get_string()
next