175 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
  Luca Barbato 21e2dc9fb7 flv: support stream text data as onTextData 13 years ago
  Martin Storsjö 1e8561e369 flvdec: Make sure sample_rate is set to the updated value 13 years ago
  Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
  Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago
  Martin Storsjö 7e297a46db flvdec: Validate index entries added from metadata while reading 13 years ago
  Martin Storsjö b70f04c261 flvdec: Ignore the index if the ignidx flag is set 13 years ago
  Martin Storsjö 0a7ce3caa8 flvdec: Fix indentation 13 years ago
  Anton Khirnov 9a463917d3 lavf: remove the pointless value field from flv and iv8 13 years ago
  Martin Storsjö 89f6e8a20c flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too 13 years ago
  Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
  Jean First 2df73eefb4 flvdec: Fix compiler warning for uninitialized variables 13 years ago
  Martin Storsjö 2215c39e94 flvdec: Add param change side data if the sample rate or channels have changed 13 years ago
  Martin Storsjö 251f320f7d flvdec: Export new AAC/H.264 extradata as side data on the next packet 13 years ago
  Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
  Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Reimar Döffinger f4b51d061f flvdec: Do not call parse_keyframes_index with a NULL stream 13 years ago
  Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
  Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 14 years ago
  Martin Storsjö 5e87222fd1 flvdec: Don't export metadata entries that aren't proper metadata 13 years ago
  Martin Storsjö b204c46d9d flvdec: Split out setting of numeric fields from storing metadata 13 years ago
  Michael Niedermayer a246cefa75 flvdec: Check for overflow before allocating arrays 13 years ago
  Laurent Aimar 2b4e49d428 flvdec: Fix invalid pointer deferences when parsing index 13 years ago
  Martin Storsjö bafff1668c flvdec: Ignore the index if it's from a creator known to be different 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
  Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
  Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
  Alex Converse 13220b1856 flvdec: clenup debug code 14 years ago
  Martin Storsjö 578d6861a7 flvdec: Allow parsing keyframes metadata without seeking in most cases 14 years ago
  Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
  Kharkov Alexander b5304f7b2e flvdec: Fix support for flvtool2 "keyframes based" generated index 14 years ago
  Justin Ruggles e3c007bb43 flvdec: fix segfault in amf_parse_object() due to NULL key 14 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
  Kharkov Alexander cb7e2c1ca8 flvdec: read index stored in the 'keyframes' tag. 14 years ago
  Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Thierry Foucu caa7ad5dc6 Fix 16kHz Mono NellyMoser in flv. 14 years ago
  Baptiste Coudurier 7d6096e42e Use ext sample from mpeg4audio config if set with AAC SBR 15 years ago