]> git.sesse.net Git - vlc/log
vlc
15 years agomtime: Make nanosleep a bit more cancelable than what it is on osx.
Pierre d'Herbemont [Sat, 20 Sep 2008 18:03:46 +0000 (20:03 +0200)]
mtime: Make nanosleep a bit more cancelable than what it is on osx.

15 years agoRTP out: use a bitmap for dynamic payload book keeping
Rémi Denis-Courmont [Sat, 20 Sep 2008 17:57:26 +0000 (20:57 +0300)]
RTP out: use a bitmap for dynamic payload book keeping

Fixes payload type overflow especially when using sout keep/gather.

15 years agovariables: don't use p_liblvc when we ARE p_libvlc
Derk-Jan Hartman [Sat, 20 Sep 2008 17:57:09 +0000 (19:57 +0200)]
variables: don't use p_liblvc when we ARE p_libvlc

15 years agomacosx: typo s/pthread_test_cancel/pthread_testcancel/
Pierre d'Herbemont [Sat, 20 Sep 2008 17:46:50 +0000 (19:46 +0200)]
macosx: typo s/pthread_test_cancel/pthread_testcancel/

15 years agomacosx: Blindly remove i_object_id from prefs.m.
Pierre d'Herbemont [Sat, 20 Sep 2008 17:45:18 +0000 (19:45 +0200)]
macosx: Blindly remove i_object_id from prefs.m.

15 years agomacosx: Don't use object_id in controls.
Pierre d'Herbemont [Sat, 20 Sep 2008 17:25:38 +0000 (19:25 +0200)]
macosx: Don't use object_id in controls.

15 years agoobjects: vlc_object_yield() returns the same object type.
Pierre d'Herbemont [Sat, 20 Sep 2008 17:02:36 +0000 (19:02 +0200)]
objects: vlc_object_yield() returns the same object type.

15 years agoobjects: vlc_object_yield() returns the yield()-ed object for convenience.
Pierre d'Herbemont [Sat, 20 Sep 2008 16:57:18 +0000 (18:57 +0200)]
objects: vlc_object_yield() returns the yield()-ed object for convenience.

15 years agomacosx: nanosleep() is not a cancellation point in 10.5.
Pierre d'Herbemont [Sat, 20 Sep 2008 17:01:55 +0000 (19:01 +0200)]
macosx: nanosleep() is not a cancellation point in 10.5.

15 years agomacosx: Use pthread_cancellation in the manage thread.
Pierre d'Herbemont [Sat, 20 Sep 2008 14:50:59 +0000 (16:50 +0200)]
macosx: Use pthread_cancellation in the manage thread.

15 years agoMake sure vlc_release doesn't destroy a non existent spinlock.
Pierre d'Herbemont [Sat, 20 Sep 2008 15:02:24 +0000 (17:02 +0200)]
Make sure vlc_release doesn't destroy a non existent spinlock.

15 years agoFixed warnings.
Laurent Aimar [Sat, 20 Sep 2008 14:36:05 +0000 (16:36 +0200)]
Fixed warnings.

15 years agoUse the yuvp video filter to overlay YUVP.
Laurent Aimar [Sat, 20 Sep 2008 14:26:32 +0000 (16:26 +0200)]
Use the yuvp video filter to overlay YUVP.

15 years agoAdded YUVP ro YUVA/RGBA witout scaling filter.
Laurent Aimar [Sat, 20 Sep 2008 00:39:24 +0000 (02:39 +0200)]
Added YUVP ro YUVA/RGBA witout scaling filter.

It will allow correct YUVP rescaling and even anti-aliased support
if someone do it.

15 years agoDestroy the subpicture cache only when needed.
Laurent Aimar [Fri, 19 Sep 2008 22:48:32 +0000 (00:48 +0200)]
Destroy the subpicture cache only when needed.

15 years agoChanged subpicture_region_t->picture into a picture_t *
Laurent Aimar [Fri, 19 Sep 2008 22:09:37 +0000 (00:09 +0200)]
Changed subpicture_region_t->picture into a picture_t *

It will avoid useless picture copy.

15 years agoRender subpictures in the right order to improve overlap support.
Laurent Aimar [Fri, 19 Sep 2008 21:05:09 +0000 (23:05 +0200)]
Render subpictures in the right order to improve overlap support.

15 years agoFixed audio/spu language selection when none specified in dvdnav.
Laurent Aimar [Fri, 19 Sep 2008 19:57:40 +0000 (21:57 +0200)]
Fixed audio/spu language selection when none specified in dvdnav.

15 years agoRTP: need one more bit for TTL -1 (default) value
Rémi Denis-Courmont [Sat, 20 Sep 2008 14:04:26 +0000 (17:04 +0300)]
RTP: need one more bit for TTL -1 (default) value

15 years agoRemove the object ID field
Rémi Denis-Courmont [Sat, 20 Sep 2008 13:48:54 +0000 (16:48 +0300)]
Remove the object ID field

15 years agoFinally remove mis-designed vlc_object_get
Rémi Denis-Courmont [Sat, 20 Sep 2008 13:48:24 +0000 (16:48 +0300)]
Finally remove mis-designed vlc_object_get

15 years agoUse objet pointer as unique ID (plugins)
Rémi Denis-Courmont [Sat, 20 Sep 2008 13:50:43 +0000 (16:50 +0300)]
Use objet pointer as unique ID (plugins)

(By the way, snapshot-id looks like a write only variable...)

15 years agoUse object address for logging - fixes uniqueness problems
Rémi Denis-Courmont [Sat, 20 Sep 2008 12:06:03 +0000 (15:06 +0300)]
Use object address for logging - fixes uniqueness problems

15 years agoQt4: use objects directly
Rémi Denis-Courmont [Sat, 20 Sep 2008 12:32:02 +0000 (15:32 +0300)]
Qt4: use objects directly

I do not know how the Qt4 itnerface reference counts VLC objects when
it comes to the menu. However, it is a bit suspicious that it seems to
need no yield/release (reference inherited from something else?).

15 years agoPrint object address - easier when debugging
Rémi Denis-Courmont [Sat, 20 Sep 2008 13:47:11 +0000 (16:47 +0300)]
Print object address - easier when debugging

15 years agoinput_Read: fix return value (none of the callers check it though)
Rémi Denis-Courmont [Sat, 20 Sep 2008 12:11:31 +0000 (15:11 +0300)]
input_Read: fix return value (none of the callers check it though)

15 years agomacosx: Dont' forget to unlock.
Pierre d'Herbemont [Sat, 20 Sep 2008 14:02:44 +0000 (16:02 +0200)]
macosx: Dont' forget to unlock.

15 years agomacosx: check for updates only every seven days
Felix Paul Kühne [Sat, 20 Sep 2008 13:15:44 +0000 (15:15 +0200)]
macosx: check for updates only every seven days

additionally, save the user's selection to check for updates as soon as it is changed, so we don't ask multiple times in case of a crash

15 years agoWe require text relocation to be supported by ld
Felix Paul Kühne [Sat, 20 Sep 2008 12:32:53 +0000 (14:32 +0200)]
We require text relocation to be supported by ld

15 years agoDTS: fix the channelorder of DTS.
Derk-Jan Hartman [Sat, 20 Sep 2008 12:00:09 +0000 (14:00 +0200)]
DTS: fix the channelorder of DTS.

Note the libdca currently does not support DTS-ES (6.1/7.1)
Also, 3F1R is still untested for DTS, because I have no such sample.

15 years agoQt4: keep the vout thread, not its ID
Rémi Denis-Courmont [Sat, 20 Sep 2008 11:52:37 +0000 (14:52 +0300)]
Qt4: keep the vout thread, not its ID

The window is always created with a pre-existing video output,
and destroyed before the video outout.

Besides, using object IDs is not safe.

15 years agoQt4: disable the crashy embedded video(!)
Rémi Denis-Courmont [Sat, 20 Sep 2008 11:51:46 +0000 (14:51 +0300)]
Qt4: disable the crashy embedded video(!)

Maybe, someday will bother to actually fix this.

15 years agoRemove broken/unsafe constructs
Rémi Denis-Courmont [Sat, 20 Sep 2008 11:26:27 +0000 (14:26 +0300)]
Remove broken/unsafe constructs

15 years agoRemove the unsafe input item array
Rémi Denis-Courmont [Sat, 20 Sep 2008 09:50:02 +0000 (12:50 +0300)]
Remove the unsafe input item array

15 years agobframe_adaptive has been made an integer in new (X264_BUILD>=63) x264 versions.
Jean-Paul Saman [Sat, 20 Sep 2008 05:49:02 +0000 (07:49 +0200)]
bframe_adaptive has been made an integer in new (X264_BUILD>=63) x264 versions.

15 years agoopengl: Rewrite crazy code. (Should fix a crash reported by Apple-bugreport).
Pierre d'Herbemont [Sat, 20 Sep 2008 01:30:40 +0000 (03:30 +0200)]
opengl: Rewrite crazy code. (Should fix a crash reported by Apple-bugreport).

Given the (non) quality of this code and the use of the feature I am all thefor removing everything around OPENGL_MORE_EFFECT.

15 years agoPOTFILES: add new mkv paths, remove old voutqt.m file reference.
Derk-Jan Hartman [Sat, 20 Sep 2008 01:09:16 +0000 (03:09 +0200)]
POTFILES: add new mkv paths, remove old voutqt.m file reference.

15 years agospatializer: don't translate empty strings. Someone please add descriptions though.
Derk-Jan Hartman [Sat, 20 Sep 2008 01:06:48 +0000 (03:06 +0200)]
spatializer: don't translate empty strings. Someone please add descriptions though.

warning: Empty msgid.  It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the emptywarning: Empty msgid.  It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string.

15 years agovlc_gc: FixOSAtomic usage.
Pierre d'Herbemont [Sat, 20 Sep 2008 00:35:43 +0000 (02:35 +0200)]
vlc_gc: FixOSAtomic usage.

15 years agoRevert "libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when...
Pierre d'Herbemont [Sat, 20 Sep 2008 00:31:45 +0000 (02:31 +0200)]
Revert "libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero."

This reverts commit a42998e5478948372da51a0d77e7d2332b61d8c8.

My bad.

15 years agocontrib: update gnutls to the new 2.4.2 stable
Derk-Jan Hartman [Fri, 19 Sep 2008 23:12:39 +0000 (01:12 +0200)]
contrib: update gnutls to the new 2.4.2 stable

opencdk is apparently no longer available seperatly,
and the new gnutls is not yet in the gnu.org download archives for some reason.

15 years agovariables: Inherit path is now parent->libvlc->saved config
Derk-Jan Hartman [Fri, 19 Sep 2008 23:10:04 +0000 (01:10 +0200)]
variables: Inherit path is now parent->libvlc->saved config

This re-implements [45e43037a961531a28444d969f903c18929b06b9], but this time it compiles AND runs.

15 years agolibvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refco...
Pierre d'Herbemont [Fri, 19 Sep 2008 23:08:38 +0000 (01:08 +0200)]
libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero.

(Why do we use uint? We can't track over-releasing?)
(Or we need to init it at 2).

15 years agoUse OSAtomic() as a fallback on Mac OS X.
Pierre d'Herbemont [Fri, 19 Sep 2008 21:59:26 +0000 (23:59 +0200)]
Use OSAtomic() as a fallback on Mac OS X.

15 years agoContribs: Die if NO_RELOCATION
Jean-Baptiste Kempf [Fri, 19 Sep 2008 22:32:37 +0000 (15:32 -0700)]
Contribs: Die if NO_RELOCATION

15 years agoFix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available)
Antoine Cellerier [Fri, 19 Sep 2008 22:15:54 +0000 (00:15 +0200)]
Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available)

15 years agovariables: Set void_ops by default.
Derk-Jan Hartman [Fri, 19 Sep 2008 22:11:09 +0000 (00:11 +0200)]
variables: Set void_ops by default.

This fixes [45e63d598008b1ec920bf629388efd08b95c2747]

15 years agoRevert "variables: Inherit path is now parent->libvlc->saved config"
Derk-Jan Hartman [Fri, 19 Sep 2008 21:53:52 +0000 (23:53 +0200)]
Revert "variables: Inherit path is now parent->libvlc->saved config"

Deadlocks libvlc, and atm. I do not know how to fix this.
This reverts commit 45e43037a961531a28444d969f903c18929b06b9.

15 years agoquicktime: Disable that decoder module.
Pierre d'Herbemont [Fri, 19 Sep 2008 21:45:41 +0000 (23:45 +0200)]
quicktime: Disable that decoder module.

The number of crash report related to that modules leave us no solution.

15 years agommap: Use fnctl to set the READAHEAD flag when supported. This should speedup the...
Derk-Jan Hartman [Fri, 19 Sep 2008 21:38:29 +0000 (23:38 +0200)]
mmap: Use fnctl to set the READAHEAD flag when supported. This should speedup the mmap performance

15 years agolibvlc: only use sync_ on GGCs that have it.
Derk-Jan Hartman [Fri, 19 Sep 2008 21:37:03 +0000 (23:37 +0200)]
libvlc: only use sync_ on GGCs that have it.

This fixes [d635ae4ed0f1064c07e9209599799c659112f720]

15 years agoRevert "Compile FFmpeg on PowerPC-based machines without AltiVec support until it...
Pierre d'Herbemont [Fri, 19 Sep 2008 21:30:08 +0000 (23:30 +0200)]
Revert "Compile FFmpeg on PowerPC-based machines without AltiVec support until it is fixed."

This reverts commit bc9eac0a14cfa196d4e8514049f744740cb7a23d.

This should fix the ppc lag we had.

Conflicts:

extras/contrib/src/Makefile

15 years agoEbml: remove version check, since we already force Version to be > 7.7
Jean-Baptiste Kempf [Fri, 19 Sep 2008 21:27:26 +0000 (14:27 -0700)]
Ebml: remove version check, since we already force Version to be > 7.7

15 years agoAdd more debug messages to track windows FS controller flickering bug.
Jean-Baptiste Kempf [Fri, 19 Sep 2008 17:48:25 +0000 (10:48 -0700)]
Add more debug messages to track windows FS controller flickering bug.

15 years agoOops. (Don't know what that's used for as it worked without it)
Antoine Cellerier [Fri, 19 Sep 2008 19:43:31 +0000 (21:43 +0200)]
Oops. (Don't know what that's used for as it worked without it)

15 years agoAdd --enable-run-as-root option to configure.
Antoine Cellerier [Fri, 19 Sep 2008 19:37:02 +0000 (21:37 +0200)]
Add --enable-run-as-root option to configure.

Embedded platforms often only have the root user. Do not, I repeat, Do not enable this option if you don't know what you're doing.

15 years agoFail if avcodec, avformat or swscale couldn't be found (instead of just printing...
Antoine Cellerier [Fri, 19 Sep 2008 16:45:00 +0000 (18:45 +0200)]
Fail if avcodec, avformat or swscale couldn't be found (instead of just printing an error).

15 years agoFactor variable operations, as they're always the same for a type
Rémi Denis-Courmont [Fri, 19 Sep 2008 15:51:28 +0000 (18:51 +0300)]
Factor variable operations, as they're always the same for a type

15 years agoFortuuuuuuuuuuuune!
Antoine Cellerier [Fri, 19 Sep 2008 15:26:13 +0000 (17:26 +0200)]
Fortuuuuuuuuuuuune!

15 years agocorrectly handle realloc() failure
Justus Piater [Thu, 18 Sep 2008 08:10:36 +0000 (10:10 +0200)]
correctly handle realloc() failure

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoconsistently use malloc()/free() for C-style strings
Justus Piater [Thu, 18 Sep 2008 08:11:22 +0000 (10:11 +0200)]
consistently use malloc()/free() for C-style strings

There was a mix of new/delete, malloc()/free() and even several
malloc()/delete, so this fixes actual bugs.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agofix rtp default ttl value
Sebastien Escudier [Fri, 19 Sep 2008 14:19:58 +0000 (16:19 +0200)]
fix rtp default ttl value

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoAllow 0 TTL
Sebastien Escudier [Fri, 19 Sep 2008 13:48:05 +0000 (15:48 +0200)]
Allow 0 TTL

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoForce plugin rebuild
Rémi Denis-Courmont [Fri, 19 Sep 2008 14:26:05 +0000 (17:26 +0300)]
Force plugin rebuild

There are a bunch of crash-triggering ABI break, and a bunch of plugins
have removed (= old ABI plugins left in your tree) - bad combination.

15 years agoUse GCC atomics
Rémi Denis-Courmont [Thu, 18 Sep 2008 20:24:18 +0000 (23:24 +0300)]
Use GCC atomics

15 years agoGC: thread-safety, and offset independence
Rémi Denis-Courmont [Fri, 19 Sep 2008 13:49:29 +0000 (16:49 +0300)]
GC: thread-safety, and offset independence

15 years agoFix error message
Rémi Denis-Courmont [Fri, 19 Sep 2008 14:05:44 +0000 (17:05 +0300)]
Fix error message

15 years agoAvoid SSE2-specifics in generic code
Rémi Denis-Courmont [Fri, 19 Sep 2008 13:43:15 +0000 (16:43 +0300)]
Avoid SSE2-specifics in generic code

15 years agoExplicit parenthesis when mixing && and ||
Rémi Denis-Courmont [Fri, 19 Sep 2008 13:42:47 +0000 (16:42 +0300)]
Explicit parenthesis when mixing && and ||

15 years agovariables: VAR_CLASS != VAR_TYPE
Derk-Jan Hartman [Fri, 19 Sep 2008 12:16:15 +0000 (14:16 +0200)]
variables: VAR_CLASS != VAR_TYPE

This should fix a memleak with variable strings, and several other problems. Note that a CLASS detemines the basic type, and that TYPE is only a specific set within the CLASS. The variable types: VLC_VAR_KEY and VLC_VAR_INTEGER are both of CLASS integer. and thus compatible, when it comes to inheritence/init/free etc.

15 years agovariables: Inherit path is now parent->libvlc->saved config
Derk-Jan Hartman [Fri, 19 Sep 2008 12:09:18 +0000 (14:09 +0200)]
variables: Inherit path is now parent->libvlc->saved config

15 years agoAdd support for x264 >= 63
Dominique Leuenberger [Thu, 18 Sep 2008 19:29:50 +0000 (21:29 +0200)]
Add support for x264 >= 63

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
15 years agoSimplification no longer check for FPU capability.
Jean-Paul Saman [Tue, 9 Sep 2008 11:01:49 +0000 (13:01 +0200)]
Simplification no longer check for FPU capability.

15 years agoRemove unused argument in AllocatePicture() DeAllocatePicture().
Jean-Paul Saman [Tue, 9 Sep 2008 10:52:35 +0000 (12:52 +0200)]
Remove unused argument in AllocatePicture() DeAllocatePicture().

15 years agoQt4: Always parent all preferences to avoid funny windows/widget effects.
Jean-Baptiste Kempf [Fri, 19 Sep 2008 02:12:07 +0000 (19:12 -0700)]
Qt4: Always parent all preferences to avoid funny windows/widget effects.

15 years agoSPrefs: Add "Use hardware YUV->RGB conversion" since nVidia drivers are broken.
Jean-Baptiste Kempf [Fri, 19 Sep 2008 02:10:53 +0000 (19:10 -0700)]
SPrefs: Add "Use hardware YUV->RGB conversion" since nVidia drivers are broken.

As reported by TheFluff and various forum users.

15 years agoMKV: deinlined a function.
Jean-Baptiste Kempf [Fri, 19 Sep 2008 01:30:25 +0000 (18:30 -0700)]
MKV: deinlined a function.

15 years agoRemove remaining / in folder names, and use normale DIR_SEP in all platforms.
Jean-Baptiste Kempf [Fri, 19 Sep 2008 00:58:18 +0000 (17:58 -0700)]
Remove remaining / in folder names, and use normale DIR_SEP in all platforms.

This seems to have been an issue with many people on windows.

15 years agoQt: Forgotten native separators in open panel (cosmetic) and in preferences.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 23:15:55 +0000 (16:15 -0700)]
Qt: Forgotten native separators in open panel (cosmetic) and in preferences.

Should repair skins options.

15 years agoDo not lose the playlist columns when switching to a different view.
Antoine Cellerier [Thu, 18 Sep 2008 23:59:15 +0000 (01:59 +0200)]
Do not lose the playlist columns when switching to a different view.

15 years agoCosmetics.
Antoine Cellerier [Thu, 18 Sep 2008 23:53:38 +0000 (01:53 +0200)]
Cosmetics.

15 years agoRestore postproc menu entry in qt4 intf.
Antoine Cellerier [Thu, 18 Sep 2008 22:32:45 +0000 (00:32 +0200)]
Restore postproc menu entry in qt4 intf.

Currently requires the postproc module to be loaded if you want it to work.

15 years agomacosx: Fix font chooser.
Pierre d'Herbemont [Thu, 18 Sep 2008 22:31:37 +0000 (00:31 +0200)]
macosx: Fix font chooser.

Switch back to quartztext, and use the NSFontPanel.

15 years agoRemove voutqt.m from vlc.xcodeproj.
Pierre d'Herbemont [Thu, 18 Sep 2008 21:42:04 +0000 (23:42 +0200)]
Remove voutqt.m from vlc.xcodeproj.

15 years agoAlways save position on exit.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 22:13:14 +0000 (15:13 -0700)]
Always save position on exit.

15 years agoSmaller Play/Pause button. Bigger FS controller
Jean-Baptiste Kempf [Thu, 18 Sep 2008 22:02:09 +0000 (15:02 -0700)]
Smaller Play/Pause button. Bigger FS controller

15 years agoSomeone did not RTFM Qt::Key_Enter != Qt::Key_Return :D
Jean-Baptiste Kempf [Thu, 18 Sep 2008 21:56:27 +0000 (14:56 -0700)]
Someone did not RTFM Qt::Key_Enter != Qt::Key_Return :D

15 years agoQt4 : SPrefs, add a Frame when needed.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 19:50:17 +0000 (12:50 -0700)]
Qt4 : SPrefs, add a Frame when needed.
(cherry picked from commit 7749487f9a3f90bc43f8c2f33b253590d12eede3)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFixed subtitle flush to not flush on pause.
Laurent Aimar [Thu, 18 Sep 2008 19:24:14 +0000 (21:24 +0200)]
Fixed subtitle flush to not flush on pause.

15 years agoReserved a few space in block_t flags for input core.
Laurent Aimar [Thu, 18 Sep 2008 19:23:42 +0000 (21:23 +0200)]
Reserved a few space in block_t flags for input core.

15 years agoImprove VLC_COMMON_MEMBERS layout
Rémi Denis-Courmont [Thu, 18 Sep 2008 19:46:57 +0000 (22:46 +0300)]
Improve VLC_COMMON_MEMBERS layout

15 years agovlc_object_internals_t is internal
Rémi Denis-Courmont [Thu, 18 Sep 2008 19:38:37 +0000 (22:38 +0300)]
vlc_object_internals_t is internal

15 years agoFail cleanly if Modules.am is missing
Rémi Denis-Courmont [Thu, 18 Sep 2008 19:32:39 +0000 (22:32 +0300)]
Fail cleanly if Modules.am is missing

15 years agoDon't patch Makefile.in.in, this does not work
Rémi Denis-Courmont [Thu, 18 Sep 2008 19:32:17 +0000 (22:32 +0300)]
Don't patch Makefile.in.in, this does not work

15 years agoForgotten file: Grmbl at my stoopidity.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 19:28:57 +0000 (12:28 -0700)]
Forgotten file: Grmbl at my stoopidity.

15 years agoUse stat properly (you don't want to open directories or devices...)
Rémi Denis-Courmont [Thu, 18 Sep 2008 18:47:11 +0000 (21:47 +0300)]
Use stat properly (you don't want to open directories or devices...)

15 years agoMKV: Split classes in many files.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 19:03:43 +0000 (12:03 -0700)]
MKV: Split classes in many files.

I tried to split most classes in relevant files.
I regrouped classes when they were very tightened to each other
(in chapters and chapter_command for example )

Note that git doesn't detect correctly the files on this.
git blame -C -C is your friend.

15 years agoMKV: Copy mkv.cpp to many different files.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 18:49:55 +0000 (11:49 -0700)]
MKV: Copy mkv.cpp to many different files.

15 years agoMove MKV demuxer to its own subfolder.
Jean-Baptiste Kempf [Thu, 18 Sep 2008 04:41:20 +0000 (21:41 -0700)]
Move MKV demuxer to its own subfolder.

15 years agoFixed broken input_AddSubtitles.
Laurent Aimar [Thu, 18 Sep 2008 18:15:29 +0000 (20:15 +0200)]
Fixed broken input_AddSubtitles.

 It was a big race condition, please understand how multi-thread works before
touching core files.
 Do not throw away the few first subtitles.