- 09 Dec, 2003 3 commits
-
-
Yoann Peronneau authored
* added a lock when changing p_vout->p_last_osd_message
-
Sam Hocevar authored
-
Yoann Peronneau authored
* added a the default CD Audio device in General Settings -> Input * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
- 08 Dec, 2003 7 commits
-
-
Gildas Bazin authored
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
Gildas Bazin authored
* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy decoder to save the raw codec data to a file. This is disabled by default (while it was always on before). * src/input/es_out.c: bug fix for ES autoselection.
-
Yoann Peronneau authored
The last OSD message is now deleted before printing new one.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video. Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video. * modules/mux/ogg.c: fixed crash when removing streams. * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
-
- 07 Dec, 2003 17 commits
-
-
Derk-Jan Hartman authored
* add libcaca contrib
-
Rocky Bernstein authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
goom sources currently located on my server.
-
Jean-Paul Saman authored
All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- some cleanup - reinstated automatic lowering of interface when play button was pressed. - double click in playlist window play selected items.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* modules/codec/theora.c: bug fix with aspect ratio.
-
Gildas Bazin authored
* modules/codec/theora.c: encoder now respects the aspect ratio.
-
Gildas Bazin authored
* src/input/es_out.c: cosmetic changes.
-
Gildas Bazin authored
* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing. * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT. * modules/stream_out/transcode.c: fix for video stream header generation (theora). * modules/codec/theora.c: don't overwrite headers.
-
Gildas Bazin authored
* include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset(). * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1). * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available. * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
-
Rocky Bernstein authored
-
- 06 Dec, 2003 11 commits
-
-
Gildas Bazin authored
* include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function. * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.
-
Jean-Paul Saman authored
Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- Fixed last segmentation fault. - Slider and time progress updating. This makes the new PDA interface almost complete. It misses the following items still: - preference panel - changing postion in stream with slider widget. The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
-
Gildas Bazin authored
* msvc/vlc.dsw: updated the list of plugins.
-
Rocky Bernstein authored
streams. Still need to be able to do something with them though.
-
- 05 Dec, 2003 2 commits
-
-
Gildas Bazin authored
-
Cyril Deguet authored
if / else to avoid compilation problems when wxwindows is not built with unicode support
-