]> git.sesse.net Git - vlc/history - modules/demux/ogg.c
demux: ogg: remove discontinuity flag
[vlc] / modules / demux / ogg.c
2013-12-30 Francois Cartegniedemux: ogg: remove discontinuity flag
2013-12-30 Francois Cartegniedemux: ogg: remove chained ogg boundary PTS handling
2013-12-30 Francois Cartegniedemux: ogg: remove reset/delayed format updates.
2013-12-30 Francois Cartegniedemux: ogg: fix es creation delaying with skeleton
2013-12-30 Francois Cartegniedemux: ogg: clear initializing flag on oggds too
2013-12-30 Francois Cartegniedemux: ogg: apply skeleton prior to es creation too
2013-12-30 Francois Cartegniedemux: ogg: remove old debug info
2013-12-30 Francois Cartegniedemux: ogg: offset pcr on chained streams
2013-12-30 Francois CartegnieRevert "demux: ogg: don't recreate decoders on same...
2013-12-22 Francois Cartegniedemux: ogg: don't recreate decoders on same chained...
2013-12-22 Francois Cartegniedemux: ogg: don't probe length again with chained streams
2013-12-22 Francois Cartegniedemux: ogg: do PCR handling on stream boundary
2013-12-21 Francois Cartegniedemux: ogg: delay ES creation for preparsing.
2013-12-21 Francois Cartegniedemux: ogg: add preparsing of headers (fix #6691)
2013-12-21 Francois Cartegniedemux: ogg: fix use after free seekpoints.
2013-12-12 Tristan Matthewsogg: use CLOCK_FREQ
2013-12-09 Francois Cartegniedemux: ogg: fix int overflow on seek
2013-11-28 Francois Cartegniedemux: ogg: don't double read
2013-11-27 Francois Cartegniedemux: ogg: fix unwanted heap reading (cid #1048649...
2013-11-27 Francois Cartegniedemux: ogg: divide by zero fix (cid #1048729)
2013-11-18 Maxim BublisFixed warnings on duplicate const modifiers.
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-25 Francois Cartegniedemux: ogg: missing initializers
2013-10-23 Francois Cartegniedemux: ogg: eos workaround for seeking (fix #9601)
2013-10-22 Francois Cartegniedemux: ogg: add skeleton index seeking
2013-10-13 Francois Cartegniedemux: ogg: fix probing duration (fix #9591, #9649)
2013-10-13 Francois Cartegniedemux: ogg: seek to keyframes (fix #3417, #9284)
2013-10-11 Francois Cartegniedemux: ogg: correctly handle speex headers (fix #1197)
2013-09-17 Francois Cartegniedemux: ogg: don't try seeking using bitrate if incomplete.
2013-09-12 Francois Cartegniedemux: ogg: drop useless initializers
2013-09-12 Francois Cartegniedemux: ogg: add replay gain support
2013-09-07 Francois Cartegniedemux: ogg: handle opus seeking (fix #9334)
2013-09-06 Francois Cartegniedemux: ogg: update seekpoints info on new seekpoint...
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049614 and #1049613-12)
2013-06-24 Rafaël Carréogg demux: generate correct PTS for opus
2013-06-24 Rafaël Carréogg demux: fill i_physical_channels
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-05-05 Jean-Baptiste KempfMove xiph metadata parsing to a .c|.h files couple
2013-05-05 Jean-Baptiste KempfMerge Kate metadata into vorbis.h
2013-04-25 Timothy B. TerriberryUse FLAC's picture selection for Vorbis/Opus.
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-02-28 Timothy B. Terriberryogg: Fix borken stream resets.
2013-01-14 Jean-Baptiste KempfOgg: display debug about Annodex info
2013-01-14 Jean-Baptiste KempfOgg: factorize reset function
2013-01-14 Ludovic FauvetOgg: implement SET_SEEKPOINT
2013-01-14 Jean-Baptiste KempfOgg: use b_force_backup as a boolean
2013-01-14 Jean-Baptiste KempfOgg: use calloc
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-12-06 Jean-Baptiste KempfOgg: parse and create Vorbis Comment Chapter Extension...
2012-11-15 Jean-Baptiste KempfOgg: Parse chapters in comments
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-07 Ludovic Fauvetogg: fix computation of vorbis stream length (close...
2012-09-06 Ludovic Fauvetogg: find the length of an opus stream
2012-09-03 Timothy B. TerriberryFix 0-byte Ogg packet handling.
2012-09-03 Timothy B. TerriberryOpus demuxing fixes.
2012-08-09 Jean-Baptiste KempfOgg: factorize switch for Metadata
2012-08-08 Hugo Beauzée-Luyssenogg: Fix theora length computing.
2012-08-08 Gregory MaxwellOgg demux: add Opus support
2012-07-06 Hugo Beauzée-Luyssenogg: Use unlikely()
2012-06-30 Ilkka Ollakkaogg: use ES_OUT_SET_PCR instead of RESET_PCR in demuxing
2012-05-02 Hugo Beauzée-Luyssenogg: Fix a heap buffer overflow.
2012-04-05 Jean-Baptiste KempfVorbis: permit to return attachments too
2012-04-05 Jean-Baptiste KempfOgg: permit attachments
2011-07-11 Rémi Denis-CourmontAbort an demux allocation failures
2011-06-25 Laurent AimarFixed support of some OGM files (closed #4724).
2011-02-20 Rémi Duraffortdemux_ogg: fix strncmp length.
2010-09-16 Jean-Baptiste KempfOgg: no tabs in source-code
2010-08-10 G FinchOgg-page-size-to-oggseek-bytes-to-read
2010-08-10 G FinchUse-opriv-current-page-in-ogg.c
2010-08-10 G FinchOgg-seek-new-logic-generic-changes
2010-08-10 G FinchRefactor-code-into-ogg.c-and-ogg.h
2010-08-10 G FinchNon-seek-related-ogg-changes
2010-03-04 Laurent AimarFixed ogg demuxer with non xiph extra header (close...
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in ogg demuxer.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-24 Rémi Denis-CourmontLatin-1 -> UTF-8
2009-11-11 Rémi Duraffortogg: Fix tiny bugger overflow.
2009-08-20 Pierre d'Herbemontogg: Fix some pointer sign comparison warning.
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'
next