summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-071-0/+6
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-231-2/+2
* improve probe and give it the max scoreMichael Niedermayer2007-01-231-2/+2
* add FLV decoder metadata parsingAllan Hsu2006-12-121-66/+175
* move duration finding code into read_packet() so it can be skiped if duration...Michael Niedermayer2006-12-101-12/+15
* use amf_get_string()Michael Niedermayer2006-12-101-8/+2
* cosmeticsMichael Niedermayer2006-12-101-4/+2
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-101-0/+16
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-101-10/+19
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-061-26/+27
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* fix flvdec.c file description commentAurelien Jacobs2006-10-231-1/+1
* document the extradata protocol for VP6FAurelien Jacobs2006-10-231-0/+6
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-221-1/+6
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-131-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-171-1/+18
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+5
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-6/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-011-0/+1
* extract durationMichael Niedermayer2006-03-161-1/+12
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-10/+10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
* kill duplicated get/put_be24()Michael Niedermayer2005-07-191-9/+0
* extract duration if availableMichael Niedermayer2005-07-191-7/+47
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-17/+17
* AVPacket.posMichael Niedermayer2005-05-261-5/+1
* switch to native time basesMichael Niedermayer2005-04-301-2/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-2/+6
* proper handling of samplesizeAlex Beregszaszi2005-02-251-0/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+0
* support adpcm audio, also some more verbose messagesAlex Beregszaszi2005-02-211-0/+3
* correct pcm in flv handlingAlex Beregszaszi2005-02-211-1/+6
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-0/+4
* try to guess the fps if they are variableMichael Niedermayer2004-12-191-8/+2
* report keyframesAlex Beregszaszi2004-10-181-0/+4
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+2
* cleanupMichael Niedermayer2004-04-171-43/+47
* guess framerateMichael Niedermayer2004-03-101-3/+14
* flv fixesMichael Niedermayer2004-03-091-0/+3
* channel count & samplerate fixMichael Niedermayer2004-03-081-0/+4
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-1/+1
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+156
OpenPOWER on IntegriCloud