]> git.sesse.net Git - vlc/shortlog
vlc
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.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-21 Clément Stenac* Reverse sort the playlist when clicking twice on...
2003-11-21 Gildas Bazin* modules/mux/ogg.c: send the mp4v VOL data in one...
2003-11-21 Gildas Bazin* modules/demux/flac.c, modules/codec/flac.c: couple...
2003-11-21 Jean-Paul SamanPDA Interface:
2003-11-21 Laurent Aimar * livedotcom: added return value for sdp:// Open.
2003-11-21 Gildas Bazin* modules/codec/flac.c: complete rewrite of the flac...
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Sigmund Augdal... modules/misc/sap.c:
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-20 Laurent Aimar * copy: ported to new API.
2003-11-20 Laurent Aimar * ts: fixed a stupid bug for MS codec.
2003-11-20 Gildas Bazin* mozilla/vlcshell.cpp, modules/video_output/directx...
2003-11-20 Derk-Jan Hartman* windows -> orderedWindows. Finally window commands...
2003-11-20 Sigmund Augdal... tell cvs to ignore .pyc and .pyo files
2003-11-20 Simon Latapie * http.c: little keep and del functions fix ( don...
2003-11-20 Rocky BernsteinReorganize more analogous to dvdplay. Should give some...
2003-11-20 Derk-Jan Hartman* fixed the dockmenu. had gotten disconnected somehow.
2003-11-20 Rocky BernsteinIn some ways better, in some ways just different.
2003-11-20 Rocky BernsteinMiniscule changes. In some ways better, in some ways...
2003-11-19 Gildas Bazin* modules/video_output/directx/*: we now create a video...
2003-11-19 Benjamin Pracht- get rid of an unused variable
2003-11-19 Benjamin Prachtsmall clean-up
2003-11-19 Derk-Jan Hartman* modules/codec/subsdec.c: Add debug messages and fix...
2003-11-19 Gildas Bazin* modules/codec/ffmpeg/: don't re-use the same pts...
2003-11-19 Derk-Jan Hartman* changed the relative fontsize option from a string_li...
2003-11-19 Gildas Bazin* src/misc/modules.c: don't forget to return an error...
2003-11-19 Laurent Aimar * ninput: initialisate i_bitrate.
2003-11-19 Sigmund Augdal... fixed some warnings
next