276 Commits (af2d96433624d4083bd94083a2ef8aaa5f42c3a2)

Author SHA1 Message Date
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
Reimar Döffinger 8b8a47f6fb Make detection of single-stream flv work again. 13 years ago
Michael Niedermayer ff53c79d0a flvdec: Stop searching for streams once a audio & a video stream has been found 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Michael Niedermayer 957a593cd9 flvdemux: export flags for nellymoser through side data. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Joseph Wecker b55dd10d62 Fix typeo in some rarely used memoization 13 years ago
Michael Niedermayer 4b7ef5a1e6 flv: Skip invalid index 13 years ago
Michael Niedermayer 4717e29796 flvdec: skip duplicate indexes 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
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