]> git.sesse.net Git - vlc/history - modules/demux
* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
[vlc] / modules / demux /
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-28 Derk-Jan Hartman* src/input/stream.c
2004-03-25 Laurent Aimar * real: added support for aac codec.
2004-03-23 Gildas Bazin* modules/demux/dvdnav.c: cosmetic changes + fixed...
2004-03-23 Derk-Jan Hartman* Check if dvbpsi_DecodeISO639Dr fails.
2004-03-22 Jon Lech Johansen * ALL: compile fixes.
2004-03-21 Derk-Jan Hartman* Spelling correction
2004-03-21 Christophe Massiot* modules/demux/mkv.cpp: Fixed Darwin port for Mac...
2004-03-19 Laurent Aimar * ts.c: do not use packetizer for ms-codec streams.
2004-03-19 Laurent Aimar * nsv: fixed unused variable warnings.
2004-03-19 Laurent Aimar * real: fixed unused variable warnings.
2004-03-19 Laurent Aimar * asf :demux -> demux2.
2004-03-19 Laurent Aimar * Modules: removed avi.h
2004-03-19 Laurent Aimar * avi: cosmetics.
2004-03-17 Rocky BernsteinMenu selection of subtitles for CVD and OGT handled...
2004-03-16 Laurent Aimar * mkv.cpp: one more fix for playback of broken file.
2004-03-16 Laurent Aimar * mkv.cpp: fixed playback of broken file.
2004-03-15 Rocky BernsteinNot sure why (or if) this cvd subtitle selecting code...
2004-03-14 Clément StenacFix deadlocks in playlist
2004-03-13 Gildas Bazin* modules/demux/ogg.c: Added Annodex support (www.annod...
2004-03-12 Gildas Bazin* modules/demux/mp4/mp4.c: work-around buggy muxers...
2004-03-11 Gildas Bazin* src/libvlc.h, src/input/input.c:
2004-03-10 Laurent Aimar * mp4: added partial support for udta meta data.
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Laurent Aimar * avi.c: set frame type.
2004-03-05 Carlo CalabròString review, as promised :)
2004-03-05 Laurent Aimar * include/modules.h: increased numbers of shorcuts
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * mkv: added Control and use vlc_meta.h.
2004-03-03 Laurent Aimar * mpga: demux -> demux2.
2004-03-03 Laurent Aimar * a52.c aac.c au.c dts.c flac.c wav.c: Converted all...
2004-03-03 Laurent Aimar * id3*: Search p_input (to make it working with demux2).
2004-03-03 Laurent Aimar * ts.c: fixed PCR handling (when the pcr pid isn't...
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-03-01 Gildas Bazin* modules/demux/mkv.cpp: fixed copy&paste bug.
2004-02-29 Gildas Bazin* modules/demux/rawdv.c: DV audio support was removed...
2004-02-27 Laurent Aimar * avi.c: uses rv15 for 15 and 16 bits file. (I don...
2004-02-27 Laurent Aimar * avi.c: added support for rgb 32 (24 won't work under...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-24 Gildas Bazin* modules/demux/dts.c: improved detection of wav dts...
2004-02-23 Gildas Bazin* modules/demux/wav.c: more fixes for multichannel...
2004-02-23 Laurent Aimar * livedotcom.cpp: nULL -> UI64C(n).
2004-02-23 Laurent Aimar * livedotcom.cpp: a fix + a nasty hack that should...
2004-02-22 Laurent Aimar * livedotcom.cpp: bug fix. (a bad memory allocation).
2004-02-22 Laurent Aimar * sub.c: VobSub fix.
2004-02-22 Gildas Bazin* modules/demux/playlist/Modules.am: don't forget playl...
2004-02-21 Gildas Bazin* include/charset.h: added "extern "C" {" for c++ modules.
2004-02-20 Gildas Bazin* modules/demux/a52sys.c: forgot to remove this file.
2004-02-20 Christophe Massiot* modules/demux/mpeg/system.c: check for scrambled...
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-02-15 Laurent Aimar * nsv: display sub stream and skip extention data...
2004-02-15 Gildas Bazin* modules/demux/ogg.c: fixed recent breakage (what...
2004-02-14 Gildas Bazin* modules/demux/wav.c: started support for WAVEFORMATEX...
2004-02-14 Gildas Bazin* ALL: small portability fixes.
2004-02-13 Gildas Bazin* modules/demux/playlist/playlist.c: compilation fix.
2004-02-13 Gildas Bazin* modules/demux/a52.c: better detection code.
2004-02-13 Gildas Bazin* modules/demux/a52.c: grmbl.
2004-02-13 Gildas Bazin* modules/demux/a52.c: fixed alignment when seeking.
2004-02-13 Gildas Bazin* modules/demux/a52.c: rewritten from scratch to use...
2004-02-10 Derk-Jan Hartman* Fixed the ogm subs. Thanx to Mosu who pointed me...
2004-02-08 Sigmund Augdal Helbergmodules/demux/avi/avi.c:
2004-02-08 Gildas Bazin* modules/demux/dts.c: more fixes.
2004-02-07 Laurent Aimar * mp4: handle DEMUX_GET_META (avoid a msg_Err)
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-02-06 Derk-Jan Hartman* msg_Err -> msg_Warn
2004-02-05 Gildas Bazin* modules/video_output/directx/directx.c: fixed the...
2004-02-04 Gildas Bazin* modules/demux/dts.c: should detect DTS wav files...
2004-02-03 Gildas Bazin* modules/demux/dts.c: added detection for 14bits big...
2004-02-02 Laurent Aimar * nsv: added 'AAC ' fourcc support.
2004-02-02 Laurent Aimar * nsv: compilation fix.
2004-02-02 Laurent Aimar * nsv: full fractional frame rate support.
2004-02-01 Laurent Aimar * ts: implemented the same detection than mpeg/ts.c
2004-01-31 Laurent Aimar * avi: implemented DEMUX_GET_META.
2004-01-31 Laurent Aimar * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
2004-01-30 Laurent Aimar * ts: set psz_laguage with iso639 code.
2004-01-30 Laurent Aimar * dvdnav: oups one debug messsage left.
2004-01-30 Laurent Aimar * all: fill psz_language with the iso639 code.
2004-01-30 Laurent Aimar * dvdnav: added a dvdnavsimple shortcut : it skips...
2004-01-30 Laurent Aimar * ps: lalalala, fixed a bug in dts/pts parsing.
2004-01-29 Laurent Aimar * ps: fixed dts.
2004-01-29 Clément StenacUse playlist_Item* functions
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Laurent Aimar * demux2: mmh removed some shortcut. (easier than...
2004-01-29 Laurent Aimar * au: ported to demux2 API.
2004-01-28 Laurent Aimar * aiff: another demuxer.
2004-01-27 Derk-Jan Hartman* Thou shall initialize thou subtitles.
2004-01-27 Derk-Jan Hartman* modules/demux/util/sub.?
2004-01-27 Laurent Aimar * sub: removed unused variable.
2004-01-27 Laurent Aimar * sub: clean/fix. it begins to work.
2004-01-27 Laurent Aimar * sub.c : fixed parsing, but doesn't work yet (buffer...
2004-01-27 Gildas Bazin* modules/demux/util/*: fixed segfault with new vobsub...
2004-01-27 Derk-Jan Hartman* VobSub demuxing. Almost working i think, but the...
2004-01-26 Derk-Jan Hartman* Remove crud
2004-01-26 Derk-Jan Hartman* Remove crud
2004-01-26 Laurent Aimar * playlist: compilation fix.
2004-01-26 Gildas Bazin* src/input/*, modules/demux/util/sub.[ch]: cleanup...
2004-01-26 Gildas Bazin* modules/demux/util/*: a bit of cleanup.
next