]> git.sesse.net Git - vlc/log
vlc
10 years agotranscode: add chroma conversion in actually checked filter output
Ilkka Ollakka [Fri, 27 Dec 2013 14:52:59 +0000 (16:52 +0200)]
transcode: add chroma conversion in actually checked filter output

10 years agotranscode: add chroma conversion to be the first filter if needed
Ilkka Ollakka [Fri, 27 Dec 2013 14:51:18 +0000 (16:51 +0200)]
transcode: add chroma conversion to be the first filter if needed

For example croppadd doesn't like if input and output chromas are not the same.
This is visible for example webcam input and h264 encode (YUV2->I420).

Reported by: Jean-Paul Saman

10 years agosrc/darwin: cleanup threads
Felix Paul Kühne [Fri, 27 Dec 2013 14:25:52 +0000 (15:25 +0100)]
src/darwin: cleanup threads

10 years agoBluray: reindent headers
Jean-Baptiste Kempf [Fri, 27 Dec 2013 10:20:29 +0000 (11:20 +0100)]
Bluray: reindent headers

10 years agoBluray: remove more outdated code
Jean-Baptiste Kempf [Fri, 27 Dec 2013 10:19:36 +0000 (11:19 +0100)]
Bluray: remove more outdated code

10 years agoContribs: update bluray to 0.5.0
Jean-Baptiste Kempf [Fri, 27 Dec 2013 10:17:31 +0000 (11:17 +0100)]
Contribs: update bluray to 0.5.0

10 years agoRequire libbluray 0.3.0
Jean-Baptiste Kempf [Fri, 27 Dec 2013 10:15:17 +0000 (11:15 +0100)]
Require libbluray 0.3.0

10 years agoaudiounit_ios: merge stability improvements from AUHAL module
Felix Paul Kühne [Fri, 27 Dec 2013 09:58:03 +0000 (10:58 +0100)]
audiounit_ios: merge stability improvements from AUHAL module

10 years agosrc: split darwin threading code from the generic posix implementation
Felix Paul Kühne [Fri, 27 Dec 2013 08:20:10 +0000 (09:20 +0100)]
src: split darwin threading code from the generic posix implementation

10 years agoUpdate NEWS, MODULES_LIST and POTFILES.in
Jean-Baptiste Kempf [Thu, 26 Dec 2013 17:59:28 +0000 (18:59 +0100)]
Update NEWS, MODULES_LIST and POTFILES.in

10 years agomacosx/applescript: fix opening non-file URLs (close #10112)
Felix Paul Kühne [Thu, 26 Dec 2013 17:45:17 +0000 (18:45 +0100)]
macosx/applescript: fix opening non-file URLs (close #10112)

10 years agoauhal: prevent assertion failure on TPCircularBufferClear (close #10109)
Felix Paul Kühne [Thu, 26 Dec 2013 16:43:09 +0000 (17:43 +0100)]
auhal: prevent assertion failure on TPCircularBufferClear (close #10109)

10 years agoauhal: add missing bounds checking (close #10110)
Felix Paul Kühne [Thu, 26 Dec 2013 16:34:51 +0000 (17:34 +0100)]
auhal: add missing bounds checking (close #10110)

10 years agocontrib: jpeg: do not redefine FALSE/TRUE on OSX
Rafaël Carré [Wed, 25 Dec 2013 21:19:07 +0000 (22:19 +0100)]
contrib: jpeg: do not redefine FALSE/TRUE on OSX

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: speex*: remove destination folder before unpacking
Rafaël Carré [Thu, 26 Dec 2013 14:30:49 +0000 (15:30 +0100)]
contrib: speex*: remove destination folder before unpacking

10 years agolive555: retrieve RTSP track languages from SDP
Gilles Chanteperdrix [Wed, 18 Dec 2013 13:07:12 +0000 (13:07 +0000)]
live555: retrieve RTSP track languages from SDP

First for the "a=lang:" session attribute, then for each subsession
look for the same attribute, and use the session attribute if none
was found.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agocodec: implemented libjpeg module
Maxim Bublis [Thu, 19 Dec 2013 10:45:55 +0000 (10:45 +0000)]
codec: implemented libjpeg module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoMP4: support in32 FourCC as a type
Jean-Baptiste Kempf [Mon, 23 Dec 2013 19:34:23 +0000 (20:34 +0100)]
MP4: support in32 FourCC as a type

10 years agodemux: ogg: don't recreate decoders on same chained streams.
Francois Cartegnie [Sun, 22 Dec 2013 23:26:40 +0000 (00:26 +0100)]
demux: ogg: don't recreate decoders on same chained streams.

SET_ES_FMT recreates decoders and then triggers preroll.

10 years agodemux: ogg: don't probe length again with chained streams
Francois Cartegnie [Sun, 22 Dec 2013 19:16:48 +0000 (20:16 +0100)]
demux: ogg: don't probe length again with chained streams

10 years agodemux: ogg: do PCR handling on stream boundary
Francois Cartegnie [Sun, 22 Dec 2013 19:05:14 +0000 (20:05 +0100)]
demux: ogg: do PCR handling on stream boundary

10 years agodemux: add missing default handler for GET_SIGNAL
Francois Cartegnie [Sun, 22 Dec 2013 17:43:54 +0000 (18:43 +0100)]
demux: add missing default handler for GET_SIGNAL

10 years agodemux: ogg: delay ES creation for preparsing.
Francois Cartegnie [Fri, 20 Dec 2013 14:57:37 +0000 (15:57 +0100)]
demux: ogg: delay ES creation for preparsing.

Prevents creating ES & decoders just for playlist preparsing.

10 years agodemux: ogg: add preparsing of headers (fix #6691)
Francois Cartegnie [Tue, 17 Dec 2013 17:49:40 +0000 (18:49 +0100)]
demux: ogg: add preparsing of headers (fix #6691)

10 years agodemux: ogg: fix use after free seekpoints.
Francois Cartegnie [Sat, 21 Dec 2013 15:10:01 +0000 (16:10 +0100)]
demux: ogg: fix use after free seekpoints.

Also cleans seekpoints between tracks

10 years agocontrib: harfbuzz: disable icu
Rafaël Carré [Thu, 19 Dec 2013 19:46:35 +0000 (20:46 +0100)]
contrib: harfbuzz: disable icu

icu-config is not suited for cross-compilation

10 years agostd: Always use module name if access was not specified
Rafaël Carré [Wed, 18 Dec 2013 16:01:21 +0000 (17:01 +0100)]
std: Always use module name if access was not specified

10 years agoSimplify message when codec could not be found
Rafaël Carré [Wed, 18 Dec 2013 15:40:31 +0000 (16:40 +0100)]
Simplify message when codec could not be found

People do not read that far and keep asking for support anyway.

10 years agolibavutil: set verbosity based on VLC own verbosity
Rafaël Carré [Wed, 18 Dec 2013 15:23:01 +0000 (16:23 +0100)]
libavutil: set verbosity based on VLC own verbosity

10 years agoavcommon.h: move code around
Rafaël Carré [Wed, 18 Dec 2013 15:04:45 +0000 (16:04 +0100)]
avcommon.h: move code around

10 years agoImprove the unsupported codec errors
Rafaël Carré [Wed, 18 Dec 2013 10:55:14 +0000 (11:55 +0100)]
Improve the unsupported codec errors

Provide a description of the codec if possible
Give a more descriptive message if the codec is "undf"
That one means that the demuxer could not identify the codec

10 years agocontrib: gcrypt 1.6.0
Rafaël Carré [Tue, 17 Dec 2013 18:26:00 +0000 (19:26 +0100)]
contrib: gcrypt 1.6.0

10 years agomux hevc into mp4
Rafaël Carré [Tue, 17 Dec 2013 00:14:12 +0000 (19:14 -0500)]
mux hevc into mp4

10 years agox265: update to API 4
Rafaël Carré [Mon, 16 Dec 2013 23:37:23 +0000 (18:37 -0500)]
x265: update to API 4

10 years agoaudioscrobbler: fix use of uninitialized variable
Rémi Duraffort [Mon, 16 Dec 2013 18:54:19 +0000 (19:54 +0100)]
audioscrobbler: fix use of uninitialized variable

10 years agovobsub: fix memory leak
Rémi Duraffort [Mon, 16 Dec 2013 18:39:55 +0000 (19:39 +0100)]
vobsub: fix memory leak

10 years agoqt4: fix memory leak (allocate only when needed)
Rémi Duraffort [Mon, 16 Dec 2013 18:36:49 +0000 (19:36 +0100)]
qt4: fix memory leak (allocate only when needed)

10 years agoatmo: fix some dealocation mismatch
Rémi Duraffort [Mon, 16 Dec 2013 18:29:58 +0000 (19:29 +0100)]
atmo: fix some dealocation mismatch

10 years agolivehttp: fix typo
Rémi Duraffort [Mon, 16 Dec 2013 18:21:26 +0000 (19:21 +0100)]
livehttp: fix typo

10 years agoyuv->rgb neon: only convert visible area
Sébastien Toque [Sun, 15 Dec 2013 11:39:57 +0000 (12:39 +0100)]
yuv->rgb neon: only convert visible area

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAvcodec: fix FTBFS with FFmpeg because of YUVA422P definition
Jean-Baptiste Kempf [Mon, 16 Dec 2013 13:48:40 +0000 (14:48 +0100)]
Avcodec: fix FTBFS with FFmpeg because of YUVA422P definition

Close #10127

10 years agolivehttp: fix format string
Tristan Matthews [Mon, 16 Dec 2013 06:16:23 +0000 (01:16 -0500)]
livehttp: fix format string

10 years agoRemove dead initializations
Rémi Duraffort [Sun, 15 Dec 2013 17:49:35 +0000 (18:49 +0100)]
Remove dead initializations

10 years agoamto: fix dealocator (delete [] instead of free)
Rémi Duraffort [Sun, 15 Dec 2013 17:38:01 +0000 (18:38 +0100)]
amto: fix dealocator (delete [] instead of free)

10 years agoomxil: fix calloc usage
Rémi Duraffort [Sat, 14 Dec 2013 10:11:30 +0000 (11:11 +0100)]
omxil: fix calloc usage

10 years agoaccess_dvd: fix sizeof mismatch
Rémi Duraffort [Sat, 14 Dec 2013 10:03:01 +0000 (11:03 +0100)]
access_dvd: fix sizeof mismatch

10 years agomp4: fix sizeof mismatch
Rémi Duraffort [Sat, 14 Dec 2013 09:57:04 +0000 (10:57 +0100)]
mp4: fix sizeof mismatch

10 years agohqdn3d: fix sizeof mismatch
Rémi Duraffort [Sat, 14 Dec 2013 09:55:57 +0000 (10:55 +0100)]
hqdn3d: fix sizeof mismatch

10 years agomp4: fix memory leak
Rémi Duraffort [Sat, 14 Dec 2013 09:52:55 +0000 (10:52 +0100)]
mp4: fix memory leak

10 years agoaccess_jack: fix memory leak
Rémi Duraffort [Sat, 14 Dec 2013 09:50:10 +0000 (10:50 +0100)]
access_jack: fix memory leak

10 years agolivehttp: fix many memory leaks
Rémi Duraffort [Sat, 14 Dec 2013 09:47:01 +0000 (10:47 +0100)]
livehttp: fix many memory leaks

10 years agolivehttp: fix memory leaks
Rémi Duraffort [Sat, 14 Dec 2013 09:35:25 +0000 (10:35 +0100)]
livehttp: fix memory leaks

10 years agoinput: fix memory leak if access is not found
Rémi Duraffort [Sat, 14 Dec 2013 09:32:43 +0000 (10:32 +0100)]
input: fix memory leak if access is not found

10 years agomkv: fix memory leak
Rémi Duraffort [Sat, 14 Dec 2013 09:13:48 +0000 (10:13 +0100)]
mkv: fix memory leak

10 years agoFreetype: rename HAVE_STYLES
Jean-Baptiste Kempf [Sun, 15 Dec 2013 16:40:51 +0000 (17:40 +0100)]
Freetype: rename HAVE_STYLES

10 years agoFreetype: unexport a function we don't need anymore on Win32
Jean-Baptiste Kempf [Sun, 15 Dec 2013 16:38:53 +0000 (17:38 +0100)]
Freetype: unexport a function we don't need anymore on Win32

10 years agoFreetype: introduce a dummy font selector
Jean-Baptiste Kempf [Sun, 15 Dec 2013 16:22:12 +0000 (17:22 +0100)]
Freetype: introduce a dummy font selector

When we don't have a way to select a font by family, use the basic font
(default or the config one)

This reduces the number of HAVE_STYLES usage and avoid a few bugs

10 years agoFreetype: remove unneeded includes
Jean-Baptiste Kempf [Sun, 15 Dec 2013 15:37:26 +0000 (16:37 +0100)]
Freetype: remove unneeded includes

10 years agoMove font defaults to platform_fonts.h
Jean-Baptiste Kempf [Sun, 15 Dec 2013 15:31:57 +0000 (16:31 +0100)]
Move font defaults to platform_fonts.h

10 years agoFreetype: simplify win32 fonts lookup folder
Jean-Baptiste Kempf [Sun, 15 Dec 2013 15:15:53 +0000 (16:15 +0100)]
Freetype: simplify win32 fonts lookup folder

It's less elegant, because it is not cached, but it's cleaner in
freetype.c with less #ifdef all around...

10 years agoDCP: new access-demux module for DigitalCinemaPackage
Nicolas Bertrand [Fri, 13 Dec 2013 14:21:03 +0000 (15:21 +0100)]
DCP: new access-demux module for DigitalCinemaPackage

This version only support 1-Reel-per-track DCPs, like trailers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAvoid infinite recursion loop when parsing tags
Denis Charmet [Sun, 15 Dec 2013 14:51:19 +0000 (15:51 +0100)]
Avoid infinite recursion loop when parsing tags

Fix #10028

10 years agoFreetype: Split font selection code from freetype.c
Jean-Baptiste Kempf [Sun, 15 Dec 2013 14:53:59 +0000 (15:53 +0100)]
Freetype: Split font selection code from freetype.c

10 years agoWin32: fix obvious typo.
Jean-Baptiste Kempf [Sun, 15 Dec 2013 14:32:56 +0000 (15:32 +0100)]
Win32: fix obvious typo.

Sorry

10 years agoFreetype: move the font selection to a function-pointer
Jean-Baptiste Kempf [Sun, 15 Dec 2013 13:57:32 +0000 (14:57 +0100)]
Freetype: move the font selection to a function-pointer

10 years agoFreetype: fix small error in previous commit
Jean-Baptiste Kempf [Sun, 15 Dec 2013 14:18:08 +0000 (15:18 +0100)]
Freetype: fix small error in previous commit

10 years agoFreetype: create an xml_reader helper
Jean-Baptiste Kempf [Sun, 15 Dec 2013 13:34:14 +0000 (14:34 +0100)]
Freetype: create an xml_reader helper

10 years agoSplit Freetype destruction from the main destruction
Jean-Baptiste Kempf [Thu, 26 Sep 2013 19:27:50 +0000 (21:27 +0200)]
Split Freetype destruction from the main destruction

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoFreetype: split freetype init from Create
Jean-Baptiste Kempf [Thu, 26 Sep 2013 19:23:43 +0000 (21:23 +0200)]
Freetype: split freetype init from Create

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoFix typo
Jean-Baptiste Kempf [Sat, 14 Dec 2013 16:29:11 +0000 (17:29 +0100)]
Fix typo

10 years agoUpdate NEWS and MODULES_LIST for 2.2.0
Jean-Baptiste Kempf [Sat, 14 Dec 2013 16:19:42 +0000 (17:19 +0100)]
Update NEWS and MODULES_LIST for 2.2.0

10 years agoconfigure: add a feature test for OpenGL
KO Myung-Hun [Sat, 14 Dec 2013 06:05:44 +0000 (15:05 +0900)]
configure: add a feature test for OpenGL

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agolibvlc: don't use string after free
Tristan Matthews [Fri, 13 Dec 2013 20:24:57 +0000 (15:24 -0500)]
libvlc: don't use string after free

10 years agofortunes !
Rafaël Carré [Fri, 13 Dec 2013 21:54:51 +0000 (16:54 -0500)]
fortunes !

10 years agocodecs: avcodec: fix Makefile libs order
Francois Cartegnie [Fri, 13 Dec 2013 21:24:30 +0000 (22:24 +0100)]
codecs: avcodec: fix Makefile libs order

10 years agodemux: mp4: improve debug tree info
Francois Cartegnie [Thu, 12 Dec 2013 23:11:05 +0000 (00:11 +0100)]
demux: mp4: improve debug tree info

10 years agofourcc: add entry for Android opaque buffer type.
Felix Abecassis [Fri, 15 Nov 2013 14:47:20 +0000 (15:47 +0100)]
fourcc: add entry for Android opaque buffer type.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: rename members and functions previously related to decoder buffering.
Felix Abecassis [Wed, 11 Dec 2013 10:46:14 +0000 (11:46 +0100)]
input: rename members and functions previously related to decoder buffering.

Even without data buffering, it is still necessary to wait until each decoder has processed one block before updating the system clock.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: remove useless function DecoderFlushBuffering from decoder.c
Felix Abecassis [Wed, 11 Dec 2013 10:46:13 +0000 (11:46 +0100)]
input: remove useless function DecoderFlushBuffering from decoder.c

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: remove sout decoder buffering.
Felix Abecassis [Wed, 11 Dec 2013 10:46:12 +0000 (11:46 +0100)]
input: remove sout decoder buffering.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: remove subpicture decoder buffering.
Felix Abecassis [Wed, 11 Dec 2013 10:46:11 +0000 (11:46 +0100)]
input: remove subpicture decoder buffering.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: remove video decoder buffering.
Felix Abecassis [Wed, 11 Dec 2013 10:46:10 +0000 (11:46 +0100)]
input: remove video decoder buffering.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoinput: remove audio decoder buffering.
Felix Abecassis [Wed, 11 Dec 2013 10:46:09 +0000 (11:46 +0100)]
input: remove audio decoder buffering.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoVLC_FOURCC replaced with VLC_CODEC_* values
Maxim Bublis [Fri, 13 Dec 2013 15:42:45 +0000 (19:42 +0400)]
VLC_FOURCC replaced with VLC_CODEC_* values

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoogg: use CLOCK_FREQ in muxer
Tristan Matthews [Fri, 13 Dec 2013 16:05:55 +0000 (11:05 -0500)]
ogg: use CLOCK_FREQ in muxer

10 years agonsis: restore the previous components on x64 (fix #10122)
Ludovic Fauvet [Fri, 13 Dec 2013 15:38:01 +0000 (16:38 +0100)]
nsis: restore the previous components on x64 (fix #10122)

10 years agoauhal: fix audio device selection via command line
David Fuhrmann [Thu, 12 Dec 2013 19:17:24 +0000 (20:17 +0100)]
auhal: fix audio device selection via command line

close #10119

10 years agoogg: use CLOCK_FREQ
Tristan Matthews [Thu, 12 Dec 2013 18:44:12 +0000 (13:44 -0500)]
ogg: use CLOCK_FREQ

10 years agomacosx/menu: add missing debug
Felix Paul Kühne [Thu, 12 Dec 2013 15:05:34 +0000 (16:05 +0100)]
macosx/menu: add missing debug

10 years agocroppadd: use correct shortname 'croppadd'
Jean-Paul Saman [Thu, 12 Dec 2013 13:22:35 +0000 (14:22 +0100)]
croppadd: use correct shortname 'croppadd'

The shortname was 'cropadd' while the module was compiled as 'croppadd' (notice the extra 'p').
The module was correctly build, but was not loadable

10 years agoMake DirectX default on XP, instead of Direct3d
Jean-Baptiste Kempf [Thu, 12 Dec 2013 12:04:35 +0000 (13:04 +0100)]
Make DirectX default on XP, instead of Direct3d

We did that for 2.0 temporarily but kept master normal

This is still broken on some weird configurations, so well, temporary is
going to last..

10 years agoios/build.sh: fetch contribs before compiling them
Felix Paul Kühne [Thu, 12 Dec 2013 07:58:47 +0000 (08:58 +0100)]
ios/build.sh: fetch contribs before compiling them

10 years agolivehttp: parse key="value" style options
Ilkka Ollakka [Wed, 11 Dec 2013 07:03:22 +0000 (09:03 +0200)]
livehttp: parse key="value" style options

10 years agouse CLOCK_FREQ in date_Decrement
Ilkka Ollakka [Wed, 11 Dec 2013 07:02:09 +0000 (09:02 +0200)]
use CLOCK_FREQ in date_Decrement

10 years agodemux: asf: remove preroll from dts too
Francois Cartegnie [Wed, 11 Dec 2013 19:16:27 +0000 (20:16 +0100)]
demux: asf: remove preroll from dts too

10 years agodemux: asf: do ES audio selection for mms (fix #8797, #3400, #3797)
Francois Cartegnie [Tue, 3 Dec 2013 18:05:21 +0000 (19:05 +0100)]
demux: asf: do ES audio selection for mms (fix #8797, #3400, #3797)

10 years agoinput: add DEMUX_SET_ES notification
Francois Cartegnie [Tue, 3 Dec 2013 18:05:20 +0000 (19:05 +0100)]
input: add DEMUX_SET_ES notification

10 years agoupdate: fix use after free
Rémi Duraffort [Wed, 11 Dec 2013 19:14:42 +0000 (20:14 +0100)]
update: fix use after free

10 years agologger: fix use after free
Rémi Duraffort [Wed, 11 Dec 2013 19:13:55 +0000 (20:13 +0100)]
logger: fix use after free

10 years agoskins2: fix memory leak
Rémi Duraffort [Wed, 11 Dec 2013 18:32:22 +0000 (19:32 +0100)]
skins2: fix memory leak