]> git.sesse.net Git - vlc/log
vlc
16 years agoQt4 - Open dialog: fix segfault on capture cards and fix the problematic layout on...
Jean-Baptiste Kempf [Tue, 8 Jan 2008 01:09:40 +0000 (01:09 +0000)]
Qt4 - Open dialog: fix segfault on capture cards and fix the problematic layout on Win32.

16 years agoMacOSX/Framework/VLCVideoCommon.m: Previous commit is crashy. Remove it, until we...
Pierre d'Herbemont [Mon, 7 Jan 2008 23:33:07 +0000 (23:33 +0000)]
MacOSX/Framework/VLCVideoCommon.m: Previous commit is crashy. Remove it, until we find a proper solution.

16 years agoMacOSX/Framework/VLCVideoCommon.m: Make sure there is no tearing when moving the...
Pierre d'Herbemont [Mon, 7 Jan 2008 23:24:47 +0000 (23:24 +0000)]
MacOSX/Framework/VLCVideoCommon.m: Make sure there is no tearing when moving the splitview in the video window.

16 years agoMacOSX/VLC_app: Leave a little room at the bottom of the window when the playlist...
Pierre d'Herbemont [Mon, 7 Jan 2008 23:22:18 +0000 (23:22 +0000)]
MacOSX/VLC_app: Leave a little room at the bottom of the window when the playlist is collapsed...

16 years agoMacOSX/Framework/VLCMedia.m: Fix previous commit's warnings.
Pierre d'Herbemont [Mon, 7 Jan 2008 23:11:34 +0000 (23:11 +0000)]
MacOSX/Framework/VLCMedia.m: Fix previous commit's warnings.

16 years agoMacOSX/Framework/VLCMedia.m: Make sure the KVO notification will be sent for the...
Pierre d'Herbemont [Mon, 7 Jan 2008 23:09:07 +0000 (23:09 +0000)]
MacOSX/Framework/VLCMedia.m: Make sure the KVO notification will be sent for the @"state" key.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Don't put code that should be in libvlc in the...
Pierre d'Herbemont [Mon, 7 Jan 2008 21:38:58 +0000 (21:38 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Don't put code that should be in libvlc in the framework.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Avoid some Mac OS X libvlc-specific deadlocks.
Pierre d'Herbemont [Mon, 7 Jan 2008 21:17:47 +0000 (21:17 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Avoid some Mac OS X libvlc-specific deadlocks.

16 years agoMacOSX/Framework: Make sure the layer will resize on bounds change.
Pierre d'Herbemont [Mon, 7 Jan 2008 21:07:35 +0000 (21:07 +0000)]
MacOSX/Framework: Make sure the layer will resize on bounds change.

16 years agoMacOSX/VLC_app/VLCMainWindow.m: Don't attempt to play selected items if their count...
Pierre d'Herbemont [Mon, 7 Jan 2008 21:02:35 +0000 (21:02 +0000)]
MacOSX/VLC_app/VLCMainWindow.m: Don't attempt to play selected items if their count is null.

16 years agoMacOSX/VLC_app/VLCBrowsableVideoView.m: Don't crash on empty playlist.
Pierre d'Herbemont [Mon, 7 Jan 2008 21:00:49 +0000 (21:00 +0000)]
MacOSX/VLC_app/VLCBrowsableVideoView.m: Don't crash on empty playlist.

16 years agoMacOSX/VLC_app/VLCMainWindow.m: Fix playlist showing.
Pierre d'Herbemont [Mon, 7 Jan 2008 20:45:15 +0000 (20:45 +0000)]
MacOSX/VLC_app/VLCMainWindow.m: Fix playlist showing.

16 years agoSame change as marq for positioning code.
Antoine Cellerier [Mon, 7 Jan 2008 20:41:33 +0000 (20:41 +0000)]
Same change as marq for positioning code.

16 years agoSwap comments.
Antoine Cellerier [Mon, 7 Jan 2008 20:37:01 +0000 (20:37 +0000)]
Swap comments.

16 years agoMarq: make it possible to mix (x,y) and position options. Example: "marq{marquee...
Antoine Cellerier [Mon, 7 Jan 2008 20:33:45 +0000 (20:33 +0000)]
Marq: make it possible to mix (x,y) and position options. Example: "marq{marquee=Test,position=1,x=100}" will put the text 100 pixels from the center of the left border. Also add deprecated elements for the old time module options.

16 years agoSync all the other po files.
Antoine Cellerier [Mon, 7 Jan 2008 20:14:20 +0000 (20:14 +0000)]
Sync all the other po files.

16 years agoHungarian translation update by Gabor Kelemen. Thanks.
Antoine Cellerier [Mon, 7 Jan 2008 20:11:59 +0000 (20:11 +0000)]
Hungarian translation update by Gabor Kelemen. Thanks.

16 years agoMacOSX/VLC_app: Fix the various bindings. And binds the various media control buttons.
Pierre d'Herbemont [Mon, 7 Jan 2008 19:31:45 +0000 (19:31 +0000)]
MacOSX/VLC_app: Fix the various bindings. And binds the various media control buttons.

16 years agoMacOSX/Framework: Implement -canPause and the various setRate related functions.
Pierre d'Herbemont [Mon, 7 Jan 2008 19:30:38 +0000 (19:30 +0000)]
MacOSX/Framework: Implement -canPause and the various setRate related functions.

16 years agovlc/libvlc.h: Use libvlc_time_t.
Pierre d'Herbemont [Mon, 7 Jan 2008 19:22:47 +0000 (19:22 +0000)]
vlc/libvlc.h: Use libvlc_time_t.

16 years agocontrol/media_instance.c: Make sure media_instance_pause() will either, play, pause...
Pierre d'Herbemont [Mon, 7 Jan 2008 18:09:45 +0000 (18:09 +0000)]
control/media_instance.c: Make sure media_instance_pause() will either, play, pause, or stop, depending on the whether the input can be paused or is playing.

16 years agocontrol/media_instance.c: Make sure the toggling the of the pause status implies...
Pierre d'Herbemont [Mon, 7 Jan 2008 15:49:39 +0000 (15:49 +0000)]
control/media_instance.c: Make sure the toggling the of the pause status implies a right "state" callback.

16 years agoMacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated.
Pierre d'Herbemont [Mon, 7 Jan 2008 15:01:21 +0000 (15:01 +0000)]
MacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated.

16 years agolibvlc.h: Define and implement libvlc_media_instance_is_pausable().
Pierre d'Herbemont [Mon, 7 Jan 2008 14:46:08 +0000 (14:46 +0000)]
libvlc.h: Define and implement libvlc_media_instance_is_pausable().

16 years agosrc/input.c: Define and set the "can-pause" variable.
Pierre d'Herbemont [Mon, 7 Jan 2008 14:23:12 +0000 (14:23 +0000)]
src/input.c: Define and set the "can-pause" variable.

16 years agoMacOSX/VLC_app: Connect the Sound slider.
Pierre d'Herbemont [Mon, 7 Jan 2008 12:34:13 +0000 (12:34 +0000)]
MacOSX/VLC_app: Connect the Sound slider.

16 years agoMacOSX/Framework/VLCValueTransformer.m: Remove unuseful NSLog.
Pierre d'Herbemont [Mon, 7 Jan 2008 12:30:38 +0000 (12:30 +0000)]
MacOSX/Framework/VLCValueTransformer.m: Remove unuseful NSLog.

16 years agoRevert [23969] because mutex aren't needed
Rémi Duraffort [Mon, 7 Jan 2008 09:24:07 +0000 (09:24 +0000)]
Revert [23969] because mutex aren't needed

16 years agoMacOSX/VLC_app/VLC.xcodeproj: Fix copy phase.
Pierre d'Herbemont [Sun, 6 Jan 2008 23:03:04 +0000 (23:03 +0000)]
MacOSX/VLC_app/VLC.xcodeproj: Fix copy phase.
MacOSX/Framework/Sources/VLCVideoCommon.m: Minor typo in previous commit.

16 years agoMacOSX: Correctly interprets fillscreen.
Pierre d'Herbemont [Sun, 6 Jan 2008 22:56:58 +0000 (22:56 +0000)]
MacOSX: Correctly interprets fillscreen.

16 years agoMacOSX/Framework/VLCKit.h: s/VLC/VLCKit/
Pierre d'Herbemont [Sun, 6 Jan 2008 22:44:43 +0000 (22:44 +0000)]
MacOSX/Framework/VLCKit.h: s/VLC/VLCKit/

16 years agoFix previouses commit.
Pierre d'Herbemont [Sun, 6 Jan 2008 22:37:30 +0000 (22:37 +0000)]
Fix previouses commit.

16 years agoMacOSX: Make sure VLC.framework is renamed to VLCKit.framework.
Pierre d'Herbemont [Sun, 6 Jan 2008 21:45:41 +0000 (21:45 +0000)]
MacOSX: Make sure VLC.framework is renamed to VLCKit.framework.

16 years agoMacOSX: Rename the framework to VLCKit.
Pierre d'Herbemont [Sun, 6 Jan 2008 20:27:55 +0000 (20:27 +0000)]
MacOSX: Rename the framework to VLCKit.

16 years agoMacOSX/Framework/VLCVideoCommon.m: Fix fillscreen.
Pierre d'Herbemont [Sun, 6 Jan 2008 20:07:56 +0000 (20:07 +0000)]
MacOSX/Framework/VLCVideoCommon.m: Fix fillscreen.

16 years agoMacOSX/Framework: Fix my previous commit.
Pierre d'Herbemont [Sun, 6 Jan 2008 20:03:50 +0000 (20:03 +0000)]
MacOSX/Framework: Fix my previous commit.

16 years agoOnly rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth...
Christophe Mutricy [Sun, 6 Jan 2008 19:54:28 +0000 (19:54 +0000)]
Only rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth for the patch + some modification by me. Fix #1408

16 years agoAdd YUV420 (I420) and RGB44 (RV32?) chromas to the list, change YVU420 mapping to...
Antoine Cellerier [Sun, 6 Jan 2008 18:37:47 +0000 (18:37 +0000)]
Add YUV420 (I420) and RGB44 (RV32?) chromas to the list, change YVU420 mapping to YV12, change some of the chroma probing code and add information in some of the debug messages.

16 years agovideo_output/opengllayer.m:
Pierre d'Herbemont [Sun, 6 Jan 2008 17:58:17 +0000 (17:58 +0000)]
video_output/opengllayer.m:
* Code simplification. Green flashes removal. Call display instead of setNeedsDisplay: to make sure we have a frame per fram
e accuracy. Use removeVoutLayer: to detach the drawer from its drawable.
MacOSX/Framework:
* Code factorization from VLCVideoView, VLCVideoLayer in VLCVideoCommon
* Implement removeVoutLayer: as needed by the opengllayer.

16 years agoMacOSX/VLC_app: Set the representedPath of the main Window.
Pierre d'Herbemont [Sun, 6 Jan 2008 17:36:36 +0000 (17:36 +0000)]
MacOSX/VLC_app: Set the representedPath of the main Window.

16 years agoMacOSX/Framework/VLCMedia: make the url property an NSURL.
Pierre d'Herbemont [Sun, 6 Jan 2008 17:35:32 +0000 (17:35 +0000)]
MacOSX/Framework/VLCMedia: make the url property an NSURL.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Forgotten detach().
Pierre d'Herbemont [Sun, 6 Jan 2008 16:58:39 +0000 (16:58 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Forgotten detach().

16 years agoUpdate the help section regarding the default ALSA device.
Richard Hosking [Sun, 6 Jan 2008 14:13:56 +0000 (14:13 +0000)]
Update the help section regarding the default ALSA device.

16 years agoUse 'hw' instead of 'default' for ALSA until we know more about 'default'.
Richard Hosking [Sun, 6 Jan 2008 14:04:14 +0000 (14:04 +0000)]
Use 'hw' instead of 'default' for ALSA until we know more about 'default'.

16 years agoMagnify: validate input chroma, fix for non "YUV 4:2:0" planar chromas, use a better...
Antoine Cellerier [Sun, 6 Jan 2008 13:39:24 +0000 (13:39 +0000)]
Magnify: validate input chroma, fix for non "YUV 4:2:0" planar chromas, use a better looking scaling algorithm.

16 years agoccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com...
Pierre d'Herbemont [Sun, 6 Jan 2008 12:31:24 +0000 (12:31 +0000)]
ccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com>. Full comment below:
I can see that if you are watching video over ftp and you are pausing playback for a couple of minutes, VLC is unable to resume playback, because corresponding FTP data connection is closed (getting "connection reset by peer" error). To solve this issue I would propose to seek to the current position when VLC is resuming playback. Seek operation in ftp re-open data connection - that is exactly what we need here.

16 years agoQt4 - small change to fix some layout on Win32
Jean-Baptiste Kempf [Sun, 6 Jan 2008 08:11:11 +0000 (08:11 +0000)]
Qt4 - small change to fix some layout on Win32

16 years agoQt4 - Open: management of advanced options in capture cards. Mainly finish the open...
Jean-Baptiste Kempf [Sun, 6 Jan 2008 07:52:08 +0000 (07:52 +0000)]
Qt4 - Open: management of advanced options in capture cards. Mainly finish the open dialog and close #851.
Remains testing to do, refcount and deletion problems, and management of duplication between normal and advanced options.
Remains everything to put in a QScrollArea.

16 years agoQt4 - Using already defined configuration type. This is needed for finer control...
Jean-Baptiste Kempf [Sun, 6 Jan 2008 07:49:37 +0000 (07:49 +0000)]
Qt4 - Using already defined configuration type. This is needed for finer control and differentiation between int and bool for the time being.

16 years agocontrib: Make sure we don't disable mmx if ld is working on mac os x.
Pierre d'Herbemont [Sun, 6 Jan 2008 06:25:53 +0000 (06:25 +0000)]
contrib: Make sure we don't disable mmx if ld is working on mac os x.

16 years agoFix compilation of galaktos:
Christophe Mutricy [Sun, 6 Jan 2008 01:00:35 +0000 (01:00 +0000)]
Fix compilation of galaktos:
- there's still plenty of compile warning
- I may have been a bit heavy handed on the de-'static inlin'ing

16 years agoValidate input chroma in transform filter, make it work with Packed YUV (tested with...
Antoine Cellerier [Sun, 6 Jan 2008 00:55:59 +0000 (00:55 +0000)]
Validate input chroma in transform filter, make it work with Packed YUV (tested with YUY2 only but should work with other variants). Other misc changes.

16 years agoQt4 - remove tab.
Jean-Baptiste Kempf [Sun, 6 Jan 2008 00:25:05 +0000 (00:25 +0000)]
Qt4 - remove tab.

16 years agoContribs- revert stupid [24093]
Jean-Baptiste Kempf [Sun, 6 Jan 2008 00:14:55 +0000 (00:14 +0000)]
Contribs- revert stupid [24093]

16 years agoQt4 - kill warnings.
Jean-Baptiste Kempf [Sun, 6 Jan 2008 00:08:51 +0000 (00:08 +0000)]
Qt4 - kill warnings.

16 years agoQt4 - Open Capture: work on DirectShow Capture cards.
Jean-Baptiste Kempf [Sun, 6 Jan 2008 00:08:02 +0000 (00:08 +0000)]
Qt4 - Open Capture: work on DirectShow Capture cards.

16 years agoUse module_Need in strict mode if loading a "video filter".
Antoine Cellerier [Sun, 6 Jan 2008 00:05:47 +0000 (00:05 +0000)]
Use module_Need in strict mode if loading a "video filter".

16 years agoEnable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable...
Antoine Cellerier [Sat, 5 Jan 2008 22:35:00 +0000 (22:35 +0000)]
Enable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable the audio input using --v4l2-audio-method 0). Change a few variable types. Print the fourcc when a v4l2 format isn't supported.

16 years agocontrib: updated the x264 darwin patch to match rev 715
Felix Paul Kühne [Sat, 5 Jan 2008 20:41:27 +0000 (20:41 +0000)]
contrib: updated the x264 darwin patch to match rev 715

16 years agov4l2: Fixed audio init & close. Added some comments to help the readability of the...
Richard Hosking [Sat, 5 Jan 2008 19:33:15 +0000 (19:33 +0000)]
v4l2: Fixed audio init & close.  Added some comments to help the readability of the main device detection logic.

16 years agonet_Accept: poll() takes milliseconds rather than microseconds
Rémi Denis-Courmont [Sat, 5 Jan 2008 18:09:40 +0000 (18:09 +0000)]
net_Accept: poll() takes milliseconds rather than microseconds

16 years agoexcess debug
Rémi Denis-Courmont [Sat, 5 Jan 2008 18:05:31 +0000 (18:05 +0000)]
excess debug

16 years agoUse the event pipe in net_Read instead of an arbitrary timer
Rémi Denis-Courmont [Sat, 5 Jan 2008 18:04:10 +0000 (18:04 +0000)]
Use the event pipe in net_Read instead of an arbitrary timer

16 years agoContrib gui updates.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 17:58:36 +0000 (17:58 +0000)]
Contrib gui updates.

16 years agoAdd special case for category labels.
Antoine Cellerier [Sat, 5 Jan 2008 17:43:23 +0000 (17:43 +0000)]
Add special case for category labels.

16 years agoIf the v4l2 driver supports the extended controls API, use it to list controls (inste...
Antoine Cellerier [Sat, 5 Jan 2008 17:42:55 +0000 (17:42 +0000)]
If the v4l2 driver supports the extended controls API, use it to list controls (instead of the user control API).

16 years agoQt4 - fix 24107
Jean-Baptiste Kempf [Sat, 5 Jan 2008 17:33:57 +0000 (17:33 +0000)]
Qt4 - fix 24107

16 years agoMakefile.am: try it the simple way now, trusting the user not to open another dmg...
Felix Paul Kühne [Sat, 5 Jan 2008 16:42:17 +0000 (16:42 +0000)]
Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name

16 years agoMakefile.am: another attempt to fix hdiutil attach
Felix Paul Kühne [Sat, 5 Jan 2008 16:36:48 +0000 (16:36 +0000)]
Makefile.am: another attempt to fix hdiutil attach

16 years agoMacOSX/VLC_app/VLCMainWindow.m: Bind the window title to the mediaPlayer's description.
Pierre d'Herbemont [Sat, 5 Jan 2008 15:36:33 +0000 (15:36 +0000)]
MacOSX/VLC_app/VLCMainWindow.m: Bind the window title to the mediaPlayer's description.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key.
Pierre d'Herbemont [Sat, 5 Jan 2008 15:35:56 +0000 (15:35 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key.

16 years agoMacOSX/VLC_app: Change the default size of the window.
Pierre d'Herbemont [Sat, 5 Jan 2008 14:38:09 +0000 (14:38 +0000)]
MacOSX/VLC_app: Change the default size of the window.

16 years agoMacOSX/VLC_app: Nicely slide in/out the playlist.
Pierre d'Herbemont [Sat, 5 Jan 2008 14:33:47 +0000 (14:33 +0000)]
MacOSX/VLC_app: Nicely slide in/out the playlist.

16 years agolive-starttime.patch is merged upstream and bumping up livemedia's version number...
Jean-Paul Saman [Sat, 5 Jan 2008 14:10:46 +0000 (14:10 +0000)]
live-starttime.patch is merged upstream and bumping up livemedia's version number is no longer needed.

16 years agoPatch no longer needed.
Jean-Paul Saman [Sat, 5 Jan 2008 14:09:25 +0000 (14:09 +0000)]
Patch no longer needed.

16 years agoMacOSX/Framework/VLCEventManager.m: Don't send grouped events to the same target...
Pierre d'Herbemont [Sat, 5 Jan 2008 13:51:21 +0000 (13:51 +0000)]
MacOSX/Framework/VLCEventManager.m: Don't send grouped events to the same target if there is an event in-between.

16 years agoRe-implement GCD iteratively. Fix unused function warning.
Rémi Denis-Courmont [Sat, 5 Jan 2008 13:29:01 +0000 (13:29 +0000)]
Re-implement GCD iteratively. Fix unused function warning.

16 years agoReplaced LIVEMEDIA_LIBRARY_VERSION_INT version 9999999999 with 1199404800.
Jean-Paul Saman [Sat, 5 Jan 2008 11:43:14 +0000 (11:43 +0000)]
Replaced LIVEMEDIA_LIBRARY_VERSION_INT version 9999999999 with 1199404800.

16 years agoQt4 - extended... attempt to fix extended panel size... The culprit is still the...
Jean-Baptiste Kempf [Sat, 5 Jan 2008 09:02:40 +0000 (09:02 +0000)]
Qt4 - extended... attempt to fix extended panel size... The culprit is still the VideoFilter Widget.

16 years agoQt4 - Win32: fix the absence of dshow in the Capture Open Panel.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 07:42:55 +0000 (07:42 +0000)]
Qt4 - Win32: fix the absence of dshow in the Capture Open Panel.

16 years agoQt4 - Win32: fix VLM layout
Jean-Baptiste Kempf [Sat, 5 Jan 2008 07:18:02 +0000 (07:18 +0000)]
Qt4 - Win32: fix VLM layout

16 years agoQt4 - Win32: fix layout in open_capture.ui
Jean-Baptiste Kempf [Sat, 5 Jan 2008 06:51:34 +0000 (06:51 +0000)]
Qt4 - Win32: fix layout in open_capture.ui

16 years agoQt4 - SPrefs: again...
Jean-Baptiste Kempf [Sat, 5 Jan 2008 06:21:15 +0000 (06:21 +0000)]
Qt4 - SPrefs: again...

16 years agoQt4 - Try to fix some crash on Windows.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 05:58:15 +0000 (05:58 +0000)]
Qt4 - Try to fix some crash on Windows.

16 years agoContribs - remove unnecessary patch for live555 (merged upstream)
Jean-Baptiste Kempf [Sat, 5 Jan 2008 01:54:49 +0000 (01:54 +0000)]
Contribs - remove unnecessary patch for live555 (merged upstream)

16 years agoContrib: SDL minor update.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 01:45:05 +0000 (01:45 +0000)]
Contrib: SDL minor update.

16 years agovideo_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should be display...
Faustino Osuna [Sat, 5 Jan 2008 01:15:38 +0000 (01:15 +0000)]
video_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should be displayed. Display frame when vout tells us to do so.

16 years agoMacOSX/Framework/VLCEventManager: Forgot in previous commit. Code clean up/documentat...
Faustino Osuna [Sat, 5 Jan 2008 01:12:24 +0000 (01:12 +0000)]
MacOSX/Framework/VLCEventManager: Forgot in previous commit. Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

16 years agoMacOSX/Framework/VLCEventManager: Code clean up/documentation. Standardized the...
Faustino Osuna [Sat, 5 Jan 2008 01:11:47 +0000 (01:11 +0000)]
MacOSX/Framework/VLCEventManager: Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

16 years agoMacOSX/Framework/Examples/test: Don't waste time getting the length of the video...
Faustino Osuna [Sat, 5 Jan 2008 01:09:14 +0000 (01:09 +0000)]
MacOSX/Framework/Examples/test: Don't waste time getting the length of the video while we're doing a drag & drop operation.

16 years agoContris: try to use latest x264 ...
Jean-Baptiste Kempf [Sat, 5 Jan 2008 00:43:12 +0000 (00:43 +0000)]
Contris: try to use latest x264 ...

16 years agoContribs: clean some patches.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 00:34:50 +0000 (00:34 +0000)]
Contribs: clean some patches.

16 years agoContribs - remove unnecessary action.
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:47:30 +0000 (23:47 +0000)]
Contribs - remove unnecessary action.

16 years agoContribs - live, less patches...
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:42:02 +0000 (23:42 +0000)]
Contribs - live, less patches...

16 years agoCOntribs: remove livedotcome.win32 patch, merged upstream (kudos to Ross)
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:29:05 +0000 (23:29 +0000)]
COntribs: remove livedotcome.win32 patch, merged upstream (kudos to Ross)

16 years agoremove b_header in packetizer so sps/pps are send with every keyframe,
Ilkka Ollakka [Fri, 4 Jan 2008 20:05:15 +0000 (20:05 +0000)]
remove b_header in packetizer so sps/pps are send with every keyframe,
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

16 years agoMacOSX/Framework/VLCVideoView.m: Code clean up & implement Objective-C 2.0 @property.
Faustino Osuna [Fri, 4 Jan 2008 17:16:46 +0000 (17:16 +0000)]
MacOSX/Framework/VLCVideoView.m: Code clean up & implement Objective-C 2.0 @property.

16 years agoMacOSX/VLC_app: Make application responsible for window to fullscreen transition.
Faustino Osuna [Fri, 4 Jan 2008 16:26:52 +0000 (16:26 +0000)]
MacOSX/VLC_app: Make application responsible for window to fullscreen transition.

16 years agoMacOSX/Framework: Remove all references to fullscreen mode, it should be the host...
Faustino Osuna [Fri, 4 Jan 2008 16:23:53 +0000 (16:23 +0000)]
MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode.

16 years agoMacOSX/Framework/Examples: Updatee example to properly scale video within window.
Faustino Osuna [Fri, 4 Jan 2008 15:58:32 +0000 (15:58 +0000)]
MacOSX/Framework/Examples: Updatee example to properly scale video within window.