| Commit message (Expand) | Author | Age | Files | Lines |
* | flvenc: Provide output bytestream markers | Martin Storsjö | 2016-05-18 | 1 | -0/+4 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -76/+76 |
* | flv: Validate and reject unsupported codecs | Luca Barbato | 2015-03-04 | 1 | -16/+17 |
* | flvenc: Remove an unused variable | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |
* | flvenc: Send new metadata when FLAG_METADATA_UPDATED is set. | Andrew Stone | 2014-11-17 | 1 | -14/+19 |
* | flvenc: move metadata updates into a single function | Andrew Stone | 2014-11-17 | 1 | -90/+103 |
* | flvenc: Don't over-count metadata. | Josh Allmann | 2014-06-17 | 1 | -1/+2 |
* | flvenc: only write the framerate tag based on avg_frame_rate | Anton Khirnov | 2014-05-29 | 1 | -4/+4 |
* | flv: Use the correct type to hold the file offset | Luca Barbato | 2013-12-20 | 1 | -1/+1 |
* | 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 |