summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Collapse)AuthorAge
...
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FLV decoder metadata parsingAllan Hsu2006-12-12
| | | | | | | | patch by Allan Hsu % allan A counterpop P net % date: Dec 12, 2006 12:19 PM subject: Re: [Ffmpeg-devel] [PATCH] FLV decoder metadata reading Originally committed as revision 7286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move duration finding code into read_packet() so it can be skiped if ↵Michael Niedermayer2006-12-10
| | | | | | duration has already been set Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use amf_get_string()Michael Niedermayer2006-12-10
| | | | Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2006-12-10
| | | | Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-10
| | | | Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-10
| | | | Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
| | | | | | | in a common flv.h. patch by Allan Hsu allan _at_ counterpop.net Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-13
| | | | | | frames are fragmented. Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-17
| | | | Originally committed as revision 6285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-16
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract duration if availableMichael Niedermayer2005-07-19
| | | | Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper handling of samplesizeAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support adpcm audio, also some more verbose messagesAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report keyframesAlex Beregszaszi2004-10-18
| | | | Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-04-17
| | | | | | fix streamcopy Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess framerateMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv fixesMichael Niedermayer2004-03-09
| | | | Originally committed as revision 2863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* channel count & samplerate fixMichael Niedermayer2004-03-08
| | | | Originally committed as revision 2858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk