- 20 Nov, 2003 12 commits
-
-
Sigmund Augdal Helberg 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
-
Gildas Bazin authored
* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
-
Derk-Jan Hartman authored
double size and float on top are sent to the correct window.
-
Sigmund Augdal Helberg authored
-
Simon Latapie authored
playing playlist item ).
-
Rocky Bernstein authored
start the custom demuxer.
-
Derk-Jan 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 9 commits
-
-
Gildas Bazin 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.
-
Benjamin Pracht 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 ;-)
-
Benjamin Pracht authored
small clean-up
-
Derk-Jan Hartman authored
* modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
-
Gildas Bazin authored
* src/misc/modules.c: win32 fix for when module fails loading.
-
Derk-Jan Hartman authored
not possible before, but is now and we can still change it without effecting the config files of 1000000 users.
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
-
- 18 Nov, 2003 11 commits
-
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
* fix a crash when --subsdec encoding is set to a wrong value
-
Laurent Aimar authored
should work again.
-
Gildas Bazin authored
* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
-
Jean-Paul Saman authored
- Cleanup code - Cleanup interface - Adding items to playlist widgets from File, Camera, Transcode tabs.
-
Laurent Aimar authored
-
Laurent Aimar authored
* mpeg4video.c: rework of the mpeg4 video packetizer. (not well tested)
-
Gildas Bazin authored
* NEWS: updated with new features.
-
Laurent Aimar authored
that implies that ES appear twice in the interface.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs. Cosmetic changes to the file info data. Fixed Flac seeking.
-
- 17 Nov, 2003 8 commits
-
-
Benjamin Pracht authored
- Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3. - Search now restarts at the beginning of the playlist when reaching the end.
-
Gildas Bazin authored
* modules/demux/ogg.c: support for FLAC in Ogg. And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
-
Derk-Jan Hartman authored
- currently we don't seek in playlist position 0->currently selected wxwindows doesn't do this either. - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
-
Gildas Bazin authored
* modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
-
Simon Latapie authored
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
* modules/mux/mpeg/ts.c: new dts-delay option to add delay between the PCR and the DTS of the current frame. When deleting a video or audio stream (in case of PMT change), the new video and audio ES will take again the pid-video and pid-audio if they have been specified.
-
Benjamin Pracht authored
Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).
-