summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a context to av_log() calls.Benoit Fouet2009-02-161-2/+2
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-021-0/+2
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-221-4/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer2008-12-211-1/+3
* set pts in flv demuxerBaptiste Coudurier2008-11-161-5/+16
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-281-1/+1
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-241-4/+1
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-241-1/+4
* fix for >2GB flv filesPascal Massimino2008-10-241-5/+6
* 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers2008-10-181-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-5/+5
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-291-0/+4
* factorize packet skip codeBaptiste Coudurier2008-08-291-4/+3
* simplify size handling codeBaptiste Coudurier2008-08-291-3/+5
* speex in flv demuxingBaptiste Coudurier2008-08-291-0/+1
* skip flv video info / command frame packets, fix issue #546Baptiste Coudurier2008-07-311-0/+4
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-261-0/+32
* in flv this field is dts finallyBaptiste Coudurier2008-05-231-6/+6
* flv use 32 bit ptsBaptiste Coudurier2008-05-231-1/+1
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-251-1/+2
* Remove useless code.Michael Niedermayer2008-04-141-6/+0
* Recommit r12809Michael Niedermayer2008-04-141-0/+4
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-141-12/+0
* revert r12809Michael Niedermayer2008-04-141-3/+0
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-131-0/+1
* 10lMichael Niedermayer2008-04-131-0/+3
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-201-3/+5
* Fix issue357Michael Niedermayer2008-02-241-1/+7
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-241-1/+1
* ReindentBenjamin Larsson2007-12-201-7/+7
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-201-0/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-31/+31
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-161-1/+2
* support flv with invalid headerMichael Niedermayer2007-10-311-2/+1
* factorize stream creationMichael Niedermayer2007-10-311-9/+11
* Nellymoser ASAO decoderBenjamin Larsson2007-10-151-0/+2
* use the VP6A codecAurelien Jacobs2007-09-251-0/+3
* revert r10527Aurelien Jacobs2007-09-251-49/+6
* Add support for VP6A in flv.Aurelien Jacobs2007-09-181-6/+49
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-071-0/+6
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-231-2/+2
* improve probe and give it the max scoreMichael Niedermayer2007-01-231-2/+2
* add FLV decoder metadata parsingAllan Hsu2006-12-121-66/+175
OpenPOWER on IntegriCloud