]> git.sesse.net Git - vlc/history - modules/mux/ogg.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / mux / ogg.c
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...
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-11 Gildas Bazin* modules/demux/ogg.c: fixed reading extra data for...
2004-07-25 Gildas Bazin* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-04-28 Gildas Bazin* modules/mux/ogg.c, modules/codec/theora.c: changes...
2004-04-07 Gildas Bazin* modules/mug/ogg.c: fixed recent breakage.
2004-03-29 Laurent Aimar * ogg: cast of lvalue ... gibalou could you test this...
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2003-12-14 Gildas Bazin* modules/mux/ogg.c: added support for WMV1/2 and MJPG.
2003-12-08 Gildas Bazin* modules/stream_out/transcode.c: added a floating...
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-11-24 Gildas Bazin* modules/codec/ffmpeg/postprocess.c: fixed uninitializ...
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-21 Gildas Bazin* modules/mux/ogg.c: send the mp4v VOL data in one...
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-10 Gildas Bazin* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER...
2003-10-09 Gildas Bazin* modules/mux/ogg.c, modules/stream_out/transcode.c...
2003-10-09 Gildas Bazin* modules/stream_out/transcode.c: couple of fixes.
2003-10-09 Gildas Bazin* modules/codec/theora.c, modules/stream_out/transcode...
2003-09-29 Gildas Bazin* modules/mux/ogg.c: always backup the vorbis/theora...
2003-09-28 Gildas Bazin* modules/mux/ogg.c: proper fps and ogg packet granulep...
2003-09-28 Gildas Bazin* modules/codec/theora.c: don't forget to delete the...
2003-09-28 Gildas Bazin* modules/mux/ogg.c: each ogg stream has to be cleared...
2003-09-28 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: misc...
2003-09-25 Gildas Bazin* modules/demux/ogg.c: reworked a bit. Ogg web radios...
2003-07-01 Sam Hocevar * configure.ac: Added a compiler check for __attribut...
2003-06-29 Gildas Bazin* configure.ac, modules/mux/ogg.c, modules/stream_out...
2003-06-23 Gildas Bazin* modules/packetizer/vorbis.c: vorbis data packetizer...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
next