]> git.sesse.net Git - vlc/history - modules/demux/ogg.c
Add dirac video support to the ogg demuxer
[vlc] / modules / demux / ogg.c
2008-06-29 Jonathan RosserAdd dirac video support to the ogg demuxer
2008-06-16 Vincent Penquerc'hogg: only check kate magic in the first 8 bytes
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-02 Vincent Penquerc'hbasic support for Kate streams as subtitles
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-02-18 Rafaël Carrécompare the right amount of data, being a little bit...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-12 Rafaël Carréogg demuxer: fix #1429 by simply ignoring the skeleton...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-19 Rafaël CarréForces preparsing for ogg files
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément StenacTaglib based parser, use it for Vorbis parsing
2006-05-20 Jean-Paul SamanCompare using the right data types
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-10-09 Laurent Aimar * ogg: fix potential invalid read with broken files...
2005-09-26 Gildas Bazin* modules/demux/ogg.c: discard subtitles header packets...
2005-07-10 Rémi Denis-Courmontstrncmp => memcmp (refs #258)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-18 Gildas Bazin* modules/demux/ogg.c: fill-in frame rate info for...
2005-05-16 Gildas Bazin* modules/demux/ogg.c: fill-in frame rate info in es_fo...
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-02-21 Gildas Bazin* modules/demux/ogg.c: added support for new Ogg mappin...
2004-12-28 Andre Pang* Extra sanity checks and debugging info for Annodex...
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-08-29 Gildas Bazin* modules/demux/ogg.c: fixed skipped pictures problem...
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-11 Gildas Bazin* modules/demux/ogg.c: fixed reading extra data for...
2004-07-07 Gildas Bazin* modules/demux/ogg.c: fix for --input-repeat
2004-04-28 Gildas Bazin* modules/demux/ogg.c: theora decoding fix (one of...
2004-04-07 Gildas Bazin* ALL: use p_block->i_length for text subtitles duratio...
2004-04-02 Laurent Aimar * ogg : demux -> demux2. It needs more testings.
2004-04-02 Laurent Aimar * ogg: cosmetics + converted PCR to micro-second unit...
2004-03-22 Jon Lech Johansen * ALL: compile fixes.
2004-03-13 Gildas Bazin* modules/demux/ogg.c: Added Annodex support (www.annod...
2004-02-15 Gildas Bazin* modules/demux/ogg.c: fixed recent breakage (what...
2004-02-10 Derk-Jan Hartman* Fixed the ogm subs. Thanx to Mosu who pointed me...
2004-02-07 Gildas Bazin* include/vlc_es.h: s/es_format_Free/es_format_Clean.
2004-02-07 Gildas Bazin* modules/demux/ogg.c: fixed memleak.
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg...
2003-12-15 Gildas Bazin* modules/demux/ogg.c: a couple of fixes for flac strea...
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-18 Gildas Bazin* modules/demux/ogg.c: call ogg_sync_reset() after...
2003-11-17 Gildas Bazin* modules/demux/ogg.c: support for FLAC in Ogg.
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-23 Gildas Bazin* modules/demux/ogg.c: arrggg... I shouldn't be allowed...
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-19 Gildas Bazin* modules/demux/ogg.c: fixed endless loop when trying...
2003-10-01 Gildas Bazin* modules/demux/ogg.c: had mistakenly got rid of the...
2003-09-28 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: misc...
2003-09-27 Gildas Bazin* modules/demux/ogg.c: support for DEMUX_GET_TIME....
2003-09-27 Gildas Bazin* modules/demux/ogg.c: support for 'chaining' (concaten...
2003-09-25 Gildas Bazin* modules/demux/ogg.c: reworked a bit. Ogg web radios...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-09 Gildas Bazin* modules/codec/ffmpeg/video.c: temporary hack to work...
2003-07-09 Gildas Bazin* modules/demux/ogg.c: latest change for web radios...
2003-06-24 Gildas Bazin* modules/demux/ogg.c: fix for ogg web streams.
2003-06-23 Gildas Bazin* modules/packetizer/vorbis.c: vorbis data packetizer...
2003-06-11 Gildas Bazin* modules/demux/ogg.c, modules/codec/theora.c: updated...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-14 Laurent Aimar * all: correctly set p_payload_end when using input_Ne...
2003-03-31 Sigmund Augdal Helbergmade a format-only string untranslateable
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-21 Gildas Bazin* modules/demux/ogg.c: fix for some ogg web radio strea...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-01-29 Gildas Bazin* modules/demux/ogg.c: bug fix when switching between...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-20 Sigmund Augdal Helbergremoved the code that was not supposed to be in my...
2002-12-19 Sigmund Augdal Helberg* modules/demux/ogg.c: provide some file info. Tested...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-16 Gildas Bazin* modules/demux/ogg.c: added support for the old type...
2002-11-26 Gildas Bazin* modules/demux/ogg.c: audio is now dropped when fast...
2002-11-21 Gildas Bazin* modules/demux/ogg.c: small bug-fix for my previous...
2002-11-21 Gildas Bazin* modules/demux/ogg.c: better handling of PCRs (we...
next