]> git.sesse.net Git - vlc/log
vlc
11 years agoContrib: only build what is necessary for FLAC
Jean-Baptiste Kempf [Wed, 8 May 2013 09:02:49 +0000 (11:02 +0200)]
Contrib: only build what is necessary for FLAC

11 years agoFix inverted logic
Rafaël Carré [Tue, 7 May 2013 11:42:03 +0000 (13:42 +0200)]
Fix inverted logic

We should still default to multimedia clock instead of performance

11 years agoFix lpcm decoding on little endian
Rafaël Carré [Mon, 6 May 2013 14:41:19 +0000 (16:41 +0200)]
Fix lpcm decoding on little endian

Close #8529

11 years agoavformat demux: allow to demux bluray pcm
Rafaël Carré [Mon, 6 May 2013 14:30:23 +0000 (16:30 +0200)]
avformat demux: allow to demux bluray pcm

11 years agoAdd new files to POTFILES.in
Jean-Baptiste Kempf [Mon, 6 May 2013 07:42:18 +0000 (09:42 +0200)]
Add new files to POTFILES.in

11 years agoContribs: update libbluray to 0.3.0
Jean-Baptiste Kempf [Sun, 5 May 2013 21:29:50 +0000 (23:29 +0200)]
Contribs: update libbluray to 0.3.0

11 years agoLIST: correctly reorder the list
Jean-Baptiste Kempf [Sun, 5 May 2013 18:31:14 +0000 (20:31 +0200)]
LIST: correctly reorder the list

11 years agoMove xiph metadata parsing to a .c|.h files couple
Jean-Baptiste Kempf [Sun, 5 May 2013 18:19:44 +0000 (20:19 +0200)]
Move xiph metadata parsing to a .c|.h files couple

11 years agoMerge Kate metadata into vorbis.h
Jean-Baptiste Kempf [Sun, 5 May 2013 18:10:47 +0000 (20:10 +0200)]
Merge Kate metadata into vorbis.h

11 years agoVorbis.h: update copyright info
Jean-Baptiste Kempf [Sun, 5 May 2013 18:05:56 +0000 (20:05 +0200)]
Vorbis.h: update copyright info

11 years agovda: remove useless debug
Felix Paul Kühne [Sun, 5 May 2013 16:12:58 +0000 (18:12 +0200)]
vda: remove useless debug

11 years agoRemove 10 years old limitation of float32 to 2 channels or less in directsound
Denis Charmet [Sun, 5 May 2013 14:55:58 +0000 (16:55 +0200)]
Remove 10 years old limitation of float32 to 2 channels or less in directsound

11 years agoIncrease DS buffer size (for float32 default use)
Denis Charmet [Sun, 5 May 2013 14:00:14 +0000 (16:00 +0200)]
Increase DS buffer size (for float32 default use)

11 years agoAdd up to 8.1 support to waveout
Denis Charmet [Sun, 5 May 2013 13:17:09 +0000 (15:17 +0200)]
Add up to 8.1 support to waveout

11 years agoavcodec: check if we need to padd last frame
Ilkka Ollakka [Sun, 5 May 2013 12:30:55 +0000 (15:30 +0300)]
avcodec: check if we need to padd last frame

Should Fix #8539

11 years agoContribs: update FLAC to 1.3.0-pre4
Jean-Baptiste Kempf [Sun, 5 May 2013 12:46:21 +0000 (14:46 +0200)]
Contribs: update FLAC to 1.3.0-pre4

Hopefully, we are closer to an upstream release

11 years agoudev: probe all optical drives without state at start-up
Rémi Denis-Courmont [Sun, 5 May 2013 05:49:21 +0000 (08:49 +0300)]
udev: probe all optical drives without state at start-up

Unfortunately, this works only when starting up the SD, not when
inserting a disc afterwards.

11 years agoinput: fix changing ES on big-endian (fixes #6163)
Rémi Denis-Courmont [Sat, 4 May 2013 14:20:58 +0000 (17:20 +0300)]
input: fix changing ES on big-endian (fixes #6163)

int64_t != int

11 years agolive555: add pkg-config support (fixes #7915)
Rémi Denis-Courmont [Sat, 4 May 2013 13:36:23 +0000 (16:36 +0300)]
live555: add pkg-config support (fixes #7915)

11 years agoNewer pot file
Christoph Miebach [Sat, 4 May 2013 07:47:52 +0000 (09:47 +0200)]
Newer pot file

11 years agoXCB: avoid strndup() for debug messages
Rémi Denis-Courmont [Sat, 4 May 2013 04:12:19 +0000 (07:12 +0300)]
XCB: avoid strndup() for debug messages

11 years agojack: lock ringbuffer in memory
Tristan Matthews [Fri, 3 May 2013 05:02:13 +0000 (01:02 -0400)]
jack: lock ringbuffer in memory

The ringbuffer will be locked and later unlocked (during jack_ringbuffer_free),
on systems which implement mlock().

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoavcodec: avoid division by zero
Tristan Matthews [Fri, 3 May 2013 12:28:48 +0000 (08:28 -0400)]
avcodec: avoid division by zero

Setting align to 0 to get default behaviour only works as of
libavutil 51.27.2 (libav) and 51.46.100 (ffmpeg)
See libav commit 0109a09dc3850eb5dbff84a7bb50eb252a5a8f22
Fixes #8508.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agolivehttp: place correct segment entries on playlist
Ilkka Ollakka [Thu, 2 May 2013 18:35:05 +0000 (21:35 +0300)]
livehttp: place correct segment entries on playlist

This fixes the logical flaw that places segment info on playlist that
was next to remove and didn't place the newest segment info into
playlist.

11 years agolivehttp: don't remove segment-count to be less than number of segments requested
Ilkka Ollakka [Thu, 2 May 2013 17:58:02 +0000 (20:58 +0300)]
livehttp: don't remove segment-count to be less than number of segments requested

11 years agojack: don't deactivate/activate client in Flush()
Tristan Matthews [Thu, 2 May 2013 15:33:39 +0000 (11:33 -0400)]
jack: don't deactivate/activate client in Flush()

Suspending audio processing in Flush() was breaking playback
for larger values of frames per period. Fixes #8551

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agovda: minor cleanup
Felix Paul Kühne [Thu, 2 May 2013 15:04:11 +0000 (16:04 +0100)]
vda: minor cleanup

11 years agoMention WAV/RF64 in NEWS
Jean-Baptiste Kempf [Thu, 2 May 2013 14:17:18 +0000 (16:17 +0200)]
Mention WAV/RF64 in NEWS

11 years agowav: add RF64 support
Tobias Rapp [Tue, 30 Apr 2013 13:38:41 +0000 (15:38 +0200)]
wav: add RF64 support

Add support for wave files > 4GB. See also the EBU specification at
http://tech.ebu.ch/docs/tech/tech3306-2009.pdf

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agomacosx: fix longstanding ~30KB memory leak in the AppleRemote wrapper
Felix Paul Kühne [Thu, 2 May 2013 14:10:04 +0000 (15:10 +0100)]
macosx: fix longstanding ~30KB memory leak in the AppleRemote wrapper

11 years agoSFTP: remove more unused strings
Jean-Baptiste Kempf [Thu, 2 May 2013 13:54:16 +0000 (15:54 +0200)]
SFTP: remove more unused strings

11 years agoRemove more unused msgid defines and de-duplication
Christoph Miebach [Wed, 1 May 2013 18:22:37 +0000 (20:22 +0200)]
Remove more unused msgid defines and de-duplication

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoAdded commands move and delete in command line interfaces
Tomas Krotil [Tue, 30 Apr 2013 20:53:34 +0000 (22:53 +0200)]
Added commands move and delete in command line interfaces

as ticket #7699, added functionality for telnet and other terminal interfaces for deleting and moving items in playlist.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agolua playlist move and delete functions run-time
Tomas Krotil [Tue, 30 Apr 2013 20:53:33 +0000 (22:53 +0200)]
lua playlist move and delete functions run-time

Added playlist move function for lua and modified delete for detecting if item is legal

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agomacosx: use position formatter for start and stop time in open panel
David Fuhrmann [Thu, 2 May 2013 11:08:26 +0000 (13:08 +0200)]
macosx: use position formatter for start and stop time in open panel

11 years agomacosx: fix start in fullscreen setting
David Fuhrmann [Thu, 2 May 2013 10:36:36 +0000 (12:36 +0200)]
macosx: fix start in fullscreen setting

Should be finally working now...

close #8399

11 years agovda: fix major memory leak which killed decoding shortly after start (close #8440)
Felix Paul Kühne [Thu, 2 May 2013 10:02:30 +0000 (12:02 +0200)]
vda: fix major memory leak which killed decoding shortly after start (close #8440)

11 years agominor update
Felix Paul Kühne [Thu, 2 May 2013 09:46:44 +0000 (11:46 +0200)]
minor update

11 years agomacosx: fix custom playback options (close #8543)
Felix Paul Kühne [Thu, 2 May 2013 09:42:13 +0000 (11:42 +0200)]
macosx: fix custom playback options (close #8543)

11 years agovout: trigger callbacks also when reinitializing (fixes #6181)
Rémi Denis-Courmont [Wed, 1 May 2013 08:22:30 +0000 (11:22 +0300)]
vout: trigger callbacks also when reinitializing (fixes #6181)

The values and choices of video output variables are still all there.
But we need to resend the control request to video output thread
so that they apply to the new video output display.

11 years agovout: trigger zoom callback at startup (fixes #4027)
Rémi Denis-Courmont [Wed, 1 May 2013 08:41:45 +0000 (11:41 +0300)]
vout: trigger zoom callback at startup (fixes #4027)

11 years agovout: initialize "scale" before "zoom" (refs #4027)
Rémi Denis-Courmont [Wed, 1 May 2013 08:40:33 +0000 (11:40 +0300)]
vout: initialize "scale" before "zoom" (refs #4027)

The zoom callback depends on the scale variable...

11 years agovout: use var_Inherit*() for video-title* variables
Rémi Denis-Courmont [Wed, 1 May 2013 08:08:45 +0000 (11:08 +0300)]
vout: use var_Inherit*() for video-title* variables

11 years agomacosx: add custom numberformatter to goto time field to only allow digits and :
David Fuhrmann [Tue, 30 Apr 2013 21:11:06 +0000 (23:11 +0200)]
macosx: add custom numberformatter to goto time field to only allow digits and :

This fixes wrong default formatting (with thousand separator) which
subsequently failed to parse the value correctly.

11 years agomacosx: properly synchronize goto stepper / field values
David Fuhrmann [Tue, 30 Apr 2013 20:01:35 +0000 (22:01 +0200)]
macosx: properly synchronize goto stepper / field values

11 years agomacosx: remove obsolete puzzle black box checkbox
David Fuhrmann [Tue, 30 Apr 2013 19:34:14 +0000 (21:34 +0200)]
macosx: remove obsolete puzzle black box checkbox

11 years agomacosx: sanity checks and locking for video provider (fixes #8541)
David Fuhrmann [Tue, 30 Apr 2013 18:27:53 +0000 (20:27 +0200)]
macosx: sanity checks and locking for video provider (fixes #8541)

11 years agoPuzzle: AUTHORS file update
Vianney BOYER [Mon, 15 Apr 2013 18:24:46 +0000 (20:24 +0200)]
Puzzle: AUTHORS file update

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoPuzzle: main filter update
Vianney BOYER [Mon, 15 Apr 2013 18:24:45 +0000 (20:24 +0200)]
Puzzle: main filter update

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoPuzzle: puzzle creation and solver
Vianney BOYER [Mon, 15 Apr 2013 18:24:45 +0000 (20:24 +0200)]
Puzzle: puzzle creation and solver

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoPuzzle: piece management and drawing
Vianney BOYER [Mon, 15 Apr 2013 18:24:45 +0000 (20:24 +0200)]
Puzzle: piece management and drawing

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoPuzzle: main drawing functions
Vianney BOYER [Mon, 15 Apr 2013 18:24:45 +0000 (20:24 +0200)]
Puzzle: main drawing functions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoPuzzle: add dedicated bezier functions
Vianney BOYER [Mon, 15 Apr 2013 18:24:45 +0000 (20:24 +0200)]
Puzzle: add dedicated bezier functions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoNormal/Loop/Repeat is correct order of loop playlist action.
Zoran Turalija [Tue, 23 Apr 2013 19:05:31 +0000 (21:05 +0200)]
Normal/Loop/Repeat is correct order of loop playlist action.

Keep description and reality in sync as in modules/control/hotkeys.c
under "case ACTIONID_LOOP:".

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoavcapture: fix compilation warnings
Felix Paul Kühne [Tue, 30 Apr 2013 16:00:42 +0000 (18:00 +0200)]
avcapture: fix compilation warnings

11 years agomacosx: clean code of objectAtIndex
Felix Paul Kühne [Tue, 30 Apr 2013 15:58:46 +0000 (17:58 +0200)]
macosx: clean code of objectAtIndex

11 years agomacosx: use modern ObjC syntax for C-Numbers to NSNumber conversations
Felix Paul Kühne [Tue, 30 Apr 2013 15:28:50 +0000 (17:28 +0200)]
macosx: use modern ObjC syntax for C-Numbers to NSNumber conversations

11 years agomacosx: use modern ObjC syntax for C-String to NSString conversations
Felix Paul Kühne [Tue, 30 Apr 2013 15:22:50 +0000 (17:22 +0200)]
macosx: use modern ObjC syntax for C-String to NSString conversations

11 years agomacosx: upgrade read-only array initializations to the modern ObjC syntax
Felix Paul Kühne [Tue, 30 Apr 2013 15:01:47 +0000 (17:01 +0200)]
macosx: upgrade read-only array initializations to the modern ObjC syntax

No functional changes

11 years agoudp: handle error
Rémi Denis-Courmont [Tue, 30 Apr 2013 14:53:21 +0000 (17:53 +0300)]
udp: handle error

11 years agoudp: remove impossible case
Rémi Denis-Courmont [Tue, 30 Apr 2013 14:53:21 +0000 (17:53 +0300)]
udp: remove impossible case

EOF is never set in this plugin.

11 years agocontrib: ffmpeg: disable non-h264 hwaccels (fixes #8537)
Rémi Denis-Courmont [Tue, 30 Apr 2013 14:35:18 +0000 (17:35 +0300)]
contrib: ffmpeg: disable non-h264 hwaccels (fixes #8537)

Better fall back to software decoding than crash.

11 years agojack: check for jack >= 1.9.7 or jack >= 0.120.1 (fixes #8493)
Tristan Matthews [Tue, 30 Apr 2013 06:44:01 +0000 (02:44 -0400)]
jack: check for jack >= 1.9.7 or jack >= 0.120.1 (fixes #8493)

These are the versions of JACK and JACK2 which introduced the
latency API.
Error out if JACK is not installed and "--enable-jack" was used.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agomacosx: respect video-x and video-y (finally....)
Felix Paul Kühne [Tue, 30 Apr 2013 13:52:05 +0000 (15:52 +0200)]
macosx: respect video-x and video-y (finally....)

11 years agoauhal: fix compilation on 10.6 and prevent attempts to set it up on those OS X versio...
Felix Paul Kühne [Tue, 30 Apr 2013 13:18:16 +0000 (15:18 +0200)]
auhal: fix compilation on 10.6 and prevent attempts to set it up on those OS X versions (refs #8536)

11 years agomacosx: update list of referenced OSX-specific files in xcodeproj
Felix Paul Kühne [Tue, 30 Apr 2013 12:48:15 +0000 (14:48 +0200)]
macosx: update list of referenced OSX-specific files in xcodeproj

11 years agoauhal: add support for 8.0 and 8.1 output (close #8536)
Felix Paul Kühne [Tue, 30 Apr 2013 12:45:55 +0000 (14:45 +0200)]
auhal: add support for 8.0 and 8.1 output (close #8536)

11 years agomacosx: remove duplicate code by using the same IBAction for both Prefs Reset buttons
Felix Paul Kühne [Tue, 30 Apr 2013 11:38:22 +0000 (13:38 +0200)]
macosx: remove duplicate code by using the same IBAction for both Prefs Reset buttons

11 years agomacosx: restart VLC when resetting preferences to ease our support work (close #8534)
Felix Paul Kühne [Tue, 30 Apr 2013 11:31:22 +0000 (13:31 +0200)]
macosx: restart VLC when resetting preferences to ease our support work (close #8534)

This commit also prettifies the displayed scare messages

11 years agoRevert "avcodec/vda: add shortcut for non-ambigous referencing"
Felix Paul Kühne [Tue, 30 Apr 2013 11:19:42 +0000 (13:19 +0200)]
Revert "avcodec/vda: add shortcut for non-ambigous referencing"

This reverts commit 1e6cf730adbb40810c98e2443661ef25ba6d35a5.

11 years agoavcodec: Add XYZ colorspace
Nicolas Bertrand [Tue, 30 Apr 2013 09:36:45 +0000 (11:36 +0200)]
avcodec: Add XYZ colorspace

Adding XYZ colorspace allow usage of jpeg2000 decoders for
digital cinema

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoavcodec: H.263 can be accelerated too
Rémi Denis-Courmont [Mon, 29 Apr 2013 16:14:42 +0000 (19:14 +0300)]
avcodec: H.263 can be accelerated too

(Maybe the list of accelerated codecs should be removed now...)

11 years agotranscode: fix audio format given to filters (fixes #8385)
Rémi Denis-Courmont [Mon, 29 Apr 2013 15:33:40 +0000 (18:33 +0300)]
transcode: fix audio format given to filters (fixes #8385)

11 years agohttp: do not bother with login dialog if there is no realm
Rémi Denis-Courmont [Mon, 29 Apr 2013 14:02:45 +0000 (17:02 +0300)]
http: do not bother with login dialog if there is no realm

Authentication will fail anyway. Also fixes NULL for %s.

11 years agoaout: Increase/decrease volume in steps of 5%
Sandeep Kumar [Mon, 29 Apr 2013 11:56:21 +0000 (17:26 +0530)]
aout: Increase/decrease volume in steps of 5%

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoMac: use Blu-ray too
Jean-Baptiste Kempf [Mon, 29 Apr 2013 13:53:53 +0000 (15:53 +0200)]
Mac: use Blu-ray too

11 years agoBD module: no tabs in source code...
Jean-Baptiste Kempf [Mon, 29 Apr 2013 13:53:34 +0000 (15:53 +0200)]
BD module: no tabs in source code...

11 years agosout avcodec: simplify OpenEncoder retry
Rafaël Carré [Mon, 29 Apr 2013 12:11:51 +0000 (14:11 +0200)]
sout avcodec: simplify OpenEncoder retry

11 years agoIt's Blu-ray now
Christoph Miebach [Mon, 29 Apr 2013 11:07:16 +0000 (13:07 +0200)]
It's Blu-ray now

11 years agoTimecode: try to fix copy/paste error
Jean-Baptiste Kempf [Mon, 29 Apr 2013 10:02:55 +0000 (12:02 +0200)]
Timecode: try to fix copy/paste error

11 years agoPut scene in the right preference category
Jean-Baptiste Kempf [Sun, 28 Apr 2013 23:49:31 +0000 (01:49 +0200)]
Put scene in the right preference category

11 years agoTS: remove useless --ts-silent option
Jean-Baptiste Kempf [Sun, 28 Apr 2013 23:17:03 +0000 (01:17 +0200)]
TS: remove useless --ts-silent option

If you really don't want it, then use NDEBUG

11 years agoWaveout: use a more common name
Jean-Baptiste Kempf [Sun, 28 Apr 2013 23:00:55 +0000 (01:00 +0200)]
Waveout: use a more common name

11 years agoDirectSound: remove trailing space
Jean-Baptiste Kempf [Sun, 28 Apr 2013 23:00:39 +0000 (01:00 +0200)]
DirectSound: remove trailing space

11 years agoQt: fix simple preferences alignment
Jean-Baptiste Kempf [Sun, 28 Apr 2013 22:54:04 +0000 (00:54 +0200)]
Qt: fix simple preferences alignment

11 years agots demux: fix eac3 mistaken for ac3
Rafaël Carré [Sun, 28 Apr 2013 20:25:51 +0000 (22:25 +0200)]
ts demux: fix eac3 mistaken for ac3

Close #8217

11 years agoTHANKS: remove incorrect apostrophe
Edward Wang [Sun, 28 Apr 2013 01:09:16 +0000 (21:09 -0400)]
THANKS: remove incorrect apostrophe

'user' is the adjective describing the 'community'

Close #8518

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoudev: spell BD disk format correctly
Rémi Denis-Courmont [Sun, 28 Apr 2013 17:16:22 +0000 (20:16 +0300)]
udev: spell BD disk format correctly

11 years agoBluRay instead of Blu-Ray. Re-using short messages for long ones
Christoph Miebach [Sun, 28 Apr 2013 17:09:29 +0000 (19:09 +0200)]
BluRay instead of Blu-Ray. Re-using short messages for long ones

11 years agoavcodec: do not use deprecated reordered_opaque
Rafaël Carré [Sun, 28 Apr 2013 14:16:15 +0000 (16:16 +0200)]
avcodec: do not use deprecated reordered_opaque

Close #8320

11 years agoStrings count -=5. No html translation needed
Christoph Miebach [Sun, 28 Apr 2013 10:20:11 +0000 (12:20 +0200)]
Strings count -=5. No html translation needed

11 years agoUse same string in definition as in ui
Christoph Miebach [Sun, 28 Apr 2013 10:04:21 +0000 (12:04 +0200)]
Use same string in definition as in ui

11 years agots demux: don't lose PID specific data on PMT callback
Rafaël Carré [Sun, 28 Apr 2013 07:01:00 +0000 (09:01 +0200)]
ts demux: don't lose PID specific data on PMT callback

Close #8480

11 years agots demux: remove duplicate code
Rafaël Carré [Sun, 28 Apr 2013 06:42:54 +0000 (08:42 +0200)]
ts demux: remove duplicate code

11 years agoVNC: fix gallicism
Rémi Denis-Courmont [Sun, 28 Apr 2013 05:47:56 +0000 (08:47 +0300)]
VNC: fix gallicism

11 years agoClear confusion about --started-from-file-and-one-instance-when-sunset-is-beautiful
Jean-Baptiste Kempf [Sat, 27 Apr 2013 16:59:35 +0000 (18:59 +0200)]
Clear confusion about --started-from-file-and-one-instance-when-sunset-is-beautiful

And add it to Qt simple preferences

Ref #6624

11 years agoavcodec: ignore audio output buffer padding (fixes #8513)
Rémi Denis-Courmont [Sat, 27 Apr 2013 16:39:29 +0000 (19:39 +0300)]
avcodec: ignore audio output buffer padding (fixes #8513)

libavcodec may request more buffer space than it really needs for
alignment.

11 years agoappletrailer: small fix to get correct trailer type on playlist
Ilkka Ollakka [Sat, 27 Apr 2013 14:04:14 +0000 (17:04 +0300)]
appletrailer: small fix to get correct trailer type on playlist

11 years agofix appletrailers playlist parser
Ilkka Ollakka [Sat, 27 Apr 2013 13:52:05 +0000 (16:52 +0300)]
fix appletrailers playlist parser

11 years agomono: use var_Inherit*()
Rémi Denis-Courmont [Sat, 27 Apr 2013 13:21:16 +0000 (16:21 +0300)]
mono: use var_Inherit*()