Rafaël Carré
d5ec2e9fc7
jpeg: avoid a cast
2014-01-28 15:45:50 +01:00
Rafaël Carré
c24ea5fb3a
--stats: default to false
2014-01-28 15:27:39 +01:00
Petri Hintukainen
f7e78fb2cb
Reset input titles before adding new ones.
...
Fixes duplicate entries in title menu after INPUT_UPDATE_TITLE_LIST.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-28 10:43:21 +01:00
Tristan Matthews
b1c07e979c
demux: ogg: remove unused variable
2014-01-28 02:40:02 -05:00
Rafaël Carré
49235e261f
avformat demux: accomodate for Opus lavf extradata
2014-01-27 21:59:59 +01:00
Rafaël Carré
6797af80c7
avformat mux: transmit Opus extradata in the expected format
...
(Only the OpusHead packet, no OpusTags)
2014-01-27 21:54:16 +01:00
Rafaël Carré
ee3cd25bf1
avformat mux: use a variable
2014-01-27 21:54:16 +01:00
Felix Paul Kühne
50bf597dcf
darwin/dirs: fix plugin lookup with the NPAPI plugin
2014-01-27 18:37:11 +01:00
Rémi Denis-Courmont
ee0b9164f9
vlc_readdir: remove string duplication, simplify
2014-01-27 18:56:15 +02:00
Rémi Denis-Courmont
7625fc4bd4
vlc_readdir: drop support for threaded access to a single DIR
...
This simplifies the code and avoids the controversial readdir_r()
function. None of the vlc_readdir() or vlc_loaddir() code paths shared
the directory handle with another thread anyway.
2014-01-27 18:28:23 +02:00
Rémi Denis-Courmont
ed9993ea0f
DVB (old): fix memory leak
2014-01-27 18:25:04 +02:00
Maxim Bublis
71d201b8d9
codec/jpeg: removed useless code
...
On any error libjpeg always setjmp, and that code never executes.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-01-27 18:12:21 +02:00
Felix Paul Kühne
375f89a51a
freetype: fix crash is no monotype font name was set
2014-01-27 16:17:49 +01:00
Rémi Denis-Courmont
987349d7c9
input: cosmetic
2014-01-27 17:16:50 +02:00
David Fuhrmann
3fbb103ab6
coregraphicslayer: fix memleak and avoid unnecessary image copy
2014-01-27 16:15:14 +01:00
Jean-Baptiste Kempf
607c5b7af0
Revert "Qt: remove SPDIF option"
...
This reverts commit d39285a18c
.
Conflicts:
modules/gui/qt4/components/simple_preferences.cpp
2014-01-26 18:59:23 +01:00
David Fuhrmann
0206828ae8
macosx: Fix issue where window vanishes from screen if fullscreen is toggled fast in a row
...
Extends bool to describe both enter and exit fullscreen transitions.
close #8074
2014-01-26 18:24:57 +01:00
David Fuhrmann
38e14c073d
macosx: workaround for bug where window will vanish if minimized in float-on-top mode
2014-01-26 18:02:38 +01:00
David Fuhrmann
62166376a8
macosx: be more tolerant when checking for physical device ( fixes #6253 )
2014-01-26 15:01:48 +01:00
Felix Paul Kühne
bfa8edd879
audiounit_ios: fix audio unit handling in pause state ( close #10480 )
2014-01-25 20:10:07 +01:00
Ilkka Ollakka
945d6f4c85
transcode: reset audio pts when samplerate changes and set it on module open
2014-01-25 10:15:37 +02:00
Felix Abecassis
d38e0f861f
Win32: correctly use option "disable-screensaver"
...
Close #10366 .
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-24 19:45:19 +01:00
David Fuhrmann
9b67dffa3e
macosx: advanced prefs: fix table view width autosizing
2014-01-24 19:40:55 +01:00
Jean-Baptiste Kempf
4049e2334d
Contribs: add libssh2
2014-01-24 18:46:54 +01:00
Maxim Bublis
e3b809c1e4
misc/image: fixed overwriting of correct visible dimensions
...
In some cases fmt_in already contains correct i_visible_width and i_visible_height values.
This patch fixes incorrect overwriting of valid values.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-24 17:02:55 +01:00
Jean-Baptiste Kempf
a9712eb130
Contribs: update vorbis to 1.3.4
...
"The primary feature of this release is reduced static data size in
libvorbisenc."
"No functional changes, but the encoder lib is now a shade over 25% the
size it was in the 1.3.3 release."
Before: libvorbis_plugin.dll: 1.7MB
After: libvorbis_plugin.dll: 717kB
2014-01-24 15:22:10 +01:00
Jean-Baptiste Kempf
b81456fb97
Contribs: Remove unneeded Android patch
2014-01-24 14:44:42 +01:00
Jean-Baptiste Kempf
31d3613053
Contrib: update live555
...
Close #10406
2014-01-24 11:40:04 +01:00
Felix Abecassis
efd5eca5ea
android: implement subtitles rendering for Android MediaCodec opaque direct rendering
...
A blending filter is used on the subtitles surface above the main one by wrapping the corresponding NativeWindow into a picture_t.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-24 10:49:27 +01:00
Sam Malone
b729c33b24
lua: http: fix artwork not being displayed on windows.
...
Close #7607
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-24 10:46:42 +01:00
Rémi Denis-Courmont
af24f1e83c
record: fix sout-access-file syntax ( fixes #10473 )
2014-01-24 07:08:40 +02:00
Rémi Duraffort
379eb7663f
qt4: fix seek support in VLM
...
clang was giving a warning about the addition of a const char* with an integer.
2014-01-23 19:33:35 +01:00
Rémi Duraffort
6fc0ae32f0
alsa: move const qualifier at the right place
2014-01-23 19:27:24 +01:00
Rémi Duraffort
5ca6d6ef6f
flac: fix encoder enum type
...
In fact both enums will have identical value (0 as first enum in the list). But
this can break if the header change.
2014-01-23 18:27:59 +01:00
Felix Paul Kühne
df5b4a9db9
contrib/harfbuzz: fix OSAtomic calls for AArch64
2014-01-23 18:25:05 +01:00
Forteve Zepushisti
0de04aff20
fix gui/skins2: ft2_bitmap.cpp write after allocated block
...
this fixes trac #10134
Signed-off-by: Erwan Tulou <erwan10@videolan.org>
2014-01-23 10:33:24 +01:00
Julien 'Lta' BALLET
df28caa306
Extends lua's SD API to add a remove_node method, similar for remove_item
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-22 21:04:15 +01:00
Felix Paul Kühne
0eb37e8493
extras/ios: modernize build script
2014-01-22 14:12:34 +01:00
Felix Paul Kühne
bf235ea880
contrib/ios: simplify arch handling
2014-01-22 14:07:25 +01:00
Felix Paul Kühne
a8a6447114
extras/tools: update gas-pp
2014-01-22 14:06:53 +01:00
Felix Paul Kühne
ba2d5efe17
contrib/avcodec: remove remnant
2014-01-22 14:06:41 +01:00
Julien 'Lta' BALLET
2ff134679b
Implement lazy loading in icelast.lua, fix doc
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Julien 'Lta' BALLET
648b2bc745
Document the lazy initialization solution for the double lua context loading
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Julien 'Lta' BALLET
294c97cd9d
Fix a segfault in LUA Service Discovery, when stack wasn't a clean state after the first iteration of the FillDescriptor loop
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Felix Abecassis
69894cdbca
DirectDraw: cleanup and document code after removing Unicode mode.
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Felix Abecassis
7cbbe56468
Direct3D: add a new state handling when the device is lost but cannot be reset yet.
...
In this state, do not call Direct3D functions and exit the "Display"
and "Prepare" functions early.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Felix Abecassis
3b7529dcba
Direct3D: fix typo.
...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-21 16:13:31 +01:00
Tristan Matthews
508d398c6f
Freetype: fix valgrind warning
...
Fixes "Conditional jump or move depends on uninitialised value(s)"
in RenderCommon (freetype.c:1705)
2014-01-21 04:16:31 -05:00
David Fuhrmann
f35551e50c
macosx: simple prefs: robustify and cleanup saving int and string list
2014-01-20 18:32:49 +01:00
David Fuhrmann
ddb643bf03
macosx: simple prefs: use config_GetIntChoices for int list
2014-01-20 18:32:44 +01:00