| Commit message (Expand) | Author | Age | Files | Lines |
* | flvenc: Write proper cropping for VP6 even if there's no extradata | Martin Storsjö | 2013-10-10 | 1 | -3/+7 |
* | flvenc: Support muxing VP6A as well | Martin Storsjö | 2013-10-10 | 1 | -2/+3 |
* | flvenc: Don't pretend to support muxing "plain" VP6 | Martin Storsjö | 2013-10-10 | 1 | -4/+1 |
* | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | flvenc: do not mux more than one stream per type | Rafaël Carré | 2013-04-16 | 1 | -0/+10 |
* | flvenc: Check whether seeking back to the header succeeded | Björn Axelsson | 2012-12-20 | 1 | -4/+8 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | flvenc: silence bogus warning | Benjamin Larsson | 2012-09-18 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -45/+45 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -3/+3 |
* | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+1 |
* | flv: add support for G.711 | Damien Fetis | 2012-06-28 | 1 | -0/+8 |
* | flvenc: K&R formatting cosmetics | Luca Barbato | 2012-06-28 | 1 | -132/+142 |
* | flv: support stream text data as onTextData | Luca Barbato | 2012-06-03 | 1 | -10/+62 |
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -1/+2 |
* | flvenc: use AVFormatContext, not AVCodecContext for logging. | Anton Khirnov | 2012-05-07 | 1 | -10/+11 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | flvenc: Support muxing 16 kHz nellymoser | Martin Storsjö | 2011-12-15 | 1 | -0/+3 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | flvenc: use first packet delay as global delay. | Justin Ruggles | 2011-11-02 | 1 | -5/+12 |
* | flvenc: store delay and last_ts per-stream. | Justin Ruggles | 2011-10-21 | 1 | -12/+22 |
* | flvenc: check packet duration in speex using timestamps | Justin Ruggles | 2011-10-20 | 1 | -11/+13 |
* | flvenc: adjust for negative DTS for all codecs, not just H.264 | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
* | flvenc: Write the right metadata entry count | Martin Storsjö | 2011-10-12 | 1 | -3/+10 |
* | flvenc: use int64_t to store offsets | Luca Barbato | 2011-08-16 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -11/+11 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -2/+3 |
* | flvenc: propagate error properly | Luca Barbato | 2011-06-06 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -7/+7 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -7/+7 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -62/+62 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -7/+7 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 1 | -2/+2 |
* | FLV Metadata | Tomás Touceda | 2010-09-10 | 1 | -0/+8 |
* | Add AVC EOS tag to H264-encoded FLV files. | Thierry Foucu | 2010-08-18 | 1 | -0/+29 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -1/+1 |
* | 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 | -4/+4 |
* | Guess the duration before converting video and write guessed duration | Justin Johnson | 2010-02-02 | 1 | -1/+1 |
* | FLV 8-bit PCM is unsigned, not signed | Daniel Verkamp | 2009-12-14 | 1 | -3/+3 |
* | FLV muxer support for Flash screen codec v2 | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |