]> git.sesse.net Git - vlc/history - modules/demux/ogg.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / ogg.c
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...
2002-11-20 Gildas Bazin* modules/codec/theora.c, configure.ac.in, modules...
2002-11-18 Laurent Aimar * ogg: change i_dts usage for subtitle ES.
2002-11-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-05 Gildas Bazin* modules/demux/ogg.c: should theoretically work on...
2002-11-03 Gildas Bazin* include/codecs.h: new header file to store informatio...
2002-11-03 Gildas Bazin* modules/demux/ogg.c: we now correctly handle multiple...
2002-11-02 Gildas Bazin* modules/demux/ogg.c: small fix to avoid crashing...
2002-11-02 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: seeking...
2002-10-27 Gildas Bazin* modules/demux/ogg.c: we now set p_input->stream.i_mux...
2002-10-24 Gildas Bazin* ALL: I did add these files, but forgot to commit...