summaryrefslogtreecommitdiffstats
path: root/libavformat/avienc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fix aspect ratio.Michael Niedermayer2008-03-271-1/+1
* Store aspect ratio in avis.Michael Niedermayer2008-03-021-0/+32
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-081-5/+0
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-1/+1
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-0/+1
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-201-29/+28
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-1/+1
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-2/+2
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-5/+4
* Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-071-0/+5
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-241-23/+37
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-181-0/+31
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-249/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-11/+5
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-011-0/+1
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-171-0/+1
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-0/+1
* fixing total_framesMichael Niedermayer2006-03-021-7/+6
* indentionMichael Niedermayer2006-03-021-2/+2
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-011-0/+2
* replace if by assert as it should never by trueMichael Niedermayer2006-03-011-2/+1
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...Alex Beregszaszi2006-02-211-4/+4
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-191-0/+2
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-0/+1
* Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 MiniketFabien Cosse2006-01-261-0/+1
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-251-5/+5
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-091-0/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-118/+118
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-71/+71
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-301-0/+4
* Support for streaming: dont write indexes and dont signal HAS_INDEX in header...Alex Beregszaszi2005-11-131-3/+18
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-0/+1
OpenPOWER on IntegriCloud