]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/flvdec.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / flvdec.c
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-26 bcoudurieraac and h264 in flv demuxing
2008-05-23 bcoudurierin flv this field is dts finally
2008-05-23 bcoudurierflv use 32 bit pts
2008-04-25 bcoudurierpts are unsigned according to specs, fix negative pts...
2008-04-14 michaelRemove useless code.
2008-04-14 michaelRecommit r12809
2008-04-14 michaelUse generic seeking code for flv. The removed code...
2008-04-14 michaelrevert r12809
2008-04-13 michaelStop find_stream_info() searching for further streams...
2008-04-13 michael10l
2008-03-20 skal Additional checks for strange num_val in FLV...
2008-02-24 michaelFix issue357
2008-02-24 michaelflv/swf do not have a big endian codec id, they only...
2007-12-20 bananReindent
2007-12-20 bananCorrectly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 alexHonor the 8bit extension (now 32bit instaed 24bit)...
2007-10-31 michaelsupport flv with invalid header
2007-10-31 michaelfactorize stream creation
2007-10-15 bananNellymoser ASAO decoder
2007-09-25 aureluse the VP6A codec
2007-09-25 aurelrevert r10527
2007-09-18 aurelAdd support for VP6A in flv.
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-05 diegoGroup all copyright and author notices together.
2007-04-15 aureladd an enum for need_parsing
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-07 alexworkaround for broken flvtoolized files
2007-01-23 michaelflv follows in movs footsteps and has random trash...
2007-01-23 michaelimprove probe and give it the max score
2006-12-12 gpoirieradd FLV decoder metadata parsing
2006-12-10 michaelmove duration finding code into read_packet() so it...
2006-12-10 michaeluse amf_get_string()
2006-12-10 michaelcosmetics
2006-12-10 michaelamf_get_string() by Allan Hsu allan aat counterpop...
2006-12-10 michaelget rid of AVFMTCTX_NOHEADER, create streams in read_he...
2006-12-06 aurelDefines various common FLV format values between the...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-23 aurelfix flvdec.c file description comment
2006-10-23 aureldocument the extradata protocol for VP6F
2006-10-22 aureluse the adjustment value present in FLV to crop VP6...
2006-10-13 rtogniflv files from myspace with mp3 audio require need_pars...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-17 bananFLV seeking patch by Nazo. lovesyao at aol com.
2006-09-09 aurelVP5 and VP6 video decoder
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-01 bananFlash Screen Video decoder (fourcc:FSV1)
2006-03-16 michaelextract duration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-19 michaelkill duplicated get/put_be24()
2005-07-19 michaelextract duration if available
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-03-17 michaelmore fine grained discarding of packets
2005-02-25 alexproper handling of samplesize
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-21 alexsupport adpcm audio, also some more verbose messages
2005-02-21 alexcorrect pcm in flv handling
2005-01-22 michaelsupport discarding uninterresting packets
2004-12-19 michaeltry to guess the fps if they are variable
2004-10-18 alexreport keyframes
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-17 michaelcleanup
2004-03-10 michaelguess framerate
2004-03-09 michaelflv fixes
2004-03-08 michaelchannel count & samplerate fix
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-07-09 michaelniflash video (flv) support patch by (Garrick Meeker...