- 18 Jul, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
Patch from Mirsal, as often.
-
Jean-Baptiste Kempf authored
The idea is that "Ctrl + small letter" are now reserved to interface for dialogs/windows showing. ===== * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j' * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic subtitles delay (g h j k are next to each other on most keyboards). * loop is 'l' instead of shift+l to simplify and match random that is 'r'. * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used now for delay, since all delays are regrouped. * Menus, title and chapter are now alt+ instead of Ctrl+ and are using 'n','p' for next/previous chapter and 'o','b' for other (title) next/previous (o, b are next to n, p) History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are next to each other) Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
-
- 17 Jul, 2007 12 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv.
-
Antoine Cellerier authored
Add some sanity checks to the options' values.
-
Pavlov Konstantin authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Olivier Aubert authored
-
Damien Fouilleul authored
vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible
-
Pavlov Konstantin authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 16 Jul, 2007 2 commits
-
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
-
- 15 Jul, 2007 3 commits
-
-
Pierre d'Herbemont authored
-
Philippe Morin authored
the media instance.
-
Bernie Purcell authored
turn off styling of text if appropriate.
-
- 14 Jul, 2007 1 commit
-
-
Pierre d'Herbemont authored
control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist).
-
- 13 Jul, 2007 3 commits
-
-
Ken Self authored
-
Pierre d'Herbemont authored
-
Olivier Aubert authored
-
- 12 Jul, 2007 4 commits
-
-
Olivier Aubert authored
* prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion) * move private functions definitions to src/control/mediacontrol_internal.h * move all structure definitions to include/vlc/mediacontrol_structure.h
-
Christophe Mutricy authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
- 11 Jul, 2007 9 commits
-
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Speex 1.2b1 => 1.2b2
-
Jean-Baptiste Kempf authored
-
Pavlov Konstantin authored
to check: ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov Patch by Ilkka Ollakka.
-
Pavlov Konstantin authored
QT4: Force need_update on creation so we could view everything on first open of Media Information window Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
-
Pavlov Konstantin authored
Windows: don't do resizing. Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
-
Pavlov Konstantin authored
-
- 10 Jul, 2007 4 commits
-
-
Jean-Baptiste Kempf authored
files)The timing of the raster is determined by t= tags contained within the tags. For a demonstration of karaoke refer to the sample file attached. * Support for bi-directional text needs to behave inside karaoke tags. (In right to left text the raster needs to move from right to left instead of left to right - it is supporting this feature that makes this patch a little more complicated than it would otherwise be) * Made the internal handling of font color and alpha tags more consistent and convenient in a few places by storing in one variable as AARRGGBB, rather than 2. * Some cleanup of other code. Patch by Bernie Purcell.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-