]> git.sesse.net Git - ffmpeg/history - libavformat/matroskaenc.c
lavfi: rename vsrc_buffer.c to buffersrc.c
[ffmpeg] / libavformat / matroskaenc.c
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-07 Martin Storsjömatroskaenc: Make sure the seekhead struct is freed...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-09-27 Anton Khirnovmatroskaenc: write attachments.
2011-08-22 Anton Khirnovmatroskaenc: saner default codecs.
2011-08-16 Anton Khirnovmatroskaenc: vertical alignment.
2011-08-16 Anton Khirnovmatroskaenc: implement query_codec()
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-12 Anton Khirnovmatroskaenc: make SSA default subtitle codec.
2011-07-08 Anton Khirnovlavf: update AVStream.nb_frames when muxing.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-12 Aurelien Jacobsmatroskaenc: make sure we don't produce invalid file...
2011-05-12 Aurelien Jacobsmatroskaenc: add missing new line in av_log() call
2011-05-04 Mans Rullgardmatroskaenc: fix memory leak
2011-04-07 Anton Khirnovmatroskaenc: don't write an empty Cues element.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-23 Anton Khirnovmatroskaenc: remove a variable that's unused after...
2011-03-23 Anton Khirnovmatroskaenc: simplify get_aac_sample_rates by using...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-23 Anton Khirnovmatroskaenc: don't duplicate title information
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-05 Anton Khirnovmatroskaenc: write metadata
2010-07-25 Aurelien Jacobsmatroskaenc: add support for muxing SRT tracks
2010-07-14 Aurelien Jacobsmatroskaenc: write DisplayUnit element to better match...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-08 Måns Rullgårdmatroska: move LFG state from muxer context to local...
2010-06-04 David Conradmatroskaenc: Don't write a second seekhead for the...
2010-06-04 David Conradmatroskaenc: Check that tracks was allocated
2010-06-04 David Conradmatroskaenc: Use av_get_random_seed -> lfg for segment UID
2010-06-04 David Conradmatroskaenc: Make put_ebml_binary take a void pointer
2010-06-04 James ZernAdd WebM muxer
2010-06-04 James Zernmatroskaenc: Mux clusters better
2010-05-24 David Conradmatroskaenc: Write codec time base as default duration...
2010-05-22 David Conradmatroskaenc: Don't write track timecode scale
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-03-25 Jai MenonMatroska muxer : Don't create audio tracks for unsuppor...
2010-03-24 Carl Eugen HoyosSilence ridiculous gcc warning.
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-15 Jai Menoncosmetics : Print newline after error message.
2010-03-09 David Conradmkvenc: Handle negative timestamps correctly
2010-03-09 David Conradmkvenc: Don't try to write packets with unknown timestamps
2010-03-09 David Conradmkvenc: write dts for VFW mode
2010-03-04 David ConradEnsure that we write clusters and blocks with known...
2010-03-04 David ConradFix indentation
2010-03-04 David ConradSimplify starting and ending clusters
2010-03-04 David ConradWrite the first seekhead if writing to a stream, we...
2010-03-04 David ConradAttempt seeking to write EBML master sizes even if...
2010-03-03 Anton Khirnovmatroskaenc: use "title" tag instead of "description...
2010-01-21 Rafaël Carrémkvenc: Write TrackTimecodeScale
2009-10-18 Anton Khirnovmatroskaenc: Add support for writing chapters.
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-02-26 Justin RugglesShare the function to write a raw FLAC header and use...
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-15 Aurelien Jacobsmatroskaenc: use new metadata API
2009-01-20 Aurelien Jacobsmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-17 David ConradCosmetics: indent
2009-01-17 David ConradTreat disposition==0 as undefined and don't write the...
2009-01-17 David ConradFlush the buffer after writing the header and when...
2009-01-15 Luca AbeniReindent after last commit
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-10-22 Aurelien Jacobsmatroskaenc: require global header
2008-10-04 Aurelien Jacobsmatroskaenc: correct muxing of ASS packets
2008-10-04 Aurelien Jacobsmatroskaenc: use correct EBML ID for block duration
2008-10-04 Aurelien Jacobsmatroskaenc: pass the packet size directly as parameter...
2008-10-04 Aurelien Jacobsmatroskaenc: remove useless mkv_block_size() function
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-04 Aurelien Jacobsmatroska: subtitle display duration must be stored...
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-08-05 Diego Biurrunmisc spelling/grammar fixes
2008-08-05 Aurelien Jacobsmatroska: expand useless define for MS compat codec...
2008-07-27 Aurelien Jacobsmatroska: add support for V_QUICKTIME track type
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-01 Justin Rugglesfix encoding of flac private data
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
next