]> git.sesse.net Git - vlc/shortlog
vlc
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
2003-11-18 Laurent Aimar * fix a memory leak (p_block should be unallocated).
2003-11-18 Sigmund Augdal... modules/codec/subsdec.c:
2003-11-18 Laurent Aimar * input_dec.c : handle SPU_ES (and not as VIDEO_ES...
2003-11-18 Gildas Bazin* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
2003-11-18 Jean-Paul SamanPDA Interface:
2003-11-18 Laurent Aimar * allow packetizer to return multiple blocks at once.
2003-11-18 Laurent Aimar * include/vlc_bits.h: bit stream reader/writer.
2003-11-18 Gildas Bazin* NEWS: updated with new features.
2003-11-18 Laurent Aimar * display: set correct ES type (otherwise it segfaults...
2003-11-18 Gildas Bazin* modules/control/http.c: fixed the "keep" command.
2003-11-18 Gildas Bazin* modules/demux/ogg.c: call ogg_sync_reset() after...
2003-11-17 Benjamin Pracht- Use NSTextField instead of NSSearchfield for the...
2003-11-17 Gildas Bazin* modules/demux/ogg.c: support for FLAC in Ogg.
2003-11-17 Derk-Jan Hartman* fix the search field and cleanup of the checkboxes...
2003-11-17 Gildas Bazin* modules/packetizer/mpeg4video.c: ported to the new...
2003-11-17 Simon Latapie * http.c: fixed bug with spaces in mrl
2003-11-17 Derk-Jan Hartman* fix previous commit
2003-11-17 Christophe... * modules/access_output/udp.c: more debug
2003-11-17 Benjamin PrachtCheckboxes stat at startup, in the playlist, now reflec...
2003-11-17 Derk-Jan Hartman* use more recent libebml and libmatroska
2003-11-17 Benjamin Prachtadded search function to the playlist
2003-11-17 Laurent Aimar * ts: improve PCR handling. pcr-soft doesn't exist...
2003-11-17 Derk-Jan Hartman * THANKS: hungarian translator and designer of OSX...
2003-11-17 Laurent Aimar * transcode: hmmm, the compil fix was for this file ...
2003-11-17 Laurent Aimar * all: a little compil fix and more sanity checks...
2003-11-17 Sigmund Augdal... modules/gui/wxwindows/*:
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Sam Hocevar * modules/video_output/caca.c: color ASCII art video...
2003-11-16 Gildas Bazin* modules/codec/ffmpeg/video.c, src/input/input_dec...
2003-11-16 Sam Hocevar * include/vlc_keys.h: Fixed a warning in StringToKey().
2003-11-16 Gildas Bazin* modules/misc/dummy/encoder.c: forgot a file
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-16 Simon Latapie * http.c: little fix
2003-11-16 Eric Petit avi.c: compile fix
2003-11-16 Benjamin PrachtAdded random, repeat one and repeat all checkboxes...
2003-11-16 Laurent Aimar * fixed a segfault with avi without index.
2003-11-15 Laurent Aimar* v4l: hack from xine from GStreamer to compile v4l...
2003-11-15 Derk-Jan Hartman* New OSX controller (iTunes style)
2003-11-15 Derk-Jan Hartman* added ffmpeg cvsroot (not in use atm)
2003-11-15 Laurent Aimar * set dts/length of all pes packet.
2003-11-15 Derk-Jan Hartman* extra data has changed and was crashing.
2003-11-15 Christophe... * Fixed typos.
2003-11-15 Olivier TeulièreSmall fix in a preference description string
2003-11-15 Derk-Jan Hartman* broken URL
2003-11-15 Christophe... * New build system for the contrib packages of VLC...
2003-11-15 Derk-Jan Hartman* spelling fix
2003-11-14 Derk-Jan Hartman* Fix the label in the prefs of the play/pause hotkey.
2003-11-14 Derk-Jan Hartman* fixed playlist_Pause
2003-11-13 Gildas Bazin* modules/video_filter/transform.c: fix for ./toolbox...
2003-11-13 Gildas Bazin* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't...
2003-11-13 Loïc Minier * INSTALL.win32: slightly changed the list of require...
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-13 Laurent Aimar * avi: little clean up, and ported to es_format_t.
2003-11-12 Gildas Bazin* modules/misc/sap.c: fixed misplaced variable declaration.
2003-11-12 Laurent Aimar * all: big clean up (no more global variables).
2003-11-12 Clément StenacSupport for announcement of playlist group in SAP announces
2003-11-12 Simon Latapie * little fix due to my last commit
2003-11-12 Simon Latapie * http.c: little fix in RPN evaluator (now it is real...
2003-11-12 Derk-Jan Hartman* small fix to the playlist window
2003-11-12 Simon Latapie * http.c : added parsing of options in Add MRL option...
2003-11-12 Derk-Jan Hartman* Away with that annoying playlist drawer. We now have...
2003-11-11 Derk-Jan Hartman* include/vlc_keys.h: added StringToKey()
2003-11-11 Derk-Jan Hartman* when config_ResetAll() a key config value becomes...
2003-11-11 Laurent Aimar * wav: es_format_t
2003-11-11 Laurent Aimar * mkv: ues es_format_t.
2003-11-11 Laurent Aimar * all: use es_format_t and es_out_*. (Not well tested...
2003-11-10 Gildas Bazin* modules/gui/wxwindows/open.cpp: compilation fix for...
2003-11-10 Gildas Bazin* configure.ac: link ws2_32 in the right order on win32...
2003-11-10 Derk-Jan Hartman* New Hungarian translation contributed by 'DirectX...
2003-11-10 Gildas Bazin* modules/gui/wxwindows/*: dshow open panel is fully...
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Gildas Bazin* modules/gui/wxwindows/open.cpp: added an AutoBuildPan...
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Jean-Paul SamanPDA interface:
2003-11-09 Rocky BernsteinAllow return to have a numeric prefix too.
2003-11-09 Rocky BernsteinSmall changes to assist debugging.
2003-11-09 Eric Petit + modules/gui/beos/VideoOutput.cpp: fixed modifiers
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Gildas Bazin* modules/access/v4l/v4l.c: couple of fixes.
next