summaryrefslogtreecommitdiffstats
path: root/libavformat/avienc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-161-22/+2
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-2/+0
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-5/+1
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+4
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-261-3/+3
* avienc: saner default audio codec.Anton Khirnov2011-08-221-1/+5
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-9/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-8/+8
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-251-7/+7
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-19/+20
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-231-2/+8
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-94/+94
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-211-1/+1
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-7/+2
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-251-1/+4
* 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-20/+20
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-161-2/+0
* Add AVI metadata conversion table.Anton Khirnov2010-02-061-24/+16
* strn muxing in avi support.Michael Niedermayer2010-02-051-9/+17
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-281-6/+12
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-281-39/+61
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-31/+31
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-191-1/+14
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-071-2/+1
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-0/+1
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-131-2/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-181-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-2/+2
* Generic metadata API.Michael Niedermayer2009-01-041-11/+16
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-11/+11
* Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar2008-09-021-1/+0
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-3/+3
OpenPOWER on IntegriCloud