]> git.sesse.net Git - vlc/log
vlc
16 years agoQt4 video filters panel: Comment out a debug message.
Antoine Cellerier [Fri, 7 Sep 2007 20:03:30 +0000 (20:03 +0000)]
Qt4 video filters panel: Comment out a debug message.

16 years agoSend data the same way for the explicit #rtp destination
Rémi Denis-Courmont [Fri, 7 Sep 2007 16:21:58 +0000 (16:21 +0000)]
Send data the same way for the explicit #rtp destination
and fix a few minor leaks

16 years agoUse plain sockets rather than the UDP access output for RTSP.
Rémi Denis-Courmont [Fri, 7 Sep 2007 15:57:38 +0000 (15:57 +0000)]
Use plain sockets rather than the UDP access output for RTSP.
This saves:
 - one malloc() per packet per client } due to
 - one memcpy() per packet per client } block_Duplicate()
 - one mwait() per packet per client, and
 - one thread per client per track

So it should really help scale RTSP broadcast up.
However, in its current state, it removes the pts synchronization,
which might not be such a great idea. I will re-add it later.

16 years agoseparate grabber creation
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:48:59 +0000 (14:48 +0000)]
separate grabber creation

16 years ago#include order
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:37:55 +0000 (14:37 +0000)]
#include order

16 years agosvn:ignore
Rémi Denis-Courmont [Fri, 7 Sep 2007 14:29:20 +0000 (14:29 +0000)]
svn:ignore

16 years agomisc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).
Pierre d'Herbemont [Fri, 7 Sep 2007 13:55:08 +0000 (13:55 +0000)]
misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).

16 years agoContribs: x264, fix the new configure of x264.
Jean-Baptiste Kempf [Fri, 7 Sep 2007 12:47:46 +0000 (12:47 +0000)]
Contribs: x264, fix the new configure of x264.
ADD a $STRIP option to bootstrap because x264 needs it

16 years agoUse QLineEdit+inputMask instead of QSpinBox, still some alignment issue
Ilkka Ollakka [Fri, 7 Sep 2007 10:20:30 +0000 (10:20 +0000)]
Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue
with numbers to be solved.

16 years agoQt4 - Sout: UDP is back
Jean-Baptiste Kempf [Thu, 6 Sep 2007 22:29:27 +0000 (22:29 +0000)]
Qt4 - Sout: UDP is back

16 years agoQt4 - Open: solve a bug in a signal.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 22:25:53 +0000 (22:25 +0000)]
Qt4 - Open: solve a bug in a signal.

16 years agocontribs: fixed mpcdec cross-compilation
Damien Fouilleul [Thu, 6 Sep 2007 22:06:23 +0000 (22:06 +0000)]
contribs: fixed mpcdec cross-compilation

16 years agoSlovenian translation update by Matej Urbančič
Christophe Mutricy [Thu, 6 Sep 2007 21:40:50 +0000 (21:40 +0000)]
Slovenian translation update by Matej Urbančič

16 years agoRevert change on mpcdec, which shouldn't have been in [21543]
Jean-Paul Saman [Thu, 6 Sep 2007 21:36:45 +0000 (21:36 +0000)]
Revert change on mpcdec, which shouldn't have been in [21543]

16 years agoQt4 - Sout: UDP => RTP.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 18:35:30 +0000 (18:35 +0000)]
Qt4 - Sout: UDP => RTP.

16 years agoUse #rtp consistent with MacOS and wx GUIs
Rémi Denis-Courmont [Thu, 6 Sep 2007 18:32:40 +0000 (18:32 +0000)]
Use #rtp consistent with MacOS and wx GUIs
(I haven't checked whether the UI labels need updating)

16 years agoTHanks - typo.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 18:22:06 +0000 (18:22 +0000)]
THanks - typo.

16 years agoQt4 - Optimization of mrl generator. Only needed things are generated.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 17:59:36 +0000 (17:59 +0000)]
Qt4 - Optimization of mrl generator. Only needed things are generated.
patch by Jean-François Massol

16 years agoContribs: don't disable network, since it breaks libavformat compilation, especially...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 16:04:14 +0000 (16:04 +0000)]
Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.

16 years agoNEWS. add mention of spatializer filter.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 15:47:37 +0000 (15:47 +0000)]
NEWS. add mention of spatializer filter.

16 years agoQt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 12:27:59 +0000 (12:27 +0000)]
Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times.

16 years agoQt4 - Sout: add a file mask on the known muxers.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 12:18:58 +0000 (12:18 +0000)]
Qt4 - Sout: add a file mask on the known muxers.
patch by Jean-François Massol

16 years agoQt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 11:59:32 +0000 (11:59 +0000)]
Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according...

16 years agoQt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still...
Jean-Baptiste Kempf [Thu, 6 Sep 2007 11:18:01 +0000 (11:18 +0000)]
Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted.

16 years agoThanks to jf massol for Qt4 work.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 02:03:21 +0000 (02:03 +0000)]
Thanks to jf massol for Qt4 work.

16 years agoconfigure.ac: Activate minimal_macosx.
Pierre d'Herbemont [Thu, 6 Sep 2007 01:58:53 +0000 (01:58 +0000)]
configure.ac: Activate minimal_macosx.

16 years agoQt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 01:56:02 +0000 (01:56 +0000)]
Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
Only basics options are done ( AVCodec + Muxer mainly ).
Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp.
Reindentation of older code.

16 years agoQt4 - Names changement and some bug fixes.
Jean-Baptiste Kempf [Thu, 6 Sep 2007 00:20:40 +0000 (00:20 +0000)]
Qt4 - Names changement and some bug fixes.

16 years agoqt4 - Sout: trailing spaces.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:43:33 +0000 (23:43 +0000)]
qt4 - Sout: trailing spaces.

16 years agoqt4 - Sout.ui in a Qt4.2 compatible way.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:23:27 +0000 (23:23 +0000)]
qt4 - Sout.ui in a Qt4.2 compatible way.

16 years agoQt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:17:19 +0000 (23:17 +0000)]
Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.

16 years agoQt4 - Sout rework, Initial work.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 23:05:47 +0000 (23:05 +0000)]
Qt4 - Sout rework, Initial work.
Patch by Jean-François Massol

16 years agomisc/darwin_specific.c: Fix framework detection.
Pierre d'Herbemont [Wed, 5 Sep 2007 22:33:20 +0000 (22:33 +0000)]
misc/darwin_specific.c: Fix framework detection.

16 years agoFix make dist
Christophe Mutricy [Wed, 5 Sep 2007 22:11:02 +0000 (22:11 +0000)]
Fix make dist

16 years agoOops.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 21:54:45 +0000 (21:54 +0000)]
Oops.

16 years agoFortunes ! thx Mirsal && thresh
Jean-Baptiste Kempf [Wed, 5 Sep 2007 21:48:07 +0000 (21:48 +0000)]
Fortunes ! thx Mirsal && thresh

16 years agoUpdate the file list for l10n
Christophe Mutricy [Wed, 5 Sep 2007 21:12:53 +0000 (21:12 +0000)]
Update the file list for l10n
a few fix in fr.po

16 years agoFix warnings about asprintf() + cosmetics
Christophe Mutricy [Wed, 5 Sep 2007 20:34:04 +0000 (20:34 +0000)]
Fix warnings about asprintf() + cosmetics

16 years agoRationalize TCP error messages a bit
Rémi Denis-Courmont [Wed, 5 Sep 2007 19:58:01 +0000 (19:58 +0000)]
Rationalize TCP error messages a bit

16 years agoAllow SOCKS server to be a hostname rather than an IP always
Rémi Denis-Courmont [Wed, 5 Sep 2007 19:51:21 +0000 (19:51 +0000)]
Allow SOCKS server to be a hostname rather than an IP always

16 years agoFix the exact same remote DoS as in RTSP stream output
Rémi Denis-Courmont [Wed, 5 Sep 2007 19:24:52 +0000 (19:24 +0000)]
Fix the exact same remote DoS as in RTSP stream output
(SETUP without Transport:)

16 years agoFix [21766]
Rafaël Carré [Wed, 5 Sep 2007 18:46:35 +0000 (18:46 +0000)]
Fix [21766]

16 years agomisc/darwin_specific.c: Correctly detect the Mac OS X framework.
Pierre d'Herbemont [Wed, 5 Sep 2007 18:45:09 +0000 (18:45 +0000)]
misc/darwin_specific.c: Correctly detect the Mac OS X framework.

16 years agoisrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested...
Pierre d'Herbemont [Wed, 5 Sep 2007 18:12:06 +0000 (18:12 +0000)]
isrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested by j-b and aballier.

16 years agoAdd function to get a human readible string for a vlc_fourcc_t value.
Jean-Paul Saman [Wed, 5 Sep 2007 17:46:55 +0000 (17:46 +0000)]
Add function to get a human readible string for a vlc_fourcc_t value.

16 years agoQt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn...
Jean-Baptiste Kempf [Wed, 5 Sep 2007 17:46:04 +0000 (17:46 +0000)]
Qt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn't be translated if we do it the default way. This does almost the same output.

16 years agoFix old ffmpeg linking regression from [20357]
Rémi Denis-Courmont [Wed, 5 Sep 2007 17:04:14 +0000 (17:04 +0000)]
Fix old ffmpeg linking regression from [20357]

16 years agoAlways autodetect MRU
Rémi Denis-Courmont [Wed, 5 Sep 2007 16:43:55 +0000 (16:43 +0000)]
Always autodetect MRU

16 years agoQt4 - forgotten "," for windows.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 16:29:03 +0000 (16:29 +0000)]
Qt4 - forgotten "," for windows.

16 years agoUpdates french translation
Rafaël Carré [Wed, 5 Sep 2007 16:09:43 +0000 (16:09 +0000)]
Updates french translation

16 years agoFix use of qcleanlooks style
Rafaël Carré [Wed, 5 Sep 2007 16:09:19 +0000 (16:09 +0000)]
Fix use of qcleanlooks style

16 years agoQt4 - cosmetic and trailing spaces. symbols fix.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 16:06:01 +0000 (16:06 +0000)]
Qt4 - cosmetic and trailing spaces. symbols fix.

16 years agoQt4 - Compile fix for windows.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:54:36 +0000 (15:54 +0000)]
Qt4 - Compile fix for windows.

16 years agoAdd a string. Forgot that file in previous commits.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:47:49 +0000 (15:47 +0000)]
Add a string. Forgot that file in previous commits.

16 years agoQt4 - Rename add() function to a more instructive name.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:37:51 +0000 (15:37 +0000)]
Qt4 - Rename add() function to a more instructive name.

16 years agoQt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead...
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:33:32 +0000 (15:33 +0000)]
Qt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead of popup.

16 years agoQt4 - Cleanup and start code to get the possibility on Windows to open the containing...
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:32:06 +0000 (15:32 +0000)]
Qt4 - Cleanup and start code to get the possibility on Windows to open the containing folder...

16 years agoQt4 - Right click on the header on the QTreeView for the playlist enables you to...
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:14:56 +0000 (15:14 +0000)]
Qt4 - Right click on the header on the QTreeView for the playlist enables you to choose the columns you want to be shown. This removes also the code that was in the Model part since this is View Related. Ref #1282 (almost done).
There is still segfaults on close of VLC after that menu is triggered.

16 years agoQt4 - cosmetic
Jean-Baptiste Kempf [Wed, 5 Sep 2007 15:08:03 +0000 (15:08 +0000)]
Qt4 - cosmetic

16 years agoDo not assume that long long = int64_t
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:52:35 +0000 (13:52 +0000)]
Do not assume that long long = int64_t

16 years agoMissing static
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:52:05 +0000 (13:52 +0000)]
Missing static

16 years ago#include fix
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:51:45 +0000 (13:51 +0000)]
#include fix

16 years ago#include order
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:51:21 +0000 (13:51 +0000)]
#include order

16 years agoMissing static
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:51:01 +0000 (13:51 +0000)]
Missing static

16 years ago#include order
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:50:45 +0000 (13:50 +0000)]
#include order

16 years agoConst warning
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:50:28 +0000 (13:50 +0000)]
Const warning

16 years agoFix #includes and remove useless variable
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:50:02 +0000 (13:50 +0000)]
Fix #includes and remove useless variable

16 years agoMissing const
Rémi Denis-Courmont [Wed, 5 Sep 2007 13:49:30 +0000 (13:49 +0000)]
Missing const

16 years agowxwidgets: fix crash in playlist due to change in meta behaviour (all metas used...
Damien Fouilleul [Wed, 5 Sep 2007 12:07:33 +0000 (12:07 +0000)]
wxwidgets: fix crash in playlist due to change in meta behaviour (all metas used to retunr "" rather than NULL)

16 years agoqt4 - Main controls, small modification and implementation of fullscreen().
Jean-Baptiste Kempf [Wed, 5 Sep 2007 11:01:43 +0000 (11:01 +0000)]
qt4 - Main controls, small modification and implementation of fullscreen().

16 years agoQt4 - removing some debug.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 11:00:42 +0000 (11:00 +0000)]
Qt4 - removing some debug.

16 years ago#include order
Rémi Denis-Courmont [Wed, 5 Sep 2007 06:51:54 +0000 (06:51 +0000)]
#include order

16 years agosize_t / int confusion
Rémi Denis-Courmont [Wed, 5 Sep 2007 06:51:34 +0000 (06:51 +0000)]
size_t / int confusion

16 years agoChange the format of the patch to live, since buildbot is
Bernie Purcell [Wed, 5 Sep 2007 06:03:23 +0000 (06:03 +0000)]
Change the format of the patch to live, since buildbot is
now blaming me for breaking this even though I've never
touched it.

16 years agoMove more of the code for USF subtitles decoding out into separate
Bernie Purcell [Wed, 5 Sep 2007 05:14:33 +0000 (05:14 +0000)]
Move more of the code for USF subtitles decoding out into separate
module. It has almost no code in common with normal subtitles and ASS
subtitle decoding, and this split further simplifies what belongs to
what.

16 years agoCorrect a warning on OSX
Bernie Purcell [Wed, 5 Sep 2007 01:03:01 +0000 (01:03 +0000)]
Correct a warning on OSX

16 years agoAdd additional dependancies on fontconfig so that a rebuild will
Bernie Purcell [Wed, 5 Sep 2007 01:02:34 +0000 (01:02 +0000)]
Add additional dependancies on fontconfig so that a rebuild will
be forced when the patch or the Makefile itself changes - a previous
change hasn't been picked up by buildbot, and it hasn't been
corrected on win32 builds.

16 years agoAdd fontconfig to OSX builds
Bernie Purcell [Wed, 5 Sep 2007 00:24:27 +0000 (00:24 +0000)]
Add fontconfig to OSX builds

16 years agoHopefully fix the build for windows.
Antoine Cellerier [Tue, 4 Sep 2007 21:08:56 +0000 (21:08 +0000)]
Hopefully fix the build for windows.

16 years agoDamn previous commit was even worse. I need some rest.
Jean-Paul Saman [Tue, 4 Sep 2007 20:32:16 +0000 (20:32 +0000)]
Damn previous commit was even worse. I need some rest.

16 years agoStart seamcarving video filter. I'm commiting this mainly to get it in a windows...
Antoine Cellerier [Tue, 4 Sep 2007 20:30:56 +0000 (20:30 +0000)]
Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.

Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
You can change the croping by using commands like:
@s crop 200 (a crop value of 0 resets it to the default mode)

16 years agoFix minor cast mistmatches
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:26:57 +0000 (19:26 +0000)]
Fix minor cast mistmatches

16 years agoFix incorrect type size on 64bits
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:26:26 +0000 (19:26 +0000)]
Fix incorrect type size on 64bits

16 years agoFix referenced types (potentially fix crash with CGIs on 64bits)
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:25:38 +0000 (19:25 +0000)]
Fix referenced types (potentially fix crash with CGIs on 64bits)

16 years agoFix crash
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:23:37 +0000 (19:23 +0000)]
Fix crash

16 years agoFix some cast warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:21:53 +0000 (19:21 +0000)]
Fix some cast warnings

16 years agoFix pointer-int casts warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:20:14 +0000 (19:20 +0000)]
Fix pointer-int casts warnings

16 years agoFix some 64bits warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:19:22 +0000 (19:19 +0000)]
Fix some 64bits warnings

16 years agoOops forgot to print the chroma.
Jean-Paul Saman [Tue, 4 Sep 2007 13:13:27 +0000 (13:13 +0000)]
Oops forgot to print the chroma.

16 years ago* modules/demux/demuxdump.c: typo dumpper -> dumper
Dennis van Amerongen [Mon, 3 Sep 2007 21:34:56 +0000 (21:34 +0000)]
* modules/demux/demuxdump.c: typo dumpper -> dumper

16 years agoQt4 - add .mxf and .gxf to video files.
Jean-Baptiste Kempf [Mon, 3 Sep 2007 21:10:56 +0000 (21:10 +0000)]
Qt4 - add .mxf and .gxf to video files.

16 years agoPrint error when chroma is not supported
Jean-Paul Saman [Mon, 3 Sep 2007 20:26:21 +0000 (20:26 +0000)]
Print error when chroma is not supported

16 years agoCheck malloc return values.
Jean-Paul Saman [Mon, 3 Sep 2007 20:20:07 +0000 (20:20 +0000)]
Check malloc return values.

16 years agoUpdates COPYING with new FSF address, removes weird characters
Rafaël Carré [Mon, 3 Sep 2007 19:06:58 +0000 (19:06 +0000)]
Updates COPYING with new FSF address, removes weird characters

16 years agosubdir build fix
Rémi Denis-Courmont [Mon, 3 Sep 2007 16:01:40 +0000 (16:01 +0000)]
subdir build fix

16 years agoBSD make fix
Rémi Denis-Courmont [Mon, 3 Sep 2007 16:00:02 +0000 (16:00 +0000)]
BSD make fix

16 years agomisc/rand.c: cleanup and fix a stupid bug
Damien Fouilleul [Mon, 3 Sep 2007 15:14:44 +0000 (15:14 +0000)]
misc/rand.c: cleanup and fix a stupid bug

16 years agoFix cross compile of x264. The --crosscompile switch being added by the patch doesn...
Bernie Purcell [Mon, 3 Sep 2007 05:06:35 +0000 (05:06 +0000)]
Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time.

16 years agoFix wxwidgets compilation
Rafaël Carré [Sun, 2 Sep 2007 23:47:51 +0000 (23:47 +0000)]
Fix wxwidgets compilation

16 years agomisc/rand.c: actually, windows comes with a particularily comprehensive crypto library
Damien Fouilleul [Sun, 2 Sep 2007 21:47:07 +0000 (21:47 +0000)]
misc/rand.c: actually, windows comes with a particularily comprehensive crypto library