392 Commits (8e6b9ef4733be91b32c8b7becd95124340b92334)

Author SHA1 Message Date
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
Reimar Döffinger 6ea6ff053a Do not call parse_keyframes_index with NULL stream. 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
Michael Niedermayer 6d789f50d2 flvdec: Inject in stream extradata, into the stream. 13 years ago
Asad Mehmood bcc531f04a flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 stream 13 years ago
Joseph Wecker 0078430e30 flvdec: A little bit of cleanup 13 years ago
Joseph Wecker 4c05042978 flvdec: Properly decoding in-band metadata packets as data frames. 13 years ago
Joseph Wecker c054f11606 flvdec: Started to remove most of the "only 1-audio+1-video" assumptions 13 years ago
Joseph Wecker 30bcd6a945 flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcaster. 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
Michael Niedermayer d6f79edb6e flv demuxer: dont error out due to index problems, but inform the user about it. 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
Michael Niedermayer c0577ceb55 flv: Only parse keyframe index when the underlaying protocol allows seeking as we need to seek to read the index 14 years ago
Kharkov Alexander ba667e600f Fix support for flvtool2 "keyframes based" generated index in FLV format decoder 14 years ago
Justin Ruggles e3c007bb43 flvdec: fix segfault in amf_parse_object() due to NULL key 14 years ago
Justin Ruggles deff8a6d3a 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
Michael Niedermayer a0350330cd Move flv format #defines to common header so they can be used by the encoder too. 14 years ago
Michael Niedermayer 0c4d4a9355 Cleanup flv keyframe index reading and add some saftey checks. 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 db44ea960d avio: avio_ prefix for url_fsize 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 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 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 e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago