]> git.sesse.net Git - ffmpeg/history - libavformat/flvdec.c
Do not fail on zero packets.
[ffmpeg] / libavformat / flvdec.c
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.
2005-07-19 Michael Niedermayerkill duplicated get/put_be24()
2005-07-19 Michael Niedermayerextract duration if available
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-02-25 Alex Beregszasziproper handling of samplesize
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-21 Alex Beregszaszisupport adpcm audio, also some more verbose messages
2005-02-21 Alex Beregszaszicorrect pcm in flv handling
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2004-12-19 Michael Niedermayertry to guess the fps if they are variable
2004-10-18 Alex Beregszaszireport keyframes
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-17 Michael Niedermayercleanup
2004-03-10 Michael Niedermayerguess framerate
2004-03-09 Michael Niedermayerflv fixes
2004-03-08 Michael Niedermayerchannel count & samplerate fix
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...