summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* 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
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Check offset in flv_probe()Michael Niedermayer2009-09-15
* Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö2009-09-07
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-04
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* flvdec: expose metadata through the generic metadata APIAurelien Jacobs2009-07-06
* flvdec: re-enable metadata parsingAurelien Jacobs2009-07-06
* flvdec: don't set format and codec context from metadata valuesAurelien Jacobs2009-07-06
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-24
* Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke2009-06-16
* Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer2009-04-17
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-12
* Do not fail on zero packets.Michael Niedermayer2009-04-03
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-02
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-03
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-02
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer2008-12-21
* set pts in flv demuxerBaptiste Coudurier2008-11-16
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-28
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-24
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-24
* fix for >2GB flv filesPascal Massimino2008-10-24
* 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers2008-10-18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
* factorize packet skip codeBaptiste Coudurier2008-08-29
* simplify size handling codeBaptiste Coudurier2008-08-29
* speex in flv demuxingBaptiste Coudurier2008-08-29
* skip flv video info / command frame packets, fix issue #546Baptiste Coudurier2008-07-31
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-26
* in flv this field is dts finallyBaptiste Coudurier2008-05-23
* flv use 32 bit ptsBaptiste Coudurier2008-05-23
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-25