1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

52611 Commits

Author SHA1 Message Date
Felix Paul Kühne
b284beeee8 configure: don't enforce OpenGL ES 1 on iOS 2013-02-08 18:02:24 +01:00
Ilkka Ollakka
01e0512bfd transcode: use 1001 as framerate base 2013-02-08 15:22:30 +02:00
Ilkka Ollakka
68b6cc27c7 transcode: reinit filter-chain when aspect-ratio changes 2013-02-08 15:22:30 +02:00
Felix Paul Kühne
f80f2a6b88 extras/package: compile for iOS 6.1 since it is public now 2013-02-08 14:08:22 +01:00
Ludovic Fauvet
ca82afbfb7 gnutls: retry handshake if it returns a non-fatal error
Based on the gnutls_handshake manual the function must be called again
until it returns 0 (or a fatal error).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-08 13:26:04 +01:00
Felix Paul Kühne
c1ec4dee75 audioqueue: fix buffer leak (close #8140) 2013-02-08 10:40:51 +01:00
Felix Paul Kühne
f29ec36681 auhal: fix prototype/definition mismatch (close #8148) 2013-02-08 10:33:06 +01:00
Ludovic Fauvet
8775d0d7f1 Gestures: use left button, by default
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-07 19:55:12 +01:00
Ludovic Fauvet
be93074958 Gestures: use the proper event name
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-07 19:47:10 +01:00
Felix Paul Kühne
9929cc94ce macosx: replace all 'key-action' calls with their proper counter-parts
This excludes 'ACTIONID_POSITION' for which there doesn't seem to be a replacement.
2013-02-07 19:15:50 +01:00
Samuel Pitoiset
606a09d23c avi: Fix seek bar position when streaming through network (fixes #2151)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-07 18:30:36 +01:00
Alexander Terentyev
6b2d303b92 Qt: Add moving main window on any part of a window
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-07 17:51:50 +01:00
Rafaël Carré
59c5c14c86 stream: Fix segfault caused by invalid seek
Sample can be found on https://www.dropbox.com/s/cd56gjk4ablimp5/A_lawnmower.wmv
md5: d87c039c304b41cc30bddfe21e88af36
2013-02-07 15:41:36 +01:00
François Revol
d1bba6c05d lua: assembleenationale: Fix after website changes
Base urls not probed correctly yet, but hardcoded, I'm too lazy right now.

Parse direct.js some more to get stream name lists.

Fix the live streams list check.

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-02-07 15:02:13 +01:00
Sébastien Escudier
2c1b60aec7 fix regression from 3118035
Closes #8076
2013-02-07 12:15:28 +01:00
Sébastien Escudier
ba66ad016e fix regression from 1925313da2 : vod creation failed in rtp stream out module because it couldn't access some variable (vod-media and vod-session) 2013-02-07 11:21:18 +01:00
Mirsal Ennaime
cdc85689a1 dbus: Oops, abandon the correct container on error paths 2013-02-07 04:18:12 +01:00
Mirsal Ennaime
b1bb9b5436 dbus: Add another memory allocation failure check 2013-02-07 03:55:07 +01:00
Rémi Denis-Courmont
aba4767f27 TAB_FIND/TAB_REMOVE: remove inner variable, improve expansion safety 2013-02-06 20:56:38 +02:00
Mirsal Ennaime
56180db3de dbus: Add memory allocation failure check 2013-02-06 15:16:26 +01:00
Denis Charmet
21e2557b1c Remove aout_Packet from directsound audio output 2013-02-05 21:05:57 +01:00
Jean-Baptiste Kempf
8cbd52ac8a Contribs: update dvdread to a new fork 2013-02-05 20:19:48 +01:00
Vittorio Giovara
a3ae403178 rename configuration page title for x264 options
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2013-02-05 19:48:51 +01:00
Jean-Baptiste Kempf
9daa9e5d25 Contrib: use a new DVDnav fork
Should close #8125
2013-02-05 19:24:02 +01:00
Rémi Denis-Courmont
7724ba6c06 Win32: really fix poll() loop *cough* *cough* 2013-02-05 19:55:51 +02:00
Mirsal Ennaime
018ea79787 dbus: Add missing memory allocation failure handling
Handle memory allocation failures when sending the PropertyChanged
signal in the TrackList interface implementation.
2013-02-05 13:33:36 +01:00
Mirsal Ennaime
57a0261eda dbus: Remove useless comment 2013-02-05 13:33:36 +01:00
Mirsal Ennaime
424d68f848 dbus: Fix memleaks on error paths 2013-02-05 13:33:36 +01:00
Felix Paul Kühne
79c8560a5e macosx: work-around for Mountain Lion which treats folder with the name 'BDMV' and the sub item 'INDEX.BDM' as a file with the UTI 'public.directory' 2013-02-05 01:00:46 +01:00
Felix Paul Kühne
5c9733cfd5 audioqueue: fix compilation for OSX 2013-02-05 00:06:19 +01:00
Felix Paul Kühne
1d0ffadb2e audioqueue: use the AudioSession API to overwrite the mute switch during media playback (iOS only) 2013-02-04 23:53:05 +01:00
Felix Paul Kühne
b620bade36 audioqueue: fix potential p_block leak 2013-02-04 23:03:09 +01:00
Felix Paul Kühne
d71133ac5f audioqueue: more cleanup
repack a struct and rename variables so they actually make sense
2013-02-04 22:48:50 +01:00
Felix Paul Kühne
7660834441 audioqueue: switch from section comments to more useful pragma marks since those are recognized by Xcode 2013-02-04 20:51:41 +01:00
Felix Paul Kühne
f5deb07577 audioqueue: fix copyright years and add missing copyright holders 2013-02-04 20:07:03 +01:00
Felix Paul Kühne
d87ff6d881 audioqueue: clean-up 2013-02-04 19:58:31 +01:00
Rafaël Carré
08ec492002 audioqueue: fixed potential TimeGet issue
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2013-02-04 19:35:23 +01:00
Felix Paul Kühne
9eb78bf485 NEWS: updates for Mac 2013-02-04 19:05:55 +01:00
Rémi Denis-Courmont
576c05f07f win32: do not get stuck in poll() with infinite timeout
This really should be fixed more properly.
2013-02-04 19:14:33 +02:00
Rémi Denis-Courmont
ce96ee78f5 libvlc_audio_set_track: return -1 on error
Surprisingly, my gcc did not generate a possible unitilization warning.
2013-02-04 18:38:04 +02:00
Rémi Denis-Courmont
e69bf784bd live555: buffer sizes are not considered safe
...so far.
2013-02-04 18:26:06 +02:00
Rafaël Carré
2515960ded audioqueue: don't avoid impossible case
Play() should always be fed with valid block_t *
2013-02-04 17:13:17 +01:00
Martin Storsjö
9b0916a50e omxil: Remove a few audio codec mappings
This reverts most of 2b101ff4a0.

VLC_CODEC_MP3 seems to work fine with multiple OMX mp3 decoders,
so keep it mapped.

VLC_CODEC_MPGA does work with some OMX mp3 decoders (OMX.SEC.mp3.dec
seems to handle it) but not with all (OMX.google.mp3.decoder doesn't
seem to handle it).

Vorbis does not work with OMX decoders in the current form. The only
such decoder I've seen is OMX.google.vorbis.decoder, and using it
requires us to modify the packets sent a little. Even if this can be
done pretty easily, the packet format feels more like an android
internal hack than an official spec of any sort, so disable this
mapping since there isn't much value in using it currently.

WMA does not work with OMX in the current form (tested with
OMX.SEC.wma.dec). I've got work in progress code that makes certain
WMA files work with it, but not all, so disable it until at least
most of them work properly.
2013-02-04 16:40:06 +02:00
Sébastien Escudier
5d4429549c live555 : Add an option to change the frame buffer size, and increase the default value a little.
Closes #8103
2013-02-04 13:32:16 +01:00
Felix Paul Kühne
90c4ceacb0 NEWS: announce that the infamous audio output failure on TASCAM's USD-based MIDI-interfaces is fixed 2013-02-03 21:32:58 +01:00
Felix Paul Kühne
55e3f94302 macosx: fixed compilation warning and potential runtime exception 2013-02-03 21:05:23 +01:00
Mario Speiß
e4dc6784ed too long timeouts in win32 vlc_poll
When vlc_poll is called with timeout of i.e. 5000ms it may happen that the
waiting time might be as long as 2500s ! Probably poll should be called with
the 50ms timeout as many times until the original provided timeout has been
reached.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2013-02-03 19:26:07 +02:00
Edward Wang
e1aa97a9e8 src: Win32: add message categories to debug logs
Signed-off-by: Rafaël Carré <funman@videolan.org>
2013-02-03 16:21:56 +01:00
KO Myung-Hun
434cf8e484 configure: remove a wrongly placed test
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2013-02-03 11:21:16 +02:00
Martin Storsjö
71c82ba2d2 omxil: Only try to enable the samsung-specific 420p mode on video decoders
It doesn't make any sense for audio decoders and only leads to
extra log warnings.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-02 19:41:45 +02:00