| Commit message (Expand) | Author | Age | Files | Lines |
* | Check offset in flv_probe() | Michael Niedermayer | 2009-09-15 | 1 | -1/+1 |
* | Use all 32 bits of the timestamp when calculating flv duration. | Martin Storsjö | 2009-09-07 | 1 | -1/+3 |
* | Remove fake Speex header creation from FLV demuxer. Having it there was not the | Justin Ruggles | 2009-09-04 | 1 | -33/+0 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | flvdec: expose metadata through the generic metadata API | Aurelien Jacobs | 2009-07-06 | 1 | -1/+7 |
* | flvdec: re-enable metadata parsing | Aurelien Jacobs | 2009-07-06 | 1 | -1/+1 |
* | flvdec: don't set format and codec context from metadata values | Aurelien Jacobs | 2009-07-06 | 1 | -25/+0 |
* | flvdec: Build a Speex header during FLV demuxing using required and | Justin Ruggles | 2009-06-24 | 1 | -0/+34 |
* | Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about | Art Clarke | 2009-06-16 | 1 | -1/+1 |
* | Remove unused variable from flv_read_metabody() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+1 |
* | Disable metadata reading. Yes, I would like to know what this code is good for | Michael Niedermayer | 2009-04-12 | 1 | -1/+1 |
* | Do not fail on zero packets. | Michael Niedermayer | 2009-04-03 | 1 | -1/+1 |
* | skip empty data packets in flv, fix input.flv | Baptiste Coudurier | 2009-04-02 | 1 | -0/+4 |
* | Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer | Michael Niedermayer | 2009-03-03 | 1 | -2/+2 |
* | parse aac extradata to fetch channels and sample rate, patch from Netgem | Baptiste Coudurier | 2009-02-21 | 1 | -0/+14 |
* | FLV demuxer: return AVERROR_EOF upon detection of end of file. | Peter Ross | 2009-02-19 | 1 | -1/+1 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-02-16 | 1 | -2/+2 |
* | Implement the reading of the video bitrate of flv movies out of the meta data, | Stefan de Konink | 2009-02-02 | 1 | -0/+2 |
* | Use EAGAIN return, primarely intended as example of EAGAIN useage. | Michael Niedermayer | 2009-01-22 | 1 | -4/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix detection of audio codec in K70707-ARIA229.flv. | Michael Niedermayer | 2008-12-21 | 1 | -1/+3 |
* | set pts in flv demuxer | Baptiste Coudurier | 2008-11-16 | 1 | -5/+16 |
* | Fix endless loop when opening corrupt FLV files (issue 699). | Andrew Wason | 2008-10-28 | 1 | -1/+1 |
* | simplify sample rate code, flv_set_audio_codec already overrides it for nelly... | Baptiste Coudurier | 2008-10-24 | 1 | -4/+1 |
* | force sample rate to 16khz for speex in flv, fix speexaudio.flv | Baptiste Coudurier | 2008-10-24 | 1 | -1/+4 |
* | fix for >2GB flv files | Pascal Massimino | 2008-10-24 | 1 | -5/+6 |
* | 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu | Alexander Wichers | 2008-10-18 | 1 | -2/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -5/+5 |
* | skip empty flv data packets, fix issue #602 | Baptiste Coudurier | 2008-08-29 | 1 | -0/+4 |
* | factorize packet skip code | Baptiste Coudurier | 2008-08-29 | 1 | -4/+3 |
* | simplify size handling code | Baptiste Coudurier | 2008-08-29 | 1 | -3/+5 |
* | speex in flv demuxing | Baptiste Coudurier | 2008-08-29 | 1 | -0/+1 |
* | skip flv video info / command frame packets, fix issue #546 | Baptiste Coudurier | 2008-07-31 | 1 | -0/+4 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | aac and h264 in flv demuxing | Baptiste Coudurier | 2008-05-26 | 1 | -0/+32 |
* | in flv this field is dts finally | Baptiste Coudurier | 2008-05-23 | 1 | -6/+6 |
* | flv use 32 bit pts | Baptiste Coudurier | 2008-05-23 | 1 | -1/+1 |
* | pts are unsigned according to specs, fix negative pts when 32bit pts are used | Baptiste Coudurier | 2008-04-25 | 1 | -1/+2 |
* | Remove useless code. | Michael Niedermayer | 2008-04-14 | 1 | -6/+0 |
* | Recommit r12809 | Michael Niedermayer | 2008-04-14 | 1 | -0/+4 |
* | Use generic seeking code for flv. The removed code was a buggy duplicate. | Michael Niedermayer | 2008-04-14 | 1 | -12/+0 |
* | revert r12809 | Michael Niedermayer | 2008-04-14 | 1 | -3/+0 |
* | Stop find_stream_info() searching for further streams if 2 streams have | Michael Niedermayer | 2008-04-13 | 1 | -0/+1 |
* | 10l | Michael Niedermayer | 2008-04-13 | 1 | -0/+3 |
* | Additional checks for strange num_val in FLV metadata | Pascal Massimino | 2008-03-20 | 1 | -3/+5 |
* | Fix issue357 | Michael Niedermayer | 2008-02-24 | 1 | -1/+7 |
* | flv/swf do not have a big endian codec id, they only support | Michael Niedermayer | 2008-02-24 | 1 | -1/+1 |
* | Reindent | Benjamin Larsson | 2007-12-20 | 1 | -7/+7 |
* | Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files | Benjamin Larsson | 2007-12-20 | 1 | -0/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -31/+31 |