]> git.sesse.net Git - ffmpeg/history - libavformat/flvdec.c
add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated
[ffmpeg] / libavformat / flvdec.c
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()
2006-12-10 Michael Niedermayercosmetics
2006-12-10 Michael Niedermayeramf_get_string() by Allan Hsu allan aat counterpop...
2006-12-10 Michael Niedermayerget rid of AVFMTCTX_NOHEADER, create streams in read_he...
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-23 Aurelien Jacobsfix flvdec.c file description comment
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-13 Roberto Togniflv files from myspace with mp3 audio require need_pars...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-17 NazoFLV seeking patch by Nazo. lovesyao at aol com.
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)
2006-03-16 Michael Niedermayerextract duration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
next