| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | check if extradata comes from mp4 and assume bitsteam is already formated, sh... | Baptiste Coudurier | 2008-05-29 | 1 | -1/+3 |
* | aac and h264 in flv muxing | Baptiste Coudurier | 2008-05-26 | 1 | -4/+63 |
* | set correct duration when using b frames | Baptiste Coudurier | 2008-05-25 | 1 | -1/+1 |
* | simplify, remove useless vars | Baptiste Coudurier | 2008-05-24 | 1 | -31/+17 |
* | Nellymoser handling in FLV | Bartlomiej Wolowiec | 2008-05-02 | 1 | -0/+4 |
* | set wrap bits to 32bit to actually use it | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | flv/swf do not have a big endian codec id, they only support | Michael Niedermayer | 2008-02-24 | 1 | -4/+4 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -3/+3 |
* | Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce... | Alex Beregszaszi | 2007-11-16 | 1 | -1/+2 |
* | Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. | Alex Beregszaszi | 2007-11-15 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2007-10-09 | 1 | -2/+2 |
* | avoid generating invalid files | Michael Niedermayer | 2007-10-09 | 1 | -0/+2 |