Rémi Denis-Courmont
4e84bd2cef
linsys_sdi: simplify and fix sysfs usage
11 years ago
Rémi Denis-Courmont
0aa6c19cdb
freetype: fix integer overflow
11 years ago
Rémi Denis-Courmont
887bda11d2
pulse: compute latency correctly if negative ( fixes #15046 )
This occurs in case of large buffer underflow, such as if stopping the
VLC process.
11 years ago
Rémi Denis-Courmont
88655e00d0
pulse: fix race in TimeGet()
Cork state could change asynchronously without the PA lock.
11 years ago
Rémi Denis-Courmont
18da36de59
file: fix typo
11 years ago
Rémi Denis-Courmont
18a676c9e0
taglib: fix memory leak
11 years ago
Rémi Denis-Courmont
21f36843c1
hls: fix memory leak
11 years ago
Rémi Denis-Courmont
1f8ca46838
subsdec: fix memory leak
11 years ago
Rémi Denis-Courmont
b83a2c5600
subsusf: move subsdec-formatted option to correct plugin
(Maybe the option should be renamed also)
11 years ago
Rémi Denis-Courmont
01b8197ce9
subsdec: fix memory leak
11 years ago
Rémi Denis-Courmont
b23f06cfa4
mmsh: fix memory leak
11 years ago
Rémi Denis-Courmont
77c9ae04c4
mux_m4: fix memory leak
11 years ago
Rémi Denis-Courmont
753d2bfbfb
mux_mp4: fix memory leak
11 years ago
Rémi Denis-Courmont
76530ab064
bd: memory leak
11 years ago
Rémi Denis-Courmont
4dab83afe7
bd: memory leak
11 years ago
Rémi Denis-Courmont
6253e94caa
xiph: simplify and fix leak
11 years ago
Rémi Denis-Courmont
3b91f52906
lpcm: remove dead code
11 years ago
Rémi Denis-Courmont
a3b0202259
ncurses: fix NULL deref
in empty directory
11 years ago
Rémi Denis-Courmont
3ef51621b4
ttml: fix DEMUX_GET_TIME at end-of-stream
11 years ago
Rémi Denis-Courmont
de1b8bc499
caf: fix error handling / integer overflow
11 years ago
Rémi Denis-Courmont
d23a1c7c20
skins2: fix error handling
11 years ago
Rémi Denis-Courmont
c63fb384e7
audioscrobbler: fix stream error handling
11 years ago
Rémi Denis-Courmont
369d7605af
hds: fix stream error handling
11 years ago
Rémi Denis-Courmont
73ed9baf82
addons: fix stream error handling
11 years ago
Rémi Denis-Courmont
5a13c1fec1
sftp: do not close(-1)
11 years ago
Rémi Denis-Courmont
f2466501a5
smooth: remove antilogy
11 years ago
Rémi Denis-Courmont
dfd9fc1c9c
sharpen: remove antilogy
Input picture to a filter is never NULL. And even if it were NULL, the
pointer is dereferenced earlier...
11 years ago
Rémi Denis-Courmont
81a081661a
alsa: fix potentially uninitialized value
11 years ago
Rémi Denis-Courmont
5043b4c818
lua: fix potentially uninitialized value
11 years ago
Felix Paul Kühne
935211ca09
chroma converter: add CVPixelBuffer to I420 converter
11 years ago
Felix Paul Kühne
6a06d1f422
iOS vout: add support for zero-copy rendering
11 years ago
Felix Paul Kühne
1bd9e72afe
generic opengl code: expose helper function
11 years ago
Felix Paul Kühne
6a9687195c
videotoolbox: request full range pixel format instead of video range
This provides broader details for luma and chroma (0-255 instead of 16-235 and respectively 1-255 instead of 16-240)
11 years ago
Felix Paul Kühne
bb27e69338
videotoolbox: add support for zero-copy rendering
11 years ago
Felix Paul Kühne
2bd1272b2a
core: add fake format for CVPixelBuffer
11 years ago
Francois Cartegnie
c14d76739b
freetype: only render visible bitmaps
and use limits to render underline/strikethrough correctly
11 years ago
Francois Cartegnie
f64051ad29
freetype: precompute line edges
11 years ago
Francois Cartegnie
e124678ed8
freetype: fix strikeout style corruption
11 years ago
Francois Cartegnie
1b7e0d986f
freetype: force font y alignment for gridmode
Line height is always set to max of the rendered glyphs height.
This causes 'dancing' lines because row height it never the
same, amplified by number of preceding empty rows.
11 years ago
Francois Cartegnie
c7479da1bc
packetizer: h264: rename NAL startcode escaping functions
11 years ago
Francois Cartegnie
0d3023803f
text_renderer: freetype: fix background alignment, try #2 ( fix #9949 )
or try #3 in fact :/
This reverts commit 0b6165af3b .
This reverts commit 24a593632a .
11 years ago
Thomas Guillem
f44100deac
h264_nal: fix h264_get_spspps
Don't end the NAL unit when we reach 0x000000. Refactor since we don't need to
parse separately the start and the end of the NAL unit anymore.
11 years ago
Jean-Baptiste Kempf
119d06b04c
Freetype: code cosmetics
11 years ago
Jean-Baptiste Kempf
a1a02efeb8
Freetype: regroup functions
11 years ago
Thomas Guillem
e09289ed80
avformat: add missing vlc_input_attachment_New() error handling
11 years ago
Thomas Guillem
99e85d0800
demux: mp4: add missing vlc_input_attachment_New() error handling
11 years ago
Thomas Guillem
32ac357611
taglib: add missing vlc_input_attachment_New() error handling
11 years ago
Thomas Guillem
0a0c6e7cf8
mkv: add missing vlc_input_attachment_New() error handling
11 years ago
Thomas Guillem
82381660fc
input: fix typo in vlc_attachment_New()
11 years ago
Francois Cartegnie
ac8dbda8b2
freetype: segment style must merge with current, not default
11 years ago