Yuval Tze
9d86e0b645
Refactor: rename "sub-filter" to "sub-source" this includes capability, functions, constants, user messages and command line parameter.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Konstantin Pavlov
db4b639b8f
AVFormat demux: Ask for artist metadata tag instead of author.
Suggested-by: elenril on #libav-devel
15 years ago
Konstantin Pavlov
c7255099d7
AVFormat mux: Don't use too new av_guess_format on older ffmpeg.
15 years ago
Laurent Aimar
5aab520dbd
Fixed blending on YV12 pictures.
15 years ago
Laurent Aimar
212d833ce5
Simplified libass decoder as we are now requiring a reentrant version.
It also fixes a potential bug (fonts not always loeaded) on input changes.
15 years ago
Laurent Aimar
0202d37d15
Required libass 0.9.8
15 years ago
Laurent Aimar
5546a96be4
Render SSA subtitles at the size it is blended.
15 years ago
Ludovic Fauvet
e298e62a38
lua: add pluzz to the Makefile.am
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
15 years ago
Konstantin Pavlov
608bafb035
UPNP: Coding style fixes
15 years ago
Konstantin Pavlov
caeee6e25e
UPNP: Add some debug messages.
15 years ago
Konstantin Pavlov
76b349a3d8
UPNP: When removing server, also remove it from SD listings
15 years ago
Konstantin Pavlov
506a4fc4cc
UPNP: Add Austin's comment on how to really fix the "duplicating" bug
15 years ago
Konstantin Pavlov
4308323da5
Update av* code to use new APIs after Libav Big Bump.
Tested on current libav and ffmpeg @ 25846 svn revision playback only.
No need to bump current lavc/lavf requirements (52.25.0 and 52.45.0), as
all the "new" functions used arrived earlier than abovementioned
versions were published.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
2f918cf734
lua: fix an argument validation error
According to the documentation, strings.from_charset expects two
arguments, not three.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Juha Jeronen
b48b2a5cda
IVTC trivial fixes 2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
f7c77e92cf
lua: add pluzz.fr parser
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Juha Jeronen
99bc1b4700
IVTC trivial fixes 1
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Paul Saman
960d8fcd3a
stream_output/select.c: explicitly select an ES
Add option to select stream_output module to enable an es by default
15 years ago
Dominique Martinet
0c62ee1685
contribs: libvpx's configure doesn't a --target= for linux
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Dominique Martinet
f520802bc2
contribs: libraw1394, why both --prefix and DESTDIR?
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Dominique Martinet
9ce03119c3
contribs: add our install prefix to LD_LIBRARY_PATH because some configures (speex) checks if it can run a test program linked against it
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Thierry Reding
293ed14d65
V4L2: Set standard prior to tuner frequency.
Some V4L2 devices (e.g. Hauppauge EXETER boards) compute the tuner
frequency depending on the configured standard, so the standard needs to
be set first.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Andreas Schlick
3311fb1266
Qt4: Tell the window manager to keep the fullscreen controller window on top.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
06ac7b773e
ALSA: only try S/PDIF default device if "spdif" is enabled
Otherwise, use the normal default device even if the audio input format
is non-linear (VLC does A/52, DTS and MPGA to linear decoding as audio
filter rather than decoder).
15 years ago
Jean-Baptiste Kempf
3fb5c74cc2
Qt, reorder options and deprecate "opendialog-advanced"
15 years ago
Jean-Baptiste Kempf
77bcf64b01
Qt, controller: put all buttons in QHBoxLayouts
This will be needed for special styling
15 years ago
Jean-Baptiste Kempf
33b0d9dd7e
Qt, controller: cleaning
15 years ago
Jean-Baptiste Kempf
1d288ae6d2
Qt: cosmetics
15 years ago
Jean-Baptiste Kempf
546624ccfd
Contribs: update GnuTLS to 2.12.2
FYI: GnuTLS seems to have moved beyond libgcrypt and uses libnettle now...
15 years ago
Jean-Baptiste Kempf
d2ab85d10e
Contribs: update orc
15 years ago
Jean-Baptiste Kempf
a7e4359779
Contribs: update libtiff to 3.9.5
15 years ago
Felix Paul Kühne
371b0ddd9c
macosx: reworked the about dialog
added used CC, added text operations on psz_authors to keep scrolling times reasonable and fixed a scrolling bug
15 years ago
Dominique Martinet
6a4e3d34da
contribs: bootstrap creates the toolchain.cmake file even if $TARGET == $BUILD, mpcdec wants it anyway
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Dominique Martinet
a709408a7d
contribs: goom2k4 wants to install stuff outside of our prefix...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
6f798af994
NEWS: IVTC
15 years ago
Jean-Baptiste Kempf
4bcff2d260
Qt: file forgotten in previous commit
Sorry.
15 years ago
Jean-Baptiste Kempf
d153b6764e
Qt: remove the cone slider joke resource
15 years ago
Ludovic Fauvet
094d50f787
Qt4: add some comments
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
b00fb1c3f5
Qt4: cosmectics
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
1f2eb8199b
Qt4: fix position updates while sliding
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
2977616bda
Qt4: Reduce the margin since the handler is now much smaller
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
c1f0dae2cb
Qt4: fix a value error in the seek slider
The slider position was computed using the width of the whole
widget instead of the ajusted rectangle which caused a drawing at a
negative position.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
e50346b149
Qt4: change the handle size and color
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Ludovic Fauvet
b6438f79f9
Qt4: improve the seek slider design with a light 3D effect
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
05aaabebe2
Fortune
15 years ago
Hugo Beauzée-Luyssen
b3a2940960
qt4: complete preferences: QList is a more appropriate container for this.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Hugo Beauzée-Luyssen
b2d3742684
qt4: preferences_widgets: Simplifications
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Hugo Beauzée-Luyssen
3aecc75331
qt4: preferences_widgets: Remove useless empty DTOR
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Hugo Beauzée-Luyssen
25d716307a
qt4: preferences_widget: Adding some 'const'
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Hugo Beauzée-Luyssen
6af2a7d12e
qt4: preferences_widget: Removing useless attribute.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago