]> git.sesse.net Git - vlc/history - modules
* all: remove sout_format_t and use es_format_t instead.
[vlc] / modules /
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 Helbergmodules/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 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 Sigmund Augdal Helbergfixed some warnings
2003-11-18 Laurent Aimar * fix a memory leak (p_block should be unallocated).
2003-11-18 Sigmund Augdal Helbergmodules/codec/subsdec.c:
2003-11-18 Jean-Paul SamanPDA Interface:
2003-11-18 Laurent Aimar * include/vlc_bits.h: bit stream reader/writer.
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 Christophe Massiot* modules/access_output/udp.c: more debug
2003-11-17 Benjamin PrachtCheckboxes stat at startup, in the playlist, now reflec...
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 Helbergmodules/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 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 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 Olivier TeulièreSmall fix in a preference description string
2003-11-13 Gildas Bazin* modules/video_filter/transform.c: fix for ./toolbox...
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 * 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 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* 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.
2003-11-09 Jean-Paul SamanPDA inteface:
2003-11-09 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: compil...
2003-11-09 Simon Latapie * http.c: removed a completely useless check (now...
2003-11-09 Simon Latapie * http.c: modify seek function (now you can put almost...
2003-11-09 Rocky BernsteinHandle keyboard input: numeric entry, next, prev, retur...
2003-11-08 Sigmund Augdal Helberguse "video" and not "audio" as media type, and 33 ...
2003-11-08 Sigmund Augdal Helbergignore streams that are not m=audio or m=video
2003-11-08 Jean-Paul SamanPDA Interface
2003-11-08 Eric Petit + configure.ac: link httpd and stream_out_standard...
2003-11-08 Jean-Paul SamanPDA interface:
2003-11-08 Sigmund Augdal Helbergmodules/misc/sap.c:
2003-11-08 Laurent Aimar * useless.
2003-11-08 Laurent Aimar * livedotcom.cpp:
2003-11-08 Laurent Aimar * araw.c: prevent segfault with ulaw/alaw.
next