| Commit message (Expand) | Author | Age | Files | Lines |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | workaround for broken flvtoolized files | Alex Beregszaszi | 2007-03-07 | 1 | -0/+6 |
* | flv follows in movs footsteps and has random trash in the width/height fields | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | improve probe and give it the max score | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | add FLV decoder metadata parsing | Allan Hsu | 2006-12-12 | 1 | -66/+175 |
* | move duration finding code into read_packet() so it can be skiped if duration... | Michael Niedermayer | 2006-12-10 | 1 | -12/+15 |
* | use amf_get_string() | Michael Niedermayer | 2006-12-10 | 1 | -8/+2 |
* | cosmetics | Michael Niedermayer | 2006-12-10 | 1 | -4/+2 |
* | amf_get_string() by Allan Hsu allan aat counterpop doot net | Michael Niedermayer | 2006-12-10 | 1 | -0/+16 |
* | get rid of AVFMTCTX_NOHEADER, create streams in read_header() | Michael Niedermayer | 2006-12-10 | 1 | -10/+19 |
* | Defines various common FLV format values between the FLV muxer and demuxer | Allan Hsu | 2006-12-06 | 1 | -26/+27 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | fix flvdec.c file description comment | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | document the extradata protocol for VP6F | Aurelien Jacobs | 2006-10-23 | 1 | -0/+6 |
* | use the adjustment value present in FLV to crop VP6 video | Aurelien Jacobs | 2006-10-22 | 1 | -1/+6 |
* | flv files from myspace with mp3 audio require need_parsing because the | Roberto Togni | 2006-10-13 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | FLV seeking patch by Nazo. lovesyao at aol com. | Nazo | 2006-09-17 | 1 | -1/+18 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+5 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -6/+0 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Flash Screen Video decoder (fourcc:FSV1) | Benjamin Larsson | 2006-06-01 | 1 | -0/+1 |
* | extract duration | Michael Niedermayer | 2006-03-16 | 1 | -1/+12 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -10/+10 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -9/+9 |
* | kill duplicated get/put_be24() | Michael Niedermayer | 2005-07-19 | 1 | -9/+0 |
* | extract duration if available | Michael Niedermayer | 2005-07-19 | 1 | -7/+47 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -17/+17 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -5/+1 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -2/+1 |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -2/+6 |
* | proper handling of samplesize | Alex Beregszaszi | 2005-02-25 | 1 | -0/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -1/+0 |
* | support adpcm audio, also some more verbose messages | Alex Beregszaszi | 2005-02-21 | 1 | -0/+3 |
* | correct pcm in flv handling | Alex Beregszaszi | 2005-02-21 | 1 | -1/+6 |
* | support discarding uninterresting packets | Michael Niedermayer | 2005-01-22 | 1 | -0/+4 |
* | try to guess the fps if they are variable | Michael Niedermayer | 2004-12-19 | 1 | -8/+2 |
* | report keyframes | Alex Beregszaszi | 2004-10-18 | 1 | -0/+4 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -3/+3 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2004-04-17 | 1 | -43/+47 |
* | guess framerate | Michael Niedermayer | 2004-03-10 | 1 | -3/+14 |
* | flv fixes | Michael Niedermayer | 2004-03-09 | 1 | -0/+3 |
* | channel count & samplerate fix | Michael Niedermayer | 2004-03-08 | 1 | -0/+4 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -1/+1 |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -1/+1 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -0/+156 |