]> git.sesse.net Git - vlc/history - modules/demux/ogg.c
macosx: Update progress dialog on the main thread, make check thread safe
[vlc] / modules / demux / ogg.c
2015-03-19 Francois Cartegnieopus: fix duration signedness
2015-02-12 Francois Cartegniedemux: ogg: check packets header size (fix #13875)
2014-12-18 Francois Cartegnievlc_demux: add defines for pf_demux return values
2014-11-21 Hugo Beauzée-Luyssenmodules: Don't use gcc specific binary constant prefix
2014-11-11 Francois Cartegniedemux: ogg: handle Flac in Ogg frame/packet pairing...
2014-11-02 Tristan Matthewsdemux: ogg: avoid use-after-free
2014-10-08 Francois Cartegniedemux: ogg: fix use after free (fix #12360)
2014-09-24 Francois Cartegniedemux: ogg: fix packet count heap overflow (fix #12265)
2014-09-23 Francois Cartegniedemux: ogg: fix headers validation
2014-09-23 Francois Cartegniedemux: ogg: don't use incomplete vorbis headers (fix...
2014-09-23 Francois Cartegniedemux: ogg: Don't read skeleton if no bones first
2014-09-10 Rafaël CarréOgg: split opus frame duration in its own file
2014-08-28 Tristan Matthewsdemux: ogg: daala support
2014-04-24 Francois Cartegniedemux: ogg: save offset on serialno change
2014-04-24 Francois Cartegniedemux: ogg: probe by mime type (fix #10222)
2014-04-23 Francois Cartegniedemux: ogg: implement speex backward duration fixing...
2014-03-14 Francois Cartegniedemux: xiph comments: allow setting fmt descs
2014-03-12 Francois Cartegniedemux: ogg: fix use after free
2014-03-12 Francois Cartegniedemux: ogg: clear reordering struct on early stream...
2014-03-12 Francois Cartegniedemux: ogg: wrong allocation size
2014-03-10 Francois Cartegniedemux: ogg: add more divbyzero checks and fix oggds...
2014-03-10 Francois Cartegniedemux: ogg: rewrite pts and pts computation (fix #9828)
2014-03-06 Francois Cartegniedemux: ogg: theora: prevent zero frame rate
2014-03-06 Francois Cartegniedemux: ogg: fix empty page bug after seek
2014-02-15 Jean-Paul SamanRevert "demuxers: adjust es_out_Control( out, ES_OUT_GE...
2014-02-15 Jean-Paul Samandemuxers: adjust es_out_Control( out, ES_OUT_GET_ES_STA...
2014-01-28 Tristan Matthewsdemux: ogg: remove unused variable
2014-01-16 Francois Cartegniedemux: ogg: add PCR gap handling warning
2014-01-16 Francois Cartegniedemux: ogg: fix PCR from opus granule.
2014-01-06 Francois Cartegniedemux: ogg: vorbis birates are signed.
2014-01-05 Francois Cartegniedemux: ogg: add ogg/VP8 support
2014-01-05 Francois Cartegniedemux: ogg: split comments parsing from xiph unpack
2013-12-30 Francois Cartegniedemux: ogg: don't create es for finished streams.
2013-12-30 Francois Cartegniedemux: ogg: better track of es state
2013-12-30 Francois Cartegniedemux: ogg: reuse decoders when fmt is compatible ...
2013-12-30 Francois Cartegniedemux: ogg: change pts/pcr generation from packets...
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
next