192 Commits (0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85)

Author SHA1 Message Date
Luca Barbato c951e4b442 flv: Make onTextData parsing robust 11 years ago
Luca Barbato 0a9425d7cf flv: Do not export datastream as metadata 11 years ago
Luca Barbato f4634ae8a8 flv: Fix the help string 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago
Diego Biurrun 6ff15cd569 Remove unreachable returns 11 years ago
Justin Ruggles e46a2a7309 flvdec: read audio sample size and channels metadata 12 years ago
Justin Ruggles c3d0157753 flvdec: use the correct audio codec id when parsing metadata 12 years ago
Martin Storsjö c5a738ca4e flvdec: Check the return value of a malloc 12 years ago
Martin Storsjö c91c63b538 flvdec: Don't read the VP6 header byte when setting codec type based on metadata 12 years ago
Justin Ruggles 644d8d2e5a flvdec: set channel layout 12 years ago
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
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 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
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. 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