- 22 Nov, 2003 9 commits
-
-
Sam Hocevar authored
+ Fixed internal symbols for version numbers containing "+". + Added a --enable-caca flag. * modules/video_output/caca.c: + Updated libcaca video output to the released version. + Added --caca-dithering flag (none, dither, random).
-
Laurent Aimar authored
-
gbazin authored
* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
-
gbazin authored
* modules/stream_out/transcode.c: put back the dumb downmixing routine.
-
gbazin authored
* src/input/input.c: don't free the ES twice. * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support. * modules/codec/flac.c: couple of fixes.
-
sigmunau authored
* fixed a possible buffer overflow
-
sigmunau authored
* fixed a couple of nasty memleaks
-
Eric Petit authored
interface because this makes crash others interfaces which might be still using it (e.g. sap)
-
Eric Petit authored
+ *threads*, src/libvlc.h: test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H for now because Zeta now has a pthread implementation but it's doesn't seem to be (enough) POSIX compliant atm.
-
- 21 Nov, 2003 13 commits
-
-
gbazin authored
* modules/codec/flac.c: added a FLAC encoder. * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-
gbazin authored
* modules/gui/wxwindows/*: drag&drop on the playlist only enqueue. Small cosmetic change to the playlist.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
zorglub authored
-
gbazin authored
-
gbazin authored
-
Jean-Paul Saman authored
- Code cleanup and fixes for file view widget.
-
Laurent Aimar authored
-
gbazin authored
* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer. * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
-
gbazin authored
* include/vlc_common.h: include stdlib.h * include/ninput.h, src/input/stream.c, src/input/input.c: new stream_Block() function to read a block_t from the input. es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
- 20 Nov, 2003 11 commits
-
-
sigmunau authored
* more verbose header parsing code * support for compressed announces if zlib is available (using some code from Mosu from the matroska project) * if the sdp packet contains more than one m= line, pass it to the livedotcom module configure.ac: * link sap with zlib if available modules/demux/livedotcom.c: * accept sdp from the sap module
-
Laurent Aimar authored
all: removed i_extra_type from es_format_t.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
gbazin authored
* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
-
hartman authored
double size and float on top are sent to the correct window.
-
Simon Latapie authored
playing playlist item ).
-
Rocky Bernstein authored
start the custom demuxer.
-
hartman authored
* cleaned up the playlist source. * set the correct sizing properties on the playlist buttons. bigben: see the bottom of the size panel of your inspector. when adding items always take this into account to make resize work correctly. also. windows are opened at the position where you save them when the nib is open. Always make sure the controller and playlist are to the upper left side.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
different.
-
- 19 Nov, 2003 7 commits
-
-
gbazin authored
* modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video. As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
-
bigben authored
- use same name than in menus for random, repeat and loop options - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
-
bigben authored
small clean-up
-
hartman authored
* modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
-
gbazin authored
* src/misc/modules.c: win32 fix for when module fails loading.
-
hartman authored
not possible before, but is now and we can still change it without effecting the config files of 1000000 users.
-
sigmunau authored
-