summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-25
* Remove useless code.Michael Niedermayer2008-04-14
* Recommit r12809Michael Niedermayer2008-04-14
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
* revert r12809Michael Niedermayer2008-04-14
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
* 10lMichael Niedermayer2008-04-13
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
* Fix issue357Michael Niedermayer2008-02-24
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-24
* ReindentBenjamin Larsson2007-12-20
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-20
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* support flv with invalid headerMichael Niedermayer2007-10-31
* factorize stream creationMichael Niedermayer2007-10-31
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
* use the VP6A codecAurelien Jacobs2007-09-25
* revert r10527Aurelien Jacobs2007-09-25
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-07
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
* 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