| Commit message (Expand) | Author | Age | Files | Lines |
* | flvdec: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+4 |
* | flvdec: always set AVFMTCTX_NOHEADER. | Anton Khirnov | 2012-09-11 | 1 | -4/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -42/+42 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | flvdec: remove spurious use of stream id | Luca Barbato | 2012-07-29 | 1 | -8/+7 |
* | flvdec: Treat all nellymoser versions as the same codec | Martin Storsjö | 2012-07-05 | 1 | -4/+0 |
* | flvdec: optionally trust the metadata | Luca Barbato | 2012-07-05 | 1 | -0/+35 |
* | flvdec: initial stream switch support | Luca Barbato | 2012-07-03 | 1 | -4/+91 |
* | flv: add support for G.711 | Damien Fetis | 2012-06-28 | 1 | -0/+8 |
* | flvdec: remove incomplete, disabled seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -30/+0 |
* | flv: support stream text data as onTextData | Luca Barbato | 2012-06-03 | 1 | -15/+91 |
* | flvdec: Make sure sample_rate is set to the updated value | Martin Storsjö | 2012-05-23 | 1 | -2/+2 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+4 |
* | flvdec: Remove the now redundant check for known broken metadata creator | Michael Niedermayer | 2012-02-27 | 1 | -12/+0 |
* | flvdec: Validate index entries added from metadata while reading | Martin Storsjö | 2012-02-27 | 1 | -3/+52 |
* | flvdec: Ignore the index if the ignidx flag is set | Martin Storsjö | 2012-02-22 | 1 | -0/+3 |
* | flvdec: Fix indentation | Martin Storsjö | 2012-02-22 | 1 | -2/+3 |
* | lavf: remove the pointless value field from flv and iv8 | Anton Khirnov | 2012-01-31 | 1 | -1/+0 |
* | flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too | Martin Storsjö | 2012-01-30 | 1 | -7/+3 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | flvdec: Fix compiler warning for uninitialized variables | Jean First | 2012-01-04 | 1 | -1/+1 |
* | flvdec: Add param change side data if the sample rate or channels have changed | Martin Storsjö | 2011-12-21 | 1 | -6/+25 |
* | flvdec: Export new AAC/H.264 extradata as side data on the next packet | Martin Storsjö | 2011-12-21 | 1 | -0/+39 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | flvdec: Do not call parse_keyframes_index with a NULL stream | Reimar Döffinger | 2011-10-22 | 1 | -2/+3 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | flvdec: Don't export metadata entries that aren't proper metadata | Martin Storsjö | 2011-10-12 | 1 | -0/+14 |
* | flvdec: Split out setting of numeric fields from storing metadata | Martin Storsjö | 2011-10-12 | 1 | -5/+9 |
* | flvdec: Check for overflow before allocating arrays | Michael Niedermayer | 2011-09-25 | 1 | -0/+3 |
* | flvdec: Fix invalid pointer deferences when parsing index | Laurent Aimar | 2011-09-24 | 1 | -2/+2 |
* | flvdec: Ignore the index if it's from a creator known to be different | Martin Storsjö | 2011-09-23 | 1 | -0/+12 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | flvdec: clenup debug code | Alex Converse | 2011-05-17 | 1 | -2/+2 |
* | 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 |