OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavformat / avienc.c
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-06-18 Anton Khirnovriffenc: take an AVStream instead of an AVCodecContext
2014-05-18 Anton Khirnovavienc: sanitize variable naming in write_header()
2014-03-04 Keiji Costantiniavienc: K&R formatting cosmetics
2013-11-08 Anton Khirnovavienc: drop the vfr flag.
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2012-10-16 Victor Vasilievlavf: move RIFF INFO tag writing from avienc to riff
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-22 Ronald S. Bultjelavf: use conditional notation for default codec in...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-27 Victor VasilievGeneralize RIFF INFO tag support; support reading INFO...
2011-08-22 Anton Khirnovavienc: saner default audio codec.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovavienc: replace &tag[0] with tag.
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-23 longstoneavienc: fix AVI stream index for files with >10 streams
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-21 Anton Khirnovavio: add av_put_str and deprecate put_strz in favor...
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-06-25 Jai Menonavienc : Avoid creating invalid AVI files when muxing...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-06 Anton KhirnovAdd AVI metadata conversion table.
2010-02-05 Michael Niedermayerstrn muxing in avi support.
2010-01-28 Michael NiedermayerRemove last MAX_STREAMS from avienc.c
2010-01-28 Michael NiedermayerIntroduce AVIStream struct and move stream based variab...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-19 Reimar DöffingerAdd support for muxing XSUB subtitles to AVI muxer.
2009-04-07 Aurelien Jacobsuse av_freep() instead of av_free() + =NULL.
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-13 Diego BiurrunRemove pointless #if around the file, it is already...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael NiedermayerGeneric metadata API.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-02 Laurent AimarFix an invalid free in the AVI muxer when an unsupporte...
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-03-27 Michael NiedermayerFix aspect ratio.
2008-03-02 Michael NiedermayerStore aspect ratio in avis.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-08 Måns Rullgårdremove redundant codec_get_bmp_tag() call in avi_write_...
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-20 Michael Niedermayerfix indention (dunno why it was messed up ...)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-07 Panagiotis IssarisAllow to store the the track number though the IPRT...
2006-08-24 Brian Bricefix ODML AVI Duration for files > 2GB
2006-08-18 David ConradAVI tag reading and writing patch by David Conrad.
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)
2006-05-17 Diego BiurrunAdd MPEG FourCC for MPEG-2 video.
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...
2006-03-02 Michael Niedermayerfixing total_frames
2006-03-02 Michael Niedermayerindention
2006-03-01 Benjamin LarssonSet 'MJLS' FOURCC for JPEG-LS in AVI and documentation...
2006-03-01 Michael Niedermayerreplace if by assert as it should never by true
2006-02-21 Alex Beregszaszicheck for CODEC_ID_NONE instead 0, tobe compatible...
2006-02-19 Michael NiedermayerRMP4 ("xvid fork") decoding support
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya
2006-01-26 Fabien CosseAdd fourcc "SEDG" for MPEG-4 files produced by Samsung...
2006-01-25 Michael Niedermayeravoid using non constant fields of AVCodecContext in...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Reimar DöffingerCamStudio decoder, only 32 bit lzo mode is tested
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-30 Guillaume Poirieradd some h.264 fourccs to codec_bmp_tags[]
2005-11-13 Alex BeregszasziSupport for streaming: dont write indexes and dont...
2005-10-13 Mike MelansonDuck TrueMotion 2 video decoder, courtesy of Konstantin...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-06 Michael Niedermayera few more raw yuv fourccs
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
next