summaryrefslogtreecommitdiff
path: root/libavformat/avienc.c
Commit message (Expand)AuthorAge
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-16
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* strn muxing in avi support.Michael Niedermayer2010-02-05
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-19
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-07
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar2008-09-02
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fix aspect ratio.Michael Niedermayer2008-03-27
* Store aspect ratio in avis.Michael Niedermayer2008-03-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-08
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-20
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-24
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-17
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
* fixing total_framesMichael Niedermayer2006-03-02
* indentionMichael Niedermayer2006-03-02
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-01
* replace if by assert as it should never by trueMichael Niedermayer2006-03-01
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...Alex Beregszaszi2006-02-21
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12