261 Commits (b27e2b6e12461b0f60204c7f0145609a6db1697b)

Author SHA1 Message Date
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 4654bf44a7 flvdec: fix creation of lots of phantom data streams 12 years ago
Roman Arutyunyan c0daa73a0f fix flv new stream handling after head already parsed 12 years ago
Michael Niedermayer d7587ba1c6 flvdec: remove duplicate return 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 231ffb9243 flvdec: follow packets backward until a valid last timestamp is found 12 years ago
Michael Niedermayer 71a5cd7dbc flvdec: perform duration search just once 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 12 years ago
Martin Storsjö e43f56b205 flvdec: Treat all nellymoser versions as the same codec 13 years ago
Luca Barbato 5b54a90c8b flvdec: optionally trust the metadata 13 years ago
Luca Barbato 09a445ce34 flvdec: initial stream switch support 13 years ago
Damien Fetis b92c7ee662 flv: add support for G.711 13 years ago
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
Michael Niedermayer faa2930f19 flvdec: reenable extradata passing code 13 years ago
Reimar Döffinger 20044cd9a9 flvdec: pass on proper error value. 13 years ago
Reimar Döffinger 8f63f241d4 Remove some useless code that duplicates av_get_packet. 13 years ago
Michael Niedermayer c4ce870967 flvdec: allocate large enough buffer so get_bits() doesnt overread 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Clément Bœsch 9dd649c004 flv: clarify use of video info/cmd frame. 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
Michael Niedermayer 1e44dda825 flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not used" 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
Jean First e2c1d3ec41 flvdec: use av_uninit to silence compiler warnings 13 years ago
Michael Niedermayer 5500e65342 flvdec: Check avpriv_mpeg4audio_get_config() return 13 years ago
Michael Niedermayer bace181b48 flvdec: Add comment about the 5 second threshold 13 years ago
Michael Niedermayer 83f70805c0 flvdec: Print a warning in all failure cases of parse_keyframes_index() 13 years ago
Michael Niedermayer 67c734ea5c flvdec: Disable metadatacreator "MEGA" hack 13 years ago
Michael Niedermayer df0bff6643 flvdec: Check index for being valid 13 years ago
Michael Niedermayer 8ff4fff774 flvdec: disable new midstream param change code not only for h264 but all cases. 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
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