2015-03-04 |
Luca Barbato | flv: Validate and reject unsupported codecs |
blob | commitdiff | raw |
2014-11-22 |
Michael Niedermayer | flvenc: Remove an unused variable |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Andrew Stone | flvenc: Send new metadata when FLAG_METADATA_UPDATED... |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Andrew Stone | flvenc: move metadata updates into a single function |
blob | commitdiff | raw | diff to current |
2014-06-17 |
Josh Allmann | flvenc: Don't over-count metadata. |
blob | commitdiff | raw | diff to current |
2014-05-29 |
Anton Khirnov | flvenc: only write the framerate tag based on avg_frame... |
blob | commitdiff | raw | diff to current |
2013-12-20 |
Luca Barbato | flv: Use the correct type to hold the file offset |
blob | commitdiff | raw | diff to current |
2013-10-10 |
Martin Storsjö | flvenc: Write proper cropping for VP6 even if there... |
blob | commitdiff | raw | diff to current |
2013-10-10 |
Martin Storsjö | flvenc: Support muxing VP6A as well |
blob | commitdiff | raw | diff to current |
2013-10-10 |
Martin Storsjö | flvenc: Don't pretend to support muxing "plain" VP6 |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Clément Bœsch | lavf: Don't explicitly flush after each written packet... |
blob | commitdiff | raw | diff to current |
2013-04-16 |
Rafaël Carré | flvenc: do not mux more than one stream per type |
blob | commitdiff | raw | diff to current |
2012-12-20 |
Björn Axelsson | flvenc: Check whether seeking back to the header succeeded |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Diego Biurrun | avformat: Remove non-compiling and/or silly commented... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Benjamin Larsson | flvenc: silence bogus warning |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | raw | diff to current |
2012-07-30 |
Diego Biurrun | Improve descriptiveness of a number of codec and contai... |
blob | commitdiff | raw | diff to current |
2012-07-29 |
Anton Khirnov | lavf: deprecate r_frame_rate. |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Ronald S. Bultje | lavf: use conditional notation for default codec in... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Damien Fetis | flv: add support for G.711 |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Luca Barbato | flvenc: K&R formatting cosmetics |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Luca Barbato | flv: support stream text data as onTextData |
blob | commitdiff | raw | diff to current |
2012-05-20 |
James Zern | avformat: Add a flag to mark muxers that allow (non... |
blob | commitdiff | raw | diff to current |
2012-05-07 |
Anton Khirnov | flvenc: use AVFormatContext, not AVCodecContext for... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align muxer/demuxer declarations |
blob | commitdiff | raw | diff to current |
2011-12-15 |
Martin Storsjö | flvenc: Support muxing 16 kHz nellymoser |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Mans Rullgard | lavu: replace int/float punning functions |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Diego Biurrun | Fix a bunch of common typos. |
blob | commitdiff | raw | diff to current |
2011-11-30 |
Anton Khirnov | lavf: make av_set_pts_info private. |
blob | commitdiff | raw | diff to current |
2011-11-02 |
Justin Ruggles | flvenc: use first packet delay as global delay. |
blob | commitdiff | raw | diff to current |
2011-10-21 |
Justin Ruggles | flvenc: store delay and last_ts per-stream. |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Justin Ruggles | flvenc: check packet duration in speex using timestamps |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Justin Ruggles | flvenc: adjust for negative DTS for all codecs, not... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Martin Storsjö | flvenc: Write the right metadata entry count |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Luca Barbato | flvenc: use int64_t to store offsets |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Anton Khirnov | lavf: use designated initialisers for all (de)muxers. |
blob | commitdiff | raw | diff to current |
2011-07-03 |
Mans Rullgard | Do not include intfloat_readwrite.h in avutil.h |
blob | commitdiff | raw | diff to current |
2011-06-08 |
Anton Khirnov | Remove all uses of now deprecated metadata functions. |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Luca Barbato | flvenc: propagate error properly |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Anton Khirnov | avio: rename put_flush_packet -> avio_flush |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Anton Khirnov | lavf: replace avio_seek(SEEK_CUR) with avio_skip where... |
blob | commitdiff | raw | diff to current |
2011-03-04 |
Anton Khirnov | avio: add avio_tell macro as a replacement for url_ftell |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Anton Khirnov | avio: avio_ prefix for url_fseek |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Anton Khirnov | lavf: replace remaining uses of put_tag with avio_write |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Anton Khirnov | avio: avio: avio_ prefixes for put_* functions |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Anton Khirnov | avio: rename ByteIOContext to AVIOContext. |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Prefix all _demuxer, _muxer, _protocol from libavformat... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Stefano Sabatini | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Tomás Touceda | FLV Metadata |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Thierry Foucu | Add AVC EOS tag to H264-encoded FLV files. |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Francesco Lavra | Move AVCodecTag from riff.h into internal.h. |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Jean-Daniel Dupas | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Justin Johnson | Guess the duration before converting video and write... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Daniel Verkamp | FLV 8-bit PCM is unsigned, not signed |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Daniel Verkamp | FLV muxer support for Flash screen codec v2 |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Justin Ruggles | Log a clearer warning message when muxing FLV with... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Justin Ruggles | Add Speex support to the FLV muxer. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Michael Niedermayer | Flv should be AVFMT_VARIABLE_FPS. |
blob | commitdiff | raw | diff to current |
2009-06-20 |
Yoshihisa Uchida | Fix onMetaData property count in flv files (issue 1206). |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Stefan de Konink | Splits the totalbitrate in a videodatarate and audiodat... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Baptiste Coudurier | use ff_avc_parse_nal_units_buf because output size... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Luca Abeni | Reindent after last commit |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Luca Abeni | Do not reallocate AVPacket's data when muxing a packet |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Baptiste Coudurier | remove comment, this is not relevant anymore |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Baptiste Coudurier | reindent |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Baptiste Coudurier | check for negative dts value even if bitstream is alrea... |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Alexander Wichers | Nellymoser 8KHZ flv muxing fix, patch by Alexander... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Diego Biurrun | Remove offset_t typedef and use int64_t directly instead. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Baptiste Coudurier | timestamps in flv are 32bits _signed_ according to... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Baptiste Coudurier | remove now useless casts |
blob | commitdiff | raw | diff to current |
2008-08-24 |
Reimar Döffinger | Change codec_tag type from const struct AVCodecTag... |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Stefano Sabatini | Make long_names in lavf/lavdev optional depending on... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Baptiste Coudurier | check if extradata comes from mp4 and assume bitsteam... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Baptiste Coudurier | aac and h264 in flv muxing |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Baptiste Coudurier | set correct duration when using b frames |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Baptiste Coudurier | simplify, remove useless vars |
blob | commitdiff | raw | diff to current |
2008-05-02 |
Bartlomiej Wolowiec | Nellymoser handling in FLV |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Baptiste Coudurier | set wrap bits to 32bit to actually use it |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Michael Niedermayer | flv/swf do not have a big endian codec id, they only... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Björn Axelsson | Use dynamically allocated ByteIOContext in AVFormatContext |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Alex Beregszaszi | Honor the 8bit extension (now 32bit instaed 24bit)... |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Alex Beregszaszi | Prefer ADPM_SWF instead NONE if no MP3 encoding is... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Michael Niedermayer | indent |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Michael Niedermayer | avoid generating invalid files |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Michael Niedermayer | set the previous tag size correctly in flv files |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Diego Biurrun | misc spelling fixes |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Benjamin Larsson | Set FLV_SAMPLESSIZE_16BIT for ADPCM. |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | remove now useless codec_tag setting code in muxers |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | get rid of the [4] limitation of codec tag lists |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | export a few more codec_tag-codec_id tables |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/OutputFormat |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Diego Biurrun | variable renaming: mp3lame --> libmp3lame |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Benjamin Larsson | VP6 and flashsv stream copy and muxing support. |
blob | commitdiff | raw | diff to current |
2006-12-28 |
Allan Hsu | Patch for the FLV muxer to supply more complete metadata |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Michael Niedermayer | set flags correctly in write header instead of seeking... |
blob | commitdiff | raw | diff to current |
next |