]> git.sesse.net Git - vlc/history - modules/mux/ogg.c
access: archive: remove dead initialization
[vlc] / modules / mux / ogg.c
2015-02-22 David Fuhrmannmux: oog: remove return value from delStream
2015-02-21 Rémi Denis-Courmontmux: remove return value from sout_mux_t.pf_delstream
2015-02-21 Rémi Denis-Courmontmux: constify stream format
2014-09-21 Tristan Matthewsmux: ogg: add daala support
2014-08-19 Tristan Matthewsmux: ogg: fix typo
2014-07-16 Tristan Matthewsmux: ogg: fix pointer arithmetic (cid #1048982)
2014-03-12 Francois Cartegniemux: ogg: kill out of bound access warning for contentt...
2014-02-15 Ilkka Ollakkaadd mp2v/mp1v to muxers
2014-02-08 Francois Cartegniemux: ogg: flag blocks as HEADERS for backup. (fix ...
2014-01-16 Francois Cartegniemux: ogg: compute correct dt/pt/delay/distance for...
2014-01-16 Francois Cartegniemux: ogg: uninitialized value
2014-01-05 Francois Cartegniemux: ogg: add support for VP8 in OGG
2013-12-13 Tristan Matthewsogg: use CLOCK_FREQ in muxer
2013-12-11 Tristan Matthewsogg: fix format strings for debug messages
2013-12-04 Tristan Matthewsogg: fix order of frees
2013-11-25 Rémi Duraffortogg: fix type conversion (cid #1125392 and #1125393)
2013-11-25 Rémi DuraffortFix read of unitialized variable (cid #1125395)
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-11-11 Tristan Matthewsogg: initialize skeleton values that will be used in...
2013-11-05 Francois Cartegniedemux: xiph: support old ffmpeg vorbis headers (fix...
2013-11-04 Francois Cartegniemux: ogg: add skeleton index
2013-11-04 Francois Cartegniemux: ogg: rewrite steam creation and ordering (fix...
2013-11-04 Francois Cartegniemux: ogg: add skeleton metadata (fix #1412)
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-22 Francois Cartegniedemux: ogg: add skeleton index seeking
2013-09-30 Tristan Matthewsopus: add encoder
2013-09-28 Francois Cartegniemuxers: ogg: set invalid granulepos value (fix #8725)
2013-07-06 Rémi Denis-Courmontogg mux: fix format warning
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-03-08 Rémi Denis-CourmontDrop aborted SNOW codec
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-03-15 Sébastien Escudierfix ogm header creation : do not copy structure to...
2011-06-04 Rémi Denis-CourmontOgg: fix off-by-one overflow
2010-11-03 Jean-Baptiste KempfOgg mux: make sure to reject if ES_type is not one...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-03-05 Rémi Denis-CourmontMux: kill srand() use
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-08 Rafaël Carrémux_ogg: clearly initialize variables
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-07-31 ogg.k.ogg.kfactor the ogg paging code
2009-07-30 ogg.k.ogg.kadd video streams' BOS packets first
2009-07-29 ogg.k.ogg.knon BOS headers for (Vorbis, Theora, Speex, Kate) do...
2009-07-28 ogg.k.ogg.kreconstruct Theora granpos
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-29 David Flynnmux/ogg: Don't use granulepos = UINT64_MAX on EOS page
2008-11-10 David Flynnmux/ogg: Enable OggDirac support
2008-11-04 David FlynnFix calculation with uninitialized value
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-27 Pierre d'Herbemontogg: Fix a divide by zero.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-20 Rémi DuraffortCheck malloc return value and fix warnings.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-09-28 Antoine Cellerier * warning fixes
2005-09-19 Gildas Bazin* modules/mux/ogg.c: fixed potential buffer overflow.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-12 Gildas Bazin* modules/mux/ogg.c: added support for dirac.
2004-12-11 Clément StenacImprovements to preferences
2004-08-29 Gildas Bazin* modules/mux/ogg.c: when removing a stream, flush...
2004-08-29 Gildas Bazin* commit modules/mux/ogg.c: added SNOW fourcc.
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
next