]> git.sesse.net Git - vlc/shortlog
vlc
2003-11-26 Rocky BernsteinMove libcdio CD-DA plugin into its own directory before...
2003-11-26 Rocky BernsteinMinor name-change tidying up.
2003-11-25 Derk-Jan Hartman* modules/audio_output/coreaudio.c:
2003-11-25 Jean-Paul SamanPDA Interface:
2003-11-25 Jean-Paul SamanPDA Interface:
2003-11-25 Christophe... * modules/access/satellite/access.c: do not use p_es...
2003-11-25 Sam Hocevar * src/misc/modules.c: Allow for premature Ctrl-C...
2003-11-25 Rocky BernsteinForgot to delete keypress callback.
2003-11-25 Rocky BernsteinPlugin now tested ;-) Add missing prototypes.
2003-11-25 Gildas Bazin* modules/gui/wxwindows/*: fixed a couple of memory...
2003-11-25 Laurent Aimar * all: fixed a lot of small memory leaks.
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Gildas Bazin* src/audio_output/mixer.c: fixed timestamp rounding...
2003-11-24 Laurent Aimar * moved EsOut* to es_out.c and introduced internal...
2003-11-24 Gildas Bazin* modules/access/dshow/*: compilation fixes.
2003-11-24 Laurent Aimar * dshow: ported to es_out_* and stream_*. Not tested...
2003-11-24 Gildas Bazin* modules/access/v4l/v4l.c: small fix and added a ...
2003-11-24 Gildas Bazin* src/input/input.c: oops, set the ES format before...
2003-11-24 Laurent Aimar * rawdv.c: ported to es_out_* and stream_*.
2003-11-24 Gildas Bazin* configure.ac, extras/MacOSX/*: bumped version number...
2003-11-24 Laurent Aimar * m4v: ported to es_out*, stream_* and use the mp4v...
2003-11-24 Laurent Aimar * cddax: ported to es_out_* and stream_*. Not tested...
2003-11-24 Laurent Aimar * v4l: ported to stream_* and es_out_*. Not tested !
2003-11-24 Gildas Bazin* modules/gui/wxwindows/menus.cpp: small fix.
2003-11-24 Laurent Aimar * cdda: ported to es_out*.
2003-11-24 Laurent Aimar * all: do not export input_NullPacket
2003-11-24 Rocky BernsteinMinor debug output change.
2003-11-24 Rocky BernsteinAdd keyboard input handling, e.g. if visualization...
2003-11-24 Rocky BernsteinChange debug output slightly to make more informative...
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
2003-11-24 Rocky BernsteinSet cdio log routine.
2003-11-24 Laurent Aimar * input_ext-dec.c: useless file.
2003-11-24 Gildas Bazin* install-win32: added a registry entry for the mozilla...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-24 Rocky BernsteinAdd intf-vcd.txt to distribution and installed document...
2003-11-24 Gildas Bazin* modules/codec/ffmpeg/postprocess.c: fixed uninitializ...
2003-11-23 Olivier TeulièreUse snprintf instead of sprintf
2003-11-23 Derk-Jan Hartman* Compile before you commit was our slogan right?
2003-11-23 Gildas Bazin* modules/gui/wxwindows/*: added new codecs for stream...
2003-11-23 Laurent Aimar * all: disabled dv, xvid, dvbsub (they won't compile...
2003-11-23 Alexis de Lattre- Updated French translation (still a lot of work to...
2003-11-23 Rocky BernsteinNext/previous/return navigation bugs - not setting...
2003-11-23 Gildas Bazin* src/input/input_dec.c: set p_dec->b_error when we...
2003-11-23 Gildas Bazin* modules/control/http.c: cough cough
2003-11-23 Gildas Bazin* modules/gui/wxwindows/*: small cleanup.
2003-11-23 Gildas Bazin* modules/control/http.c: fixed segfault when deleting...
2003-11-23 Rocky BernsteinUpdate/correct debug flag documentation.
2003-11-23 Rocky BernsteinSome basic help for the VCD plugin.
2003-11-23 Simon Latapie * index.html: oops (forgot refresh cludge)
2003-11-23 Simon Latapie * src/playlist/item.c : stops the playlist if we delet...
2003-11-23 Clément Stenac* NEWS : added a few missing things
2003-11-23 Gildas Bazin* modules/codec/speex.c: support for speex encoding.
2003-11-23 Christophe... grmbl again
2003-11-23 Rocky BernsteinAdd configuration options to set default device. For...
2003-11-23 Gildas Bazin* NEWS: updated with new stuff.
2003-11-23 Christophe... Bug fix for *.a libraries.
2003-11-23 Gildas Bazin* modules/codec/quicktime.c, modules/codec/cinepak...
2003-11-23 Christophe... Fixed bugs.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-23 Christophe... * Fixed bugs in the contrib build system. In particular...
2003-11-23 Clément StenacImproved the list (all ports at the end, reworked order)
2003-11-23 Laurent Aimar * cinepak: little clean up and increase priority ...
2003-11-23 Laurent Aimar * adpcm: bug fixes.
2003-11-23 Rocky BernsteinBug in processing numeric entry - passed wrong value.
2003-11-23 Rocky Bernsteinintf.c, vcdplayer.c: Add code for multi-default selecti...
2003-11-23 Laurent Aimar * all: do not use p_fifo.
2003-11-23 Laurent Aimar * quicktime: removed a define.
2003-11-23 Laurent Aimar * quicktime: ported to the new API, fix compilation...
2003-11-23 Laurent Aimar * input_dec.c:
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Laurent Aimar * input_dec: set also p_dec->b_die.
2003-11-22 Laurent Aimar * ts: added lpcm and dts stream. (untested)
2003-11-22 Laurent Aimar * copy: removed the old spu packetizer.
2003-11-22 Laurent Aimar * spudec: it also does the packetizer.
2003-11-22 Laurent Aimar * all: ported to new API.
2003-11-22 Gildas Bazin* configure.ac: get rid of the oggpackB_read check...
2003-11-22 Gildas Bazin* include/input_ext-intf.h, include/vlc_es.h: moved...
2003-11-22 Laurent Aimar * stream_output.h, transrate.c : do not use SOUT_BUFFE...
2003-11-22 Laurent Aimar * mpegvideo: ported to new API (need more clean up).
2003-11-22 Laurent Aimar * ts: fixes.
2003-11-22 Sam Hocevar * modules/video_output/caca.c: Oops, compilation...
2003-11-22 Sam Hocevar * configure.ac:
2003-11-22 Laurent Aimar * avi: more check on b_die (when building index).
2003-11-22 Gildas Bazin* modules/codec/tarkin.c: ported to the new decoders...
2003-11-22 Laurent Aimar * block: initialise all fields.
2003-11-22 Olivier Teulièrevlc_common: Avoid a redefinition of PATH_MAX on cygwin
2003-11-22 Gildas Bazin* modules/stream_out/transcode.c: put back the dumb...
2003-11-22 Gildas Bazin* src/input/input.c: fixed previous fix (sout needs...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-22 Sigmund Augdal... src/playlist/item.c:
2003-11-22 Sigmund Augdal... modules/misc/sap.c:
2003-11-22 Sigmund Augdal... modules/misc/sap.c:
2003-11-22 Eric Petit modules/gui/macosx/intf.m: don't destroy the playlist...
2003-11-22 Eric Petit src/misc/block.c: added a missing vlc_mutex_destroy()
2003-11-22 Eric Petit + modules/misc/freetype.c: fixed a couple of typos
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Gildas Bazin* modules/gui/wxwindows/*: drag&drop on the playlist...
2003-11-21 Laurent Aimar * mpga: fixed. (using es_out_Send with PES)
2003-11-21 Laurent Aimar * asf: pes -> block
2003-11-21 Laurent Aimar * avi: use block instead of PES every where.
next