]> git.sesse.net Git - vlc/log
vlc
12 years agoMP4: fix a typo
Jean-Baptiste Kempf [Mon, 12 Sep 2011 18:34:35 +0000 (20:34 +0200)]
MP4: fix a typo

12 years agoRevert "freetype: fix crash (wrong memory deallocation)"
Erwan Tulou [Mon, 12 Sep 2011 17:46:59 +0000 (19:46 +0200)]
Revert "freetype: fix crash (wrong memory deallocation)"

This reverts commit 2224fa034a7a205ba9ec810e67e2889a2bca4471.

FT_Done_Glyph seems needed for shadow. More investigation needed to
work out why libfreetype crashes at this FT_Done_Glyph.

12 years agofreetype: fix crash (wrong memory deallocation)
Erwan Tulou [Fri, 9 Sep 2011 22:25:55 +0000 (00:25 +0200)]
freetype: fix crash (wrong memory deallocation)

shadow refers to outine or glyph. Only these latter ones need deallocation.

12 years agoqt4: fix memory leak
Erwan Tulou [Sat, 10 Sep 2011 08:06:53 +0000 (10:06 +0200)]
qt4: fix memory leak

12 years agoMore Apple HDV fourcc
Jean-Baptiste Kempf [Sun, 11 Sep 2011 21:18:42 +0000 (23:18 +0200)]
More Apple HDV fourcc

12 years agoDirectFB: Copyright update
Jean-Baptiste Kempf [Sun, 11 Sep 2011 19:51:37 +0000 (21:51 +0200)]
DirectFB: Copyright update

12 years agoQt: Deactivate coverflow for releases until someone actually fixes it
Jean-Baptiste Kempf [Thu, 8 Sep 2011 22:55:52 +0000 (00:55 +0200)]
Qt: Deactivate coverflow for releases until someone actually fixes it

12 years agoQt: simplify go to time dialog
Francois Cartegnie [Sat, 10 Sep 2011 18:42:33 +0000 (20:42 +0200)]
Qt: simplify go to time dialog

12 years agox264: actually add that sei in first block
Ilkka Ollakka [Fri, 9 Sep 2011 21:01:24 +0000 (00:01 +0300)]
x264: actually add that sei in first block

12 years agoluahttp: sprite buttons
Francois Cartegnie [Fri, 9 Sep 2011 11:37:47 +0000 (13:37 +0200)]
luahttp: sprite buttons

Make them share a common palette and save 41K (78%)

12 years agoopengl: fixes subtexturing issue on macos.
Sebastien Zwickert [Thu, 8 Sep 2011 20:49:51 +0000 (22:49 +0200)]
opengl: fixes subtexturing issue on macos.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoQt: simple_preferences: fix default item for style combo
Francois Cartegnie [Fri, 9 Sep 2011 06:01:27 +0000 (08:01 +0200)]
Qt: simple_preferences: fix default item for style combo

12 years agoqt: epgview: const correctness
Francois Cartegnie [Fri, 9 Sep 2011 05:53:59 +0000 (07:53 +0200)]
qt: epgview: const correctness

12 years agocli: fix many aout/vout functions
Pierre Ynard [Thu, 8 Sep 2011 21:50:54 +0000 (23:50 +0200)]
cli: fix many aout/vout functions

Get rid of another vlc.object.find() call!

12 years agolua: fix snapshots
Pierre Ynard [Thu, 8 Sep 2011 21:37:11 +0000 (23:37 +0200)]
lua: fix snapshots

This gets rid of a broken vlc.object.find() call

12 years agolua: document vlc.object.aout() and vlc.object.vout()
Pierre Ynard [Thu, 8 Sep 2011 21:18:04 +0000 (23:18 +0200)]
lua: document vlc.object.aout() and vlc.object.vout()

12 years agodecoder: process the last block when closing
Rafaël Carré [Thu, 8 Sep 2011 10:25:09 +0000 (12:25 +0200)]
decoder: process the last block when closing

There might be a buffer still stored in packetizer buffers
refs: #3178

12 years agoQt: reparent layout
Francois Cartegnie [Thu, 8 Sep 2011 05:04:58 +0000 (07:04 +0200)]
Qt: reparent layout

12 years agoQt: playlist: add tooltips
Francois Cartegnie [Thu, 8 Sep 2011 04:31:12 +0000 (06:31 +0200)]
Qt: playlist: add tooltips

12 years agoQt: playlist: move zoom button to top bar
Francois Cartegnie [Thu, 8 Sep 2011 04:09:21 +0000 (06:09 +0200)]
Qt: playlist: move zoom button to top bar

12 years agoWin32: extra-safety on thumbnail toolbar
Jean-Baptiste Kempf [Wed, 7 Sep 2011 23:43:04 +0000 (01:43 +0200)]
Win32: extra-safety on thumbnail toolbar

12 years agoQt: fix typos
Jean-Baptiste Kempf [Wed, 7 Sep 2011 23:05:01 +0000 (01:05 +0200)]
Qt: fix typos

12 years agoQt: don't quit the application too early
Jean-Baptiste Kempf [Wed, 7 Sep 2011 22:54:47 +0000 (00:54 +0200)]
Qt: don't quit the application too early

Close #4883

12 years agoQt: thou shalt NOT give 2 layouts to the same widget
Jean-Baptiste Kempf [Wed, 7 Sep 2011 22:08:49 +0000 (00:08 +0200)]
Qt: thou shalt NOT give 2 layouts to the same widget

12 years agoMissing #include
Rémi Denis-Courmont [Wed, 7 Sep 2011 18:43:08 +0000 (21:43 +0300)]
Missing #include

12 years agoUpdate Makefile.am after previous commit
Jean-Baptiste Kempf [Wed, 7 Sep 2011 18:07:16 +0000 (20:07 +0200)]
Update Makefile.am after previous commit

12 years agoRemove outdated HACKING and update INSTALL and README
Jean-Baptiste Kempf [Wed, 7 Sep 2011 18:05:59 +0000 (20:05 +0200)]
Remove outdated HACKING and update INSTALL and README

12 years agoUpdate the README
Jean-Baptiste Kempf [Wed, 7 Sep 2011 17:59:09 +0000 (19:59 +0200)]
Update the README

12 years agoRemove INSTALL.win32
Jean-Baptiste Kempf [Wed, 7 Sep 2011 17:46:11 +0000 (19:46 +0200)]
Remove INSTALL.win32

12 years agoQt: fix compilation on Win32, and use a decent minimum
Jean-Baptiste Kempf [Wed, 7 Sep 2011 17:44:31 +0000 (19:44 +0200)]
Qt: fix compilation on Win32, and use a decent minimum

12 years agoFix skins2
Rémi Denis-Courmont [Wed, 7 Sep 2011 17:54:06 +0000 (20:54 +0300)]
Fix skins2

12 years agoWin32 configure: activate skins2 interface
Jean-Baptiste Kempf [Wed, 7 Sep 2011 17:39:38 +0000 (19:39 +0200)]
Win32 configure: activate skins2 interface

12 years agoopengl: re-enable the mac part by default
Felix Paul Kühne [Wed, 7 Sep 2011 15:58:50 +0000 (17:58 +0200)]
opengl: re-enable the mac part by default

12 years agomacosx: fixed crash when rebuilding the sidebar too often
Felix Paul Kühne [Wed, 7 Sep 2011 15:58:18 +0000 (17:58 +0200)]
macosx: fixed crash when rebuilding the sidebar too often

12 years agoluahttp: fix javascript declaration
Francois Cartegnie [Wed, 7 Sep 2011 14:02:44 +0000 (16:02 +0200)]
luahttp: fix javascript declaration

12 years agoluahttp: fix document parsing with inline javascript
Francois Cartegnie [Wed, 7 Sep 2011 13:54:30 +0000 (15:54 +0200)]
luahttp: fix document parsing with inline javascript

12 years agoluahttp: fix and move style to css
Francois Cartegnie [Wed, 7 Sep 2011 13:41:46 +0000 (15:41 +0200)]
luahttp: fix and move style to css

12 years agoluahttp: add doctype
Francois Cartegnie [Wed, 7 Sep 2011 13:28:56 +0000 (15:28 +0200)]
luahttp: add doctype

12 years agoQt: standardpanel: remove warnings
Francois Cartegnie [Wed, 7 Sep 2011 12:40:00 +0000 (14:40 +0200)]
Qt: standardpanel: remove warnings

12 years agoQt: playlist: pad zoom slider (fixes #5291)
Francois Cartegnie [Wed, 7 Sep 2011 12:37:49 +0000 (14:37 +0200)]
Qt: playlist: pad zoom slider (fixes #5291)

12 years agoQt: playlist zoom: Enforce valid font point size
Francois Cartegnie [Wed, 7 Sep 2011 11:05:38 +0000 (13:05 +0200)]
Qt: playlist zoom: Enforce valid font point size

12 years agoQt4: fix indentation
Jean-Baptiste Kempf [Wed, 7 Sep 2011 10:30:19 +0000 (12:30 +0200)]
Qt4: fix indentation

12 years agoQt4: fix playlist type when saving
Hugo Beauzée-Luyssen [Wed, 7 Sep 2011 09:36:46 +0000 (11:36 +0200)]
Qt4: fix playlist type when saving

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDon't show 'Open Graphic Library' to users
Jean-Baptiste Kempf [Wed, 7 Sep 2011 09:31:16 +0000 (11:31 +0200)]
Don't show 'Open Graphic Library' to users

This is shown in the list of selected modules in Simple preferences.

12 years agoopengl: revert some cleanup.
Sebastien Zwickert [Tue, 6 Sep 2011 21:57:50 +0000 (23:57 +0200)]
opengl: revert some cleanup.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoEnumerate V4L2 frame intervals once fewer
Rémi Denis-Courmont [Tue, 6 Sep 2011 20:51:57 +0000 (23:51 +0300)]
Enumerate V4L2 frame intervals once fewer

They are still enumerated many times though...

12 years agoFix V4L2 typo
Rémi Denis-Courmont [Tue, 6 Sep 2011 20:50:58 +0000 (23:50 +0300)]
Fix V4L2 typo

It had no effects since both enumeration members had the same value.

12 years agoEnumerate V4L2 frame sizes only once
Rémi Denis-Courmont [Tue, 6 Sep 2011 20:38:43 +0000 (23:38 +0300)]
Enumerate V4L2 frame sizes only once

12 years agoRemoved now useless include in goom.
Laurent Aimar [Tue, 6 Sep 2011 19:22:59 +0000 (21:22 +0200)]
Removed now useless include in goom.

12 years agoRemoved display of title by goom visualization plugin.
Laurent Aimar [Tue, 6 Sep 2011 19:19:52 +0000 (21:19 +0200)]
Removed display of title by goom visualization plugin.

It is not reliable if the aout is reused, and the text support seems
incomplete in goom.

12 years agoRevert "block_t ** parameter is never NULL for audio decoding"
Laurent Aimar [Tue, 6 Sep 2011 18:18:55 +0000 (20:18 +0200)]
Revert "block_t ** parameter is never NULL for audio decoding"

This reverts commit 48e39d4453616f2b41a55405e11b41407e0b3222.

 It is needed to apply the patch allowing to flush the packetizer/decoders
without having to change the API for now.

12 years agoRemove memory copy in V4L2 demux in read/write mode
Rémi Denis-Courmont [Tue, 6 Sep 2011 17:32:26 +0000 (20:32 +0300)]
Remove memory copy in V4L2 demux in read/write mode

12 years agoPartially segregate access_demux V4L2 code
Rémi Denis-Courmont [Tue, 6 Sep 2011 17:12:22 +0000 (20:12 +0300)]
Partially segregate access_demux V4L2 code

12 years agoSegregate access-specific V4L2 code
Rémi Denis-Courmont [Tue, 6 Sep 2011 16:31:01 +0000 (19:31 +0300)]
Segregate access-specific V4L2 code

12 years agoConfigure: slight simplification.
Jean-Baptiste Kempf [Tue, 6 Sep 2011 16:02:49 +0000 (18:02 +0200)]
Configure: slight simplification.

12 years agoUnused variable
Rémi Denis-Courmont [Tue, 6 Sep 2011 15:46:17 +0000 (18:46 +0300)]
Unused variable

12 years agoRestore --disable-libv4l2 for packagers
Rémi Denis-Courmont [Tue, 6 Sep 2011 15:38:07 +0000 (18:38 +0300)]
Restore --disable-libv4l2 for packagers

12 years agoEnable skins2 automatically (rather than always)
Rémi Denis-Courmont [Tue, 6 Sep 2011 15:19:36 +0000 (18:19 +0300)]
Enable skins2 automatically (rather than always)

It was rather confusing that XPM, Xinerama and Xext seemed absolutely
required even though only skins2 depends on them. Also the check for
libtar is now skipped if skins2 are disabled.

12 years agoMSW: release the HICON later
Jean-Baptiste Kempf [Mon, 5 Sep 2011 23:16:27 +0000 (01:16 +0200)]
MSW: release the HICON later

12 years agoandroid: Implement pipe2
Rafaël Carré [Mon, 5 Sep 2011 08:00:03 +0000 (10:00 +0200)]
android: Implement pipe2

12 years agoTry loading the qualcomm omx core
Martin Storsjö [Sun, 4 Sep 2011 12:54:08 +0000 (14:54 +0200)]
Try loading the qualcomm omx core

This works when running straight OpenMAX on a rooted Nexus One
with chmodded /dev nodes.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoImplemented 'Boss Key' in qt4 interface (close #3838).
Laurent Aimar [Mon, 5 Sep 2011 21:10:24 +0000 (23:10 +0200)]
Implemented 'Boss Key' in qt4 interface (close #3838).

 There is an incorrect interaction with 'pause on minimized' feature
when showing back the video (depending on qt-system-tray).

12 years agoAdded 'Boss Key' support to the core.
Laurent Aimar [Mon, 5 Sep 2011 19:58:50 +0000 (21:58 +0200)]
Added 'Boss Key' support to the core.

The interfaces that want to implement it can now add a callback on
libvlc::intf-boss.

12 years agoSDL vout: never override signals (rather than only in debug builds)
Rémi Denis-Courmont [Mon, 5 Sep 2011 21:00:46 +0000 (00:00 +0300)]
SDL vout: never override signals (rather than only in debug builds)

12 years agoImprove vlc_memalign()
Rémi Denis-Courmont [Mon, 5 Sep 2011 20:42:24 +0000 (23:42 +0300)]
Improve vlc_memalign()

 - use native MingW back-end on Windows, instead of kludges,
 - remove "base" pointer parameter,
 - inline.

12 years agoRemove filter_t.pf_audio_buffer_new
Rémi Denis-Courmont [Mon, 5 Sep 2011 19:39:19 +0000 (22:39 +0300)]
Remove filter_t.pf_audio_buffer_new

12 years agoUse decoder_NewAudioBuffer()
Rémi Denis-Courmont [Mon, 5 Sep 2011 19:45:25 +0000 (22:45 +0300)]
Use decoder_NewAudioBuffer()

12 years agoFix warning
Rémi Denis-Courmont [Mon, 5 Sep 2011 19:39:11 +0000 (22:39 +0300)]
Fix warning

12 years agoDisplay the decoded video format in the "Media information" panel.
Laurent Aimar [Mon, 5 Sep 2011 19:33:43 +0000 (21:33 +0200)]
Display the decoded video format in the "Media information" panel.

It closes #5053.

12 years agoPrint codec_id on unsupported track in avformat demuxer.
Laurent Aimar [Mon, 5 Sep 2011 19:23:41 +0000 (21:23 +0200)]
Print codec_id on unsupported track in avformat demuxer.

12 years agoRegister libvlc_MediaPlayerVout event.
Laurent Aimar [Mon, 5 Sep 2011 19:12:58 +0000 (21:12 +0200)]
Register libvlc_MediaPlayerVout event.

12 years agoFixed extract video filter when requesting black color.
Laurent Aimar [Mon, 5 Sep 2011 19:00:07 +0000 (21:00 +0200)]
Fixed extract video filter when requesting black color.

It closes #4695.

12 years agoAdded libvlc_MediaPlayerVout event.
Laurent Aimar [Mon, 5 Sep 2011 17:37:35 +0000 (19:37 +0200)]
Added libvlc_MediaPlayerVout event.

It is send on vout count changes (close #5277).

12 years agoDead code
Rémi Denis-Courmont [Mon, 5 Sep 2011 17:50:47 +0000 (20:50 +0300)]
Dead code

12 years agoRemove libvlc event queue slightly incorrect debug
Rémi Denis-Courmont [Mon, 5 Sep 2011 17:46:20 +0000 (20:46 +0300)]
Remove libvlc event queue slightly incorrect debug

12 years agoMPEG mux: do not hide bugs in debug builds!
Rémi Denis-Courmont [Mon, 5 Sep 2011 17:37:25 +0000 (20:37 +0300)]
MPEG mux: do not hide bugs in debug builds!

12 years agoRemove some debug
Rémi Denis-Courmont [Mon, 5 Sep 2011 17:36:56 +0000 (20:36 +0300)]
Remove some debug

12 years agoFix a few debug messages
Rémi Denis-Courmont [Mon, 5 Sep 2011 17:35:52 +0000 (20:35 +0300)]
Fix a few debug messages

12 years agoOnly open video device once
Rémi Denis-Courmont [Mon, 5 Sep 2011 16:38:37 +0000 (19:38 +0300)]
Only open video device once

12 years agoSmall code factorization
Rémi Denis-Courmont [Mon, 5 Sep 2011 16:22:22 +0000 (19:22 +0300)]
Small code factorization

12 years agoSimplify V4L2 configure checks
Rémi Denis-Courmont [Mon, 5 Sep 2011 15:26:52 +0000 (18:26 +0300)]
Simplify V4L2 configure checks

 - only check for libv4l2 if V4L2 is supported,
 - only check for --enable-pvr if V4L2 is supported,
 - remove mostly useless --enable-libv4l2 and --enable-v4l2.

12 years agoLet autoconf detect -g and -O2, do not reinvent the wheel
Rémi Denis-Courmont [Mon, 5 Sep 2011 16:16:37 +0000 (19:16 +0300)]
Let autoconf detect -g and -O2, do not reinvent the wheel

Save CFLAGS and CXXFLAGS after the compiler is detected, rather than
before. This is when autoconf sets -g and -O2 automatically by default.

12 years agoFix static modules
Rafaël Carré [Mon, 5 Sep 2011 16:13:55 +0000 (18:13 +0200)]
Fix static modules

12 years agoSerbian Win32: fix building
Jean-Baptiste Kempf [Mon, 5 Sep 2011 14:37:54 +0000 (16:37 +0200)]
Serbian Win32: fix building

12 years agoopengl: fixes macosx vout issue.
Sebastien Zwickert [Sun, 4 Sep 2011 23:31:41 +0000 (01:31 +0200)]
opengl: fixes macosx vout issue.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fix some more compilation warnings
Felix Paul Kühne [Mon, 5 Sep 2011 12:01:23 +0000 (14:01 +0200)]
macosx: fix some more compilation warnings

12 years agoDon't leak a HICON
Jean-Baptiste Kempf [Thu, 1 Sep 2011 15:36:02 +0000 (17:36 +0200)]
Don't leak a HICON

12 years agomacosx: look for libvlc in lib/ for bundle creation.
Sebastien Zwickert [Sun, 4 Sep 2011 23:30:11 +0000 (01:30 +0200)]
macosx: look for libvlc in lib/ for bundle creation.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agofile: fix file/network caching detection for windows
Pierre Ynard [Mon, 5 Sep 2011 00:28:06 +0000 (02:28 +0200)]
file: fix file/network caching detection for windows

Untested

12 years agoWinCE: remove stray comment
Pierre Ynard [Mon, 5 Sep 2011 00:13:40 +0000 (02:13 +0200)]
WinCE: remove stray comment

12 years agoFix typo in installer
Pierre Ynard [Sun, 4 Sep 2011 22:55:29 +0000 (00:55 +0200)]
Fix typo in installer

12 years agoi18n: update POTFILES
Pierre Ynard [Sun, 4 Sep 2011 22:47:47 +0000 (00:47 +0200)]
i18n: update POTFILES

12 years agomacosx: clean up
Felix Paul Kühne [Sun, 4 Sep 2011 17:43:50 +0000 (19:43 +0200)]
macosx: clean up

12 years agomacosx: set the splitview divider to 60% gray instead of black to fit most default...
Felix Paul Kühne [Sun, 4 Sep 2011 17:02:36 +0000 (19:02 +0200)]
macosx: set the splitview divider to 60% gray instead of black to fit most default apps

12 years agomacosx: remove dead code and rename vout.* to VideoView.*
Felix Paul Kühne [Sun, 4 Sep 2011 16:42:52 +0000 (18:42 +0200)]
macosx: remove dead code and rename vout.* to VideoView.*

12 years agomacosx: prevent ugly artifacts when playing a video
Felix Paul Kühne [Sun, 4 Sep 2011 16:38:31 +0000 (18:38 +0200)]
macosx: prevent ugly artifacts when playing a video

12 years agomacosx: replace the 'basic' vs 'all' radio button on the bottom left of the prefs...
Felix Paul Kühne [Sun, 4 Sep 2011 16:25:14 +0000 (18:25 +0200)]
macosx: replace the 'basic' vs 'all' radio button on the bottom left of the prefs window with a simple button, which is nicer and more 'Mac-like'

12 years agomacosx: slim the split view divider and turn it black
Felix Paul Kühne [Sun, 4 Sep 2011 16:01:17 +0000 (18:01 +0200)]
macosx: slim the split view divider and turn it black

12 years agoopengl: some cleanup
Felix Paul Kühne [Sun, 4 Sep 2011 15:40:50 +0000 (17:40 +0200)]
opengl: some cleanup

12 years agoopengl: disable the broken mac-specific code
Felix Paul Kühne [Sun, 4 Sep 2011 15:25:58 +0000 (17:25 +0200)]
opengl: disable the broken mac-specific code

This way, the Linux code is run (without shader) and we achieve a working vout. Thanks a lot for the massive help by fenrir\!