David Fuhrmann
fe8867d925
macosx: removed old graphics which are not used anymore
Also renames 4 yosemite graphics to match the existing naming.
12 years ago
Damien Erambert
45e123f9da
macosx: Added graphics for buttons on Yosemite 10.10
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
12 years ago
David Fuhrmann
2c674d7692
macosx: add yosemite guard
12 years ago
Rémi Denis-Courmont
d37f0aa4a3
vdpau: remove makefile recursion
13 years ago
Rémi Denis-Courmont
76f2664529
video_output: remove makefile recursion
12 years ago
Rémi Denis-Courmont
329373a875
video_output: finish conversion to Automake syntax
12 years ago
Rémi Denis-Courmont
2cab85e881
avcodec: fix pointer aliasing
av_freep() requires a pointer to void *. Nothing else is defined.
12 years ago
Rémi Denis-Courmont
4e54f29787
avcodec: avcodec_alloc_frame() requires avcodec_free_frame()
12 years ago
Rémi Denis-Courmont
ec9c6d8ce5
Move the modules EXTRA_DIST to modules/
12 years ago
Rémi Denis-Courmont
63e2f5f198
wl_screenshooter: fix Makefile dependencies
12 years ago
Damien Erambert
f83c0330b3
macosx: Fixed size of retina titlebar buttons
Pngcrushed graphics.
close #11101
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
12 years ago
Tristan Matthews
ce6092e13f
ts: don't drop entire audio frame on discontinuity
Refs #11752
12 years ago
Felix Paul Kühne
51d5f1efb0
macosx: correctly hide the fspanel if app resigns active state ( close #12277 )
awakeFromNib is no longer called on fspanel (as there is no nib anymore), so don't rely on it
12 years ago
Adrien Maglo
2e8a23cf06
chromecast: add an experimental sout module that connects to a ChromeCast device and streams using the HTTP access output
Example: vlc input.mp4 --sout="#chromecast{ip=192.168.1.11}"
12 years ago
Adrien Maglo
31d84ce059
chromecast: add protobuf file
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Felix Paul Kühne
1ffac5a961
contrib: add protobuf
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
ffff89e844
Android vout: reference files used
12 years ago
Thomas Guillem
1220075aa0
omxil-dr: reorient video
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Thomas Guillem
842b6578ae
nativewindowpriv: add setOrientation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Thomas Guillem
cd6fd1d8eb
omxil: split iomx_hwbuffer.cpp
As iomx_hwbuffer.cpp contains mainly call to private native window from
system/window.h:
- move system window calls to modules/video_output/android/nativewindowpriv.c
- move get_hal_format to iomx.cpp
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Ilkka Ollakka
b0e5abcd7f
udp: restore original flow without else block
commit 7fff679f14 added else block and
left continue that didn't make code flow following any easier.
12 years ago
Ilkka Ollakka
2ba75ec6a5
avcodec: use VLC_CODEC_
12 years ago
Ilkka Ollakka
7fff679f14
udp: don't realloc in receiving, just set i_buffer
Similar than rtp input does, doing realloc from 64k->1.5k would
usually mean extra malloc+memcpy per packet.
Also don't pass buffer onward if we don't receive any useful stuff (-1)
12 years ago
Rémi Denis-Courmont
e68826bd61
Update gettext to version 19.2
12 years ago
Rémi Denis-Courmont
f02665107c
wl_screenshooter: add missing XML protocol definition
12 years ago
Francois Cartegnie
0a1b4d45cc
demux: libmp4: add atoms/structures for flip4mac
12 years ago
Francois Cartegnie
e3dad6aba3
demux: mp4: move union at the end of struct
Wise with a struct that has a bad track record
of read overflows and now contains a pf_
12 years ago
David Fuhrmann
e6dfd01f3d
macosx: do not start same input item twice of startup
For playlist-autostart, PLAYLIST_PLAY is used now which does not restart
the current item if there is already one running.
This avoids restart of the same item in a quick succession, and thus
workarounds the issue described in refs #11488 .
12 years ago
David Fuhrmann
a303b78262
macosx: add comment for application:openFiles: usage
12 years ago
David Fuhrmann
93d573ce38
macosx: video effects: avoid type mismatch warning
12 years ago
Tristan Matthews
1023ecb97f
twolame: fix chain deallocation
12 years ago
Tristan Matthews
033cdd9009
flac: reset decoder on end of stream ( fixes #9298 )
12 years ago
Tristan Matthews
9ab9aa3708
twolame: avoid buffer overflow
Refs #12298
12 years ago
Tristan Matthews
9b196c6333
twolame: add error checking
12 years ago
Rémi Denis-Courmont
34c1ae5515
en50221: avoid one memory copy (refs #12307 )
12 years ago
Francois Cartegnie
426d82731a
input: stream_memory: handle skip reads
Regular streams skip if p_read is NULL.
12 years ago
Francois Cartegnie
0ad6f449b6
demux: mp4: set pointer to relase function into box
Possible could crash because release function was
not correctly matched du to missing parent id check.
Better save it into box instead of doing another lookup,
and because box could have been detached from parent.
12 years ago
Francois Cartegnie
01f05de90b
demux: mp4: fix naming of objectProfileIndication
12 years ago
Francois Cartegnie
ab27e26c20
demux: libmp4: add mp4a/mp4v esds restrictions
12 years ago
Francois Cartegnie
9b2d5c0f23
demux: mp4: add restriction for frma atom
12 years ago
Francois Cartegnie
2afb8fbc9b
demux: mkv: move mp4 include off top level
12 years ago
KO Myung-Hun
ff7f5020e7
lua: add libdir to lua dir list on OS/2
Installed version cannot find lua scripts.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Boris Egorov
77f2eb2979
mp4: fix typos in sizeof guards
Detected by CppCheck
Signed-off-by: Boris Egorov <egorov@linux.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
b0628785c2
wl_screenshooter: remove useless #include
12 years ago
Tristan Matthews
ba3094452b
theora: cleanup
Remove dead code and superfluous width/height variables.
12 years ago
Francois Cartegnie
3417a40402
demux: mp4: fix heap read overflow in vide handler
12 years ago
Francois Cartegnie
44c7fb6682
demux: mp4: fix heap overflow reading esds
12 years ago
Francois Cartegnie
fa6b1937bc
demux: mp4: fix overflow in cprt language decoding
refs #12283
12 years ago
Francois Cartegnie
2ca410382c
demux: mkv: fix previous type fix
first segment is always 0, not an undefined value
regression introduced by aaebd49a15
instead of removing the tautology
12 years ago
Francois Cartegnie
3c8d0b092b
demux: mp4: add boxdata and missing checks
12 years ago