summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-02
* 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
* Remove useless code.Michael Niedermayer2008-04-14
* Recommit r12809Michael Niedermayer2008-04-14
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
* revert r12809Michael Niedermayer2008-04-14
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
* 10lMichael Niedermayer2008-04-13
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
* Fix issue357Michael Niedermayer2008-02-24
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-24
* ReindentBenjamin Larsson2007-12-20
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-20
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* support flv with invalid headerMichael Niedermayer2007-10-31
* factorize stream creationMichael Niedermayer2007-10-31
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
* use the VP6A codecAurelien Jacobs2007-09-25
* revert r10527Aurelien Jacobs2007-09-25
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-07