163 Commits (986c1c483befa717ee20710e21f5a5c014666c6e)

Author SHA1 Message Date
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. 13 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
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Howard Chu fc8fa007fb Implement librtmp seek support. 15 years ago
Howard Chu 7e939205d9 Set audio bit rate. 15 years ago
Howard Chu 527c2e6429 Fix flvdec start-of-frame. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 15 years ago
Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 years ago