Commit History

Author SHA1 Message Date
  Howard Chu 7e939205d9 Set audio bit rate. 14 years ago
  Howard Chu 527c2e6429 Fix flvdec start-of-frame. 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 14 years ago
  Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 years ago
  Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
  Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
  Daniel Verkamp 0aa6a518ad Add codec id for Flash screen codec v2 and hook it up in FLV demuxer 15 years ago
  Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 years ago
  Michael Niedermayer 37e34df5a5 Check offset in flv_probe() 15 years ago
  Martin Storsjö b126dee964 Use all 32 bits of the timestamp when calculating flv duration. 15 years ago
  Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 15 years ago
  Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
  Aurelien Jacobs df2bd71aeb flvdec: expose metadata through the generic metadata API 15 years ago
  Aurelien Jacobs 09e54e1ff8 flvdec: re-enable metadata parsing 15 years ago
  Aurelien Jacobs 8caa0f0651 flvdec: don't set format and codec context from metadata values 15 years ago
  Justin Ruggles c1c206b343 flvdec: Build a Speex header during FLV demuxing using required and 15 years ago
  Art Clarke e1d8d7bb4b Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about 15 years ago
  Michael Niedermayer 4eec260642 Remove unused variable from flv_read_metabody() found by CSA. 15 years ago
  Michael Niedermayer 77daaf6748 Disable metadata reading. Yes, I would like to know what this code is good for 15 years ago
  Michael Niedermayer 634b927f82 Do not fail on zero packets. 15 years ago
  Baptiste Coudurier fcb4228c86 skip empty data packets in flv, fix input.flv 15 years ago
  Michael Niedermayer ded0149948 Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer 15 years ago
  Baptiste Coudurier d2718187b9 parse aac extradata to fetch channels and sample rate, patch from Netgem 15 years ago
  Peter Ross 0e9602ef93 FLV demuxer: return AVERROR_EOF upon detection of end of file. 15 years ago
  Benoit Fouet c102347088 Add a context to av_log() calls. 15 years ago
  Stefan de Konink 9a354fe3f9 Implement the reading of the video bitrate of flv movies out of the meta data, 15 years ago
  Michael Niedermayer a308737bd6 Use EAGAIN return, primarely intended as example of EAGAIN useage. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Michael Niedermayer 2f3d7ea974 Fix detection of audio codec in K70707-ARIA229.flv. 16 years ago
  Baptiste Coudurier ebd610557e set pts in flv demuxer 16 years ago
  Andrew Wason 8ff8de73a4 Fix endless loop when opening corrupt FLV files (issue 699). 16 years ago
  Baptiste Coudurier 7f8cd075e0 simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz 16 years ago
  Baptiste Coudurier f96d0eef53 force sample rate to 16khz for speex in flv, fix speexaudio.flv 16 years ago
  Pascal Massimino 4fe8a45240 fix for >2GB flv files 16 years ago
  Alexander Wichers 88cb61bb0c 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Baptiste Coudurier ae58b54b3f skip empty flv data packets, fix issue #602 16 years ago
  Baptiste Coudurier 3d9aecb0d7 factorize packet skip code 16 years ago
  Baptiste Coudurier 6298eb810d simplify size handling code 16 years ago
  Baptiste Coudurier 77b0443544 speex in flv demuxing 16 years ago
  Baptiste Coudurier 22e7d9cc25 skip flv video info / command frame packets, fix issue #546 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Baptiste Coudurier 04fd3e8134 aac and h264 in flv demuxing 16 years ago
  Baptiste Coudurier 7ef94d221b in flv this field is dts finally 16 years ago
  Baptiste Coudurier 19719bc631 flv use 32 bit pts 16 years ago
  Baptiste Coudurier 07a47ae2a3 pts are unsigned according to specs, fix negative pts when 32bit pts are used 16 years ago
  Michael Niedermayer 780169c363 Remove useless code. 16 years ago
  Michael Niedermayer b41497e903 Recommit r12809 16 years ago