summaryrefslogtreecommitdiffstats
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* flvenc: do not mux more than one stream per typeRafaël Carré2013-04-161-0/+10
* flvenc: Check whether seeking back to the header succeededBjörn Axelsson2012-12-201-4/+8
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-3/+0
* flvenc: silence bogus warningBenjamin Larsson2012-09-181-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-45/+45
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-3/+3
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-5/+1
* flv: add support for G.711Damien Fetis2012-06-281-0/+8
* flvenc: K&R formatting cosmeticsLuca Barbato2012-06-281-132/+142
* flv: support stream text data as onTextDataLuca Barbato2012-06-031-10/+62
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+2
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-071-10/+11
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+4
* flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-151-0/+3
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* flvenc: use first packet delay as global delay.Justin Ruggles2011-11-021-5/+12
* flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-211-12/+22
* flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-201-11/+13
* flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-201-2/+2
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-121-3/+10
* flvenc: use int64_t to store offsetsLuca Barbato2011-08-161-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-11/+11
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+2
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
* flvenc: propagate error properlyLuca Barbato2011-06-061-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-7/+7
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-62/+62
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-7/+7
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-2/+2
* FLV MetadataTomás Touceda2010-09-101-0/+8
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-181-0/+29
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-021-1/+1
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-141-3/+3
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-201-0/+1
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-161-3/+3
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-161-1/+17
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-161-1/+1
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-201-1/+1
OpenPOWER on IntegriCloud