Commit History

Author SHA1 Message Date
  Michael Niedermayer 0366654e2b Use generic seeking code for flv. The removed code was a buggy duplicate. 16 years ago
  Michael Niedermayer 26d95a1ecf revert r12809 16 years ago
  Michael Niedermayer a33cfa3071 Stop find_stream_info() searching for further streams if 2 streams have 16 years ago
  Michael Niedermayer 749c9201aa 10l 16 years ago
  Pascal Massimino c04c52d3a8 Additional checks for strange num_val in FLV metadata 16 years ago
  Michael Niedermayer 58293e57e1 Fix issue357 16 years ago
  Michael Niedermayer 44de39f93c flv/swf do not have a big endian codec id, they only support 16 years ago
  Benjamin Larsson 107b5f93dd Reindent 17 years ago
  Benjamin Larsson 7b76c22465 Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files 17 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
  Alex Beregszaszi 018b6fb465 Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. 17 years ago
  Michael Niedermayer c8652b5714 support flv with invalid header 17 years ago
  Michael Niedermayer 6f910bcf39 factorize stream creation 17 years ago
  Benjamin Larsson 636b13c5fc Nellymoser ASAO decoder 17 years ago
  Aurelien Jacobs 9990460353 use the VP6A codec 17 years ago
  Aurelien Jacobs df63f130c8 revert r10527 17 years ago
  Aurelien Jacobs f84c357325 Add support for VP6A in flv. 17 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
  Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
  Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 17 years ago
  Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 17 years ago
  Alex Beregszaszi 031311cbd1 workaround for broken flvtoolized files 17 years ago
  Michael Niedermayer 683ab79ca0 flv follows in movs footsteps and has random trash in the width/height fields 17 years ago
  Michael Niedermayer 742482290f improve probe and give it the max score 17 years ago
  Allan Hsu 428cc588f2 add FLV decoder metadata parsing 18 years ago
  Michael Niedermayer 15f14fc7c2 move duration finding code into read_packet() so it can be skiped if duration has already been set 18 years ago
  Michael Niedermayer 17fcb1709f use amf_get_string() 18 years ago
  Michael Niedermayer 759dd138df cosmetics 18 years ago
  Michael Niedermayer 896bcd2e85 amf_get_string() by Allan Hsu allan aat counterpop doot net 18 years ago
  Michael Niedermayer 4eb0c66505 get rid of AVFMTCTX_NOHEADER, create streams in read_header() 18 years ago
  Allan Hsu 6cac3a3b08 Defines various common FLV format values between the FLV muxer and demuxer 18 years ago
  Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
  Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 18 years ago
  Aurelien Jacobs 246f86a4d6 document the extradata protocol for VP6F 18 years ago
  Aurelien Jacobs 9e2424ce60 use the adjustment value present in FLV to crop VP6 video 18 years ago
  Roberto Togni 12b6992b6f flv files from myspace with mp3 audio require need_parsing because the 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Nazo aeb20f7f9d FLV seeking patch by Nazo. lovesyao at aol com. 18 years ago
  Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
  Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
  Benjamin Larsson 0919e788ae Flash Screen Video decoder (fourcc:FSV1) 18 years ago
  Michael Niedermayer dbdaebe28d extract duration 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Michael Niedermayer a254c5745b kill duplicated get/put_be24() 19 years ago
  Michael Niedermayer dd9f59160e extract duration if available 19 years ago
  Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago