| Commit message (Expand) | Author | Age | Files | Lines |
* | flvdec: Allow parsing keyframes metadata without seeking in most cases | Martin Storsjö | 2011-04-12 | 1 | -2/+11 |
* | avio: undeprecate av_url_read_fseek/fpause under nicer names | Anton Khirnov | 2011-04-12 | 1 | -2/+2 |
* | flvdec: Fix support for flvtool2 "keyframes based" generated index | Kharkov Alexander | 2011-04-12 | 1 | -1/+2 |
* | flvdec: fix segfault in amf_parse_object() due to NULL key | Justin Ruggles | 2011-04-03 | 1 | -1/+1 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | flvdec: read index stored in the 'keyframes' tag. | Kharkov Alexander | 2011-03-31 | 1 | -0/+66 |
* | avio: make av_url_read_fseek/fpause internal. | Anton Khirnov | 2011-03-21 | 1 | -2/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -9/+9 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -6/+6 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -26/+26 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Fix 16kHz Mono NellyMoser in flv. | Thierry Foucu | 2010-11-03 | 1 | -0/+6 |
* | Use ext sample from mpeg4audio config if set with AAC SBR | Baptiste Coudurier | 2010-07-01 | 1 | -1/+4 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -3/+3 |
* | Implement librtmp seek support. | Howard Chu | 2010-04-18 | 1 | -0/+37 |
* | Set audio bit rate. | Howard Chu | 2010-04-11 | 1 | -0/+2 |
* | Fix flvdec start-of-frame. | Howard Chu | 2010-04-01 | 1 | -5/+10 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | fetch flv duration from file if it is set to 0 in metadata | Baptiste Coudurier | 2010-01-19 | 1 | -1/+1 |
* | Revert flvdec.c part of r20836 | Michael Niedermayer | 2009-12-14 | 1 | -25/+21 |
* | FLV 8-bit PCM is unsigned, not signed | Daniel Verkamp | 2009-12-14 | 1 | -2/+2 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 1 | -21/+25 |
* | Add codec id for Flash screen codec v2 and hook it up in FLV demuxer | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |
* | Add a channels field to MPEG4AudioConfig. | Alex Converse | 2009-11-11 | 1 | -3/+1 |
* | 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 |