Rémi Denis-Courmont
8d3bd45fdf
vdpau: helper library for VDPAU and VDPAU-X11 function calls
This provides a more traditional set of library function calls than the
VDPAU specification defines. Furthermore, this has libvdpau.so as a
conditional run-time linking dependency.
Note that this requires libvdpau 0.6 or later (0.4.1-8 on Debian) at
run-time due to a bug in libvdpau versions 0.4 through 0.5.
13 years ago
Rémi Denis-Courmont
10fe48b737
configure: look for libvdpau regardless of libavcodec
This uncomments the configure checks for HAVE_VDPAU. That way VDPAU can
be used even if libavcodec is missing or old.
13 years ago
Rémi Denis-Courmont
9d29844fd1
modules: move Modules.am stuff to genmf
This way, common.am can be included also in directories without a
Modules.am file.
13 years ago
Rémi Denis-Courmont
decf8e46e9
Lua: do not allocate useless pipe on Win32
13 years ago
Rémi Denis-Courmont
deb38e43ec
Lua: disable net.(poll|read|write) on Windows and document
These functions assume that sockets are file descriptors, never worked
properly on Windows. See also 3841c08590 .
13 years ago
Rémi Denis-Courmont
b4341b05c9
avcodec: add dummy hardware decoding plugin
13 years ago
Felix Paul Kühne
1cd0908c86
contribs: unbreak libxml compilation on Darwin
13 years ago
Felix Paul Kühne
b78ee38b0b
contribs: remove memalign hack on Darwin
13 years ago
Rémi Denis-Courmont
46d374939d
Update meta data
13 years ago
Rémi Denis-Courmont
36a00fd73b
picture: add assertion against double free
13 years ago
Rafaël Carré
700557570a
contrib: freetype: fix installation
13 years ago
Mark Lee
b64f5e0bad
libvlc: add API to control display of the video title
13 years ago
Rémi Denis-Courmont
3e454fd4c5
ogg mux: fix format warning
13 years ago
Jean-Baptiste Kempf
6e271d8b58
Contribs: update Opus to 1.0.2
13 years ago
Jean-Baptiste Kempf
82538265db
Contribs: update zlib to 1.2.8
13 years ago
Jean-Baptiste Kempf
1d13515cc4
Contribs: update png to 1.5.17
13 years ago
Jean-Baptiste Kempf
844061db4d
Contrib: update libxml2 to 2.9.1
13 years ago
Jean-Baptiste Kempf
8545fb22a7
Contribs: update GNUTls to 3.1.12
13 years ago
Jean-Baptiste Kempf
6601c27116
Contribs: update gcrypt to 1.5.2
13 years ago
Jean-Baptiste Kempf
9a147f4395
Contribs: update gpg-error to 1.12
13 years ago
Jean-Baptiste Kempf
47fbc1bb83
Contribs: update GME to 0.6.0
13 years ago
Felix Paul Kühne
e7273e3a78
Revert "src: fix crash in getaddrinfo due to bugs in the OSX runtime"
This reverts commit db8ff4e3b1 .
13 years ago
Felix Paul Kühne
4d7465b45d
lua: fix self-introduced leak
refs b2cce4d84
13 years ago
Felix Paul Kühne
72d73d6cae
contrib: update freetype to 2.4.12
13 years ago
Felix Paul Kühne
db8ff4e3b1
src: fix crash in getaddrinfo due to bugs in the OSX runtime
13 years ago
Jean-Baptiste Kempf
4b238dc714
Contribs: update libmatroska to 1.4.0
13 years ago
Jean-Baptiste Kempf
e51d1b5057
Contribs: libebml, update to 1.3.0
13 years ago
Jean-Baptiste Kempf
a3022ae9b3
Contribs: update orc to 0.4.17
13 years ago
Jean-Baptiste Kempf
4dea7edb18
Contribs: update Ogg to 1.3.1
13 years ago
Felix Paul Kühne
7ee04e37aa
vda: fix potential crash on empty buffer
13 years ago
Felix Paul Kühne
4e79526324
qtsound: fix crash when freeing memory
13 years ago
Tristan Matthews
2428c90cbb
flac: add warning message for decoder error 3
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Rémi Denis-Courmont
19c1624750
avcodec: fix deadlock when flusing ( fixes #8901 )
avcodec_flush_buffers() may get or release frame buffers.
See also EndVideoDec().
13 years ago
Felix Paul Kühne
261d8a3343
macosx: fix rendering issue in the about panel when running in non-Western locales
13 years ago
Rafaël Carré
e7d57cfd2b
NEWS: version typo
13 years ago
Rémi Denis-Courmont
0be7b45d34
vout: remove the dummy display pool
With the previous commit, the vout wrapper's display pool is no longer
used ever if direct rendering is not in use. Removing it saves one
picture buffer.
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Rémi Denis-Courmont
39da8edda3
vout: avoid picture copy when decoder and output format do not match
When the decoder output and the display video formats are different,
the picture copy comes for "free" during the conversion from the
earlier format to the latter one. So do not bother with copying the
picture before the conversion.
The straight copy is still required however in the case that the video
formats are identical but the display pool is inadequate (too few
pictures, slow memory bus...).
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Felix Paul Kühne
29d00aef35
macosx: fix crash when parsing incorrect debug logs
13 years ago
Felix Paul Kühne
04b45e8ffd
macosx: fix conditional crash when setting the MRL field
13 years ago
Rémi Denis-Courmont
227f5875ca
vout: remove tautology
todisplay cannot be NULL there since its two possible values are
checked already.
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Rémi Denis-Courmont
18151198b7
Revert "vdr: force MPEG-TS demuxer"
This reverts commit d81003671d .
13 years ago
Rémi Denis-Courmont
df0965badb
modules: MODULE_NAME is only used for static modules
13 years ago
Jean-Baptiste Kempf
54ebf52a8f
Configure: enharden the check for luac 32bits
It could be a problem if one had no contribs, but /lib/liblua.a was
present
13 years ago
Rafaël Carré
cc96cb8509
contrib: bump qt4 to 4.8.5
13 years ago
Timo Rothenpieler
dc4b64c97b
Make vaapi decoder compatible with latest libva changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Rafaël Carré
10ee7ff483
contrib: fix windows builds for gnulib
_set_invalid_parameter_handler is now usable in recent versions of mingw-w64
13 years ago
Jean-Baptiste Kempf
7c56e272ae
On the road to 2.2.0
13 years ago
Rafaël Carré
ac636adefd
flac: fix decoding samples with too large extradata
Only use the first 34 or 42 bytes (streaminfo block)
Sample:
0109c7dd02be4e673824fe156bc4cb66 [UTW-THORA] Evangelion 3.33 You Can (Not) Redo [BD][1080p,x264,flac][F2060CF5] sample.mka
13 years ago
Elodie Thomann
d00e6403c8
Fix bad type for stream index
Signed-off-by: Rafaël Carré <funman@videolan.org>
13 years ago
Felix Paul Kühne
b2cce4d84b
lua: fix crash introduced in 18c00a386 if a newly added input doesn't have a parent ( close #8869 )
13 years ago