summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* add FLV decoder metadata parsingAllan Hsu2006-12-12
* move duration finding code into read_packet() so it can be skiped if duration...Michael Niedermayer2006-12-10
* use amf_get_string()Michael Niedermayer2006-12-10
* cosmeticsMichael Niedermayer2006-12-10
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-10
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-10
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-13
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-17
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* extract durationMichael Niedermayer2006-03-16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
* extract duration if availableMichael Niedermayer2005-07-19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* proper handling of samplesizeAlex Beregszaszi2005-02-25
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* support adpcm audio, also some more verbose messagesAlex Beregszaszi2005-02-21
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
* report keyframesAlex Beregszaszi2004-10-18
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* cleanupMichael Niedermayer2004-04-17
* guess framerateMichael Niedermayer2004-03-10
* flv fixesMichael Niedermayer2004-03-09
* channel count & samplerate fixMichael Niedermayer2004-03-08
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09