- 06 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 05 Mar, 2004 2 commits
-
-
Laurent Aimar authored
* modules/demux/demux2.c: added all audio demuxer shortcuts.
-
Sam Hocevar authored
* Removed .cvsignore files and added proper svn:ignore properties.
-
- 03 Mar, 2004 5 commits
-
-
Gildas Bazin authored
* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument. If "strict" is true and a module name is provided then module_Need() will only look for the specified module If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
-
Laurent Aimar authored
-
Laurent Aimar authored
* include/vlc_httpd.h src/misc/httpd.c: added new http daemon, it will allow http 1.1, redirection, RTSP, ...
-
Laurent Aimar authored
include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
-
Christophe Massiot authored
(temporary).
-
- 01 Mar, 2004 2 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
-
Gildas Bazin authored
+ lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now). * modules/access/file.c: + s/config_GetInt()/var_Get() for file-caching. * modules/access_output/udp.c: + less verbose debug messages. + increase thread priority on win32.
-
- 29 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* src/misc/variables.c: fixed memleak. * include/vlc_common.h: use pragma to disable useless MSVC warnings.
-
- 25 Feb, 2004 1 commit
-
-
Laurent Aimar authored
field and a few BLOCK_FLAG_*.
-
- 23 Feb, 2004 2 commits
-
-
Gildas Bazin authored
* modules/demux/wav.c: more fixes for multichannel wav files support. * include/codecs.h: ms speakers definitions. * modules/codec/araw.c: added support for fl64 fourcc.
-
Gildas Bazin authored
* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
-
- 22 Feb, 2004 2 commits
-
-
Laurent Aimar authored
-
Gildas Bazin authored
* ALL: preparation for 0.7.1-test2.
-
- 21 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* include/charset.h: added "extern "C" {" for c++ modules. * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
-
- 20 Feb, 2004 1 commit
-
-
Christophe Massiot authored
- new ffmpeg options available from the command-line : interleaved video, noise reduction, rate control parameters, i_quant_factor, trellis quantification, mpeg4 matrix, and thread count - portable functions to use ffmpeg multithreading capabilities on all platforms - hurry up mode now turns off rd and trellis, and also raises the noise reduction parameter (thus noise reduction is mandatory with hurry up) - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding will be done in a separate thread than the packetizer and decoder - fixed a bug with mp3 decoding and weird ffmpeg return code
-
- 15 Feb, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
* turned vout_OSDMessage into __vout_OSDMessage * __vout_OSDMessage now takes printf style parameters * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first parameter passed through VLC_OBJECT()
-
- 14 Feb, 2004 2 commits
-
-
Gildas Bazin authored
* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel). support for float32 format. * include/codecs.h: added WAVEFORMATEXTENSIBLE structure. * modules/codec/araw.c: fixes.
-
Gildas Bazin authored
* ALL: small portability fixes.
-
- 07 Feb, 2004 2 commits
-
-
Gildas Bazin authored
* include/vlc_es.h: s/es_format_Free/es_format_Clean.
-
Gildas Bazin authored
* modules/demux/ogg.c: fixed memleak. * modules/codec/flac.c: fixed memleak. * include/vlc_es.h: es_format_Free().
-
- 06 Feb, 2004 2 commits
-
-
Gildas Bazin authored
* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
-
Derk-Jan Hartman authored
-
- 31 Jan, 2004 1 commit
-
-
Laurent Aimar authored
it will only be used by demuxers). * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch playlist and input_InfoAdd and ...
-
- 30 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 29 Jan, 2004 3 commits
-
-
Clément Stenac authored
much memory, and was inconsistent, especially with input_CreateThread taking an array of options * Revert to using array of options * To add an item with options: - either use playlist_ItemNew, ItemAddOption, and then AddItem (useful if you don't have all your options in an array) - either use playlist_AddExt (use this if all your options are already in an array) * To add an item without options: use playlist_Add You can still add options after an item has been added by using either playlist_AddOption or playlist_ItemAddOption * Attempt to improve API and solve thread safety issues. - playlist_Item* functions allow to touch items only. p_item->lock must be used when needed (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info, playlist_ItemSet* ) - playlist_ItemGetById and ItemGetByPos give you playlist_items for GetByPos, you should have the playlist lock At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
-
Gildas Bazin authored
* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var. * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add(). * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
-
Sigmund Augdal Helberg authored
* defined a CPU_CAPABILITY_SSE2 src/libvlc.(c|h): * implemented --see2/--no-sse2
-
- 26 Jan, 2004 2 commits
-
-
Laurent Aimar authored
export input_CreateThread/input_StopThread/input_DestroyThread.
-
Laurent Aimar authored
implementations, not yet used).
-
- 25 Jan, 2004 2 commits
-
-
Gildas Bazin authored
* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure. * modules/codec/ffmpeg/*: support for palettized codecs.
-
Clément Stenac authored
* Removed trailing spaces
-
- 24 Jan, 2004 1 commit
-
-
Laurent Aimar authored
seems to make bogus code (but I'm not sure).
-
- 23 Jan, 2004 2 commits
-
-
Gildas Bazin authored
* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion. * modules/access_output/file.c: implemented sout_AccessOutRead(). * modules/access_output/udp.c: coding style cleanup. * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file). Started some code cleanup.
-
Clément Stenac authored
* Add missing locks * Duration sort
-
- 21 Jan, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
* udp: cleaned to use net_*
-
- 20 Jan, 2004 1 commit
-
-
Sam Hocevar authored
+ Added proper const keywords. * modules/demux/mp4/drms.c: + Minor coding style fix.
-