summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
...
* flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö2012-01-30
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* flvdec: Fix compiler warning for uninitialized variablesJean First2012-01-04
* flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-21
* flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-21
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-22
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-12
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-12
* flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-25
* flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar2011-09-24
* flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö2011-09-23
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* flvdec: clenup debug codeAlex Converse2011-05-17
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-12
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-12
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander2011-03-31
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Fix 16kHz Mono NellyMoser in flv.Thierry Foucu2010-11-03
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-01
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Implement librtmp seek support.Howard Chu2010-04-18
* Set audio bit rate.Howard Chu2010-04-11
* Fix flvdec start-of-frame.Howard Chu2010-04-01
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-19
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-14
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14