- 05 Jan, 2008 4 commits
-
-
Faustino Osuna authored
MacOSX/Framework/VLCEventManager: Code clean up/documentation. Standardized the way duplicate notifications are consolidated.
-
Faustino Osuna authored
MacOSX/Framework/Examples/test: Don't waste time getting the length of the video while we're doing a drag & drop operation.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 04 Jan, 2008 19 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
shouldn't break anything (tested on mp4/ts files, rtp stream and http/ts stream). Files play correctly and MP4Box/ffmpeg recognize them correctly. should fix #1384
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode.
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).
-
Pierre d'Herbemont authored
video_output/opengllayer.m: Hopefully fix the tearing issues by correctly updating textures, and using a nice trick to save the current opengl context. (Note, we can't draw to it directly).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell for the categories List.
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
- 03 Jan, 2008 15 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
MacOSX/Framework/Examples/test/Controller.m: Updated example to comply with latest framework improvements.
-
Faustino Osuna authored
-
Olivier Aubert authored
libvlc_video_take_snapshot API change (it would be nice to grep the VLC source, or at least the bindings directory, for the symbol when doing such a change).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 02 Jan, 2008 2 commits
-
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the attach of libvlc_MediaInstancePositionChanged.
-
Antoine Cellerier authored
Start splitting the ALSA and OSS code. The --v4l2-adev device will be tried first as an ALSA device, and then as OSS upon failure. If no audio device is specified, "default" is used for ALSA, "/dev/dsp" for OSS. You can disable/activate usage of ALSA and OSS using the --v4l2-audio-method option (see vlc -p v4l2 --advanced --help-verbose). Next step will be to split the module in different source files, the current code is quite a mess. Also fix compilation of the module if HAVE_ALSA isn't defined.
-