| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Log a clearer warning message when muxing FLV with Speex containing more than | Justin Ruggles | 2009-10-16 | 1 | -3/+3 |
* | Add Speex support to the FLV muxer. | Justin Ruggles | 2009-10-16 | 1 | -1/+17 |
* | Flv should be AVFMT_VARIABLE_FPS. | Michael Niedermayer | 2009-09-16 | 1 | -1/+1 |
* | Fix onMetaData property count in flv files (issue 1206). | Yoshihisa Uchida | 2009-06-20 | 1 | -1/+1 |
* | Splits the totalbitrate in a videodatarate and audiodatarate part. | Stefan de Konink | 2009-02-02 | 1 | -1/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | use ff_avc_parse_nal_units_buf because output size might differ from input size | Baptiste Coudurier | 2009-01-16 | 1 | -7/+12 |
* | Reindent after last commit | Luca Abeni | 2009-01-15 | 1 | -1/+1 |
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 1 | -7/+6 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | remove comment, this is not relevant anymore | Baptiste Coudurier | 2009-01-11 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-01-11 | 1 | -4/+4 |
* | check for negative dts value even if bitstream is already formated, | Baptiste Coudurier | 2009-01-11 | 1 | -2/+3 |
* | Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic... | Alexander Wichers | 2008-10-18 | 1 | -1/+5 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | timestamps in flv are 32bits _signed_ according to flash player, specs are wrong | Baptiste Coudurier | 2008-08-30 | 1 | -1/+1 |
* | remove now useless casts | Baptiste Coudurier | 2008-08-30 | 1 | -3/+3 |