]> git.sesse.net Git - vlc/log
vlc
10 years agoavcodec/video.c: correct error message when vlc_va_Get() fails.
Jean-Paul Saman [Thu, 20 Jun 2013 09:17:22 +0000 (11:17 +0200)]
avcodec/video.c: correct error message when vlc_va_Get() fails.

When calling vlc_va_Get() failed inside ffmpeg_GetFrameBuf(), then
the error messages says "vaGrabSurface failed" however it should
say "vlc_va_Get failed". Since hw accelerators are called through a
vlc abstraction defined in va.h. It originated from libva (VAAPI),
but it includes VDPAU and DXVA2 now.

10 years agomjpeg : remove optional quotes from MIME boundary
Sébastien Escudier [Wed, 19 Jun 2013 20:43:49 +0000 (20:43 +0000)]
mjpeg : remove optional quotes from MIME boundary

10 years agoAdd yet another XDCAM fourCC
Jean-Baptiste Kempf [Wed, 19 Jun 2013 15:17:29 +0000 (17:17 +0200)]
Add yet another XDCAM fourCC

10 years agonsis: register x64 axvlc.dll properly
Rafaël Carré [Wed, 19 Jun 2013 12:30:45 +0000 (14:30 +0200)]
nsis: register x64 axvlc.dll properly

10 years agofr translation: fix ncurses strings broken in 6c316cc596
Rafaël Carré [Tue, 18 Jun 2013 21:36:26 +0000 (23:36 +0200)]
fr translation: fix ncurses strings broken in 6c316cc596

10 years agomacosx: add visual markers for 100% of the volume (refs #8628)
Felix Paul Kühne [Tue, 18 Jun 2013 19:30:08 +0000 (21:30 +0200)]
macosx: add visual markers for 100% of the volume (refs #8628)

10 years agolivehttp: try to follow draft 11 section 6.2.2
Ilkka Ollakka [Tue, 18 Jun 2013 19:07:30 +0000 (22:07 +0300)]
livehttp: try to follow draft 11 section 6.2.2

Keep atleast 3 * seglen amount of segments in playlist if possible.
This will cause playlist to increase sometimes over i_numseg, but it
follows the draft better.

10 years agotranscode: use 1000 as frame rate base and don't try to do any rounding
Ilkka Ollakka [Tue, 11 Jun 2013 16:44:01 +0000 (19:44 +0300)]
transcode: use 1000 as frame rate base and don't try to do any rounding

10 years agolivehttp: check opendts to be lowest dts available
Ilkka Ollakka [Wed, 5 Jun 2013 13:24:19 +0000 (16:24 +0300)]
livehttp: check opendts to be lowest dts available

10 years agolivehttp: try to comply draft 11 section 6.2.2 for how long to keep segments around...
Ilkka Ollakka [Wed, 5 Jun 2013 11:00:55 +0000 (14:00 +0300)]
livehttp: try to comply draft 11 section 6.2.2 for how long to keep segments around in sliding window

10 years agoAvcodec: disable multi-threading for MPEG-4 Video
Jean-Baptiste Kempf [Tue, 18 Jun 2013 09:10:26 +0000 (11:10 +0200)]
Avcodec: disable multi-threading for MPEG-4 Video

This seems buggy in libavcodec

Close #8486

10 years agoauhal: fix wrong analog 5.1 channel ordering (close #8589)
David Fuhrmann [Tue, 18 Jun 2013 06:59:46 +0000 (08:59 +0200)]
auhal: fix wrong analog 5.1 channel ordering (close #8589)

10 years agoQt: fix Win32 MOC breakage
Jean-Baptiste Kempf [Mon, 17 Jun 2013 21:04:32 +0000 (23:04 +0200)]
Qt: fix Win32 MOC breakage

Introduced by WIN32 -> _WIN32 probably

Close #8804

10 years agoQt: InputManager: Split playback state change and item change
Francois Cartegnie [Mon, 17 Jun 2013 21:01:24 +0000 (23:01 +0200)]
Qt: InputManager: Split playback state change and item change

Close #8510

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agomp4: be more restrictive for samplerate
Jean-Baptiste Kempf [Mon, 17 Jun 2013 20:55:03 +0000 (22:55 +0200)]
mp4: be more restrictive for samplerate

Close #8787

10 years agoUpdate gitignore for automake 1.13
Rémi Denis-Courmont [Mon, 17 Jun 2013 18:12:35 +0000 (21:12 +0300)]
Update gitignore for automake 1.13

10 years agov4l2: respect line pitch specified by the device driver (fixes #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:43:17 +0000 (18:43 +0300)]
v4l2: respect line pitch specified by the device driver (fixes #8802)

10 years agov4l2: add per-codec bytes per pixel in codec table (refs #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:42:38 +0000 (18:42 +0300)]
v4l2: add per-codec bytes per pixel in codec table (refs #8802)

10 years agorawvideo: deal with visible width/height (refs #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:40:44 +0000 (18:40 +0300)]
rawvideo: deal with visible width/height (refs #8802)

So far rawvideo assumed that the full pitch was part of the picture.

10 years agoLua: intf: fix cancellation handling
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:39:48 +0000 (17:39 +0300)]
Lua: intf: fix cancellation handling

The target thread has no defined cancellation points, so simply remove
the vlc_cancel() call. (Adding vlc_savecancel() would work to the same
effects, but with extra code.)

10 years agoLua: CLI: exit cleanly
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:39:02 +0000 (17:39 +0300)]
Lua: CLI: exit cleanly

10 years agoLua: extension: fix inverted cancellation logic
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:21:23 +0000 (17:21 +0300)]
Lua: extension: fix inverted cancellation logic

The cancellation-safe section was protected instead of the
cancellation-unsafe section.

10 years agoLua: extension: reindent
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:18:04 +0000 (17:18 +0300)]
Lua: extension: reindent

10 years agoLua: extension: simplify command dequeuing
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:13:12 +0000 (17:13 +0300)]
Lua: extension: simplify command dequeuing

10 years agovlc_UrlParse: end username at the last @ rather than the first
Rémi Denis-Courmont [Sun, 16 Jun 2013 12:11:03 +0000 (15:11 +0300)]
vlc_UrlParse: end username at the last @ rather than the first

This fixes the corner where the username or the password contains @
(although encoding would probably be a better idea).

10 years agopulse: use libvlc-provisioned application infos (fixes #8706)
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:12:06 +0000 (11:12 +0300)]
pulse: use libvlc-provisioned application infos (fixes #8706)

10 years agovlc: use libvlc_set_app_id()
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:11:55 +0000 (11:11 +0300)]
vlc: use libvlc_set_app_id()

10 years agolib: add libvlc_set_app_id() to complement libvlc_set_user_agent()
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:11:22 +0000 (11:11 +0300)]
lib: add libvlc_set_app_id() to complement libvlc_set_user_agent()

10 years agolib: fix wrong user-agent and http-user-agent values at start
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:29:22 +0000 (11:29 +0300)]
lib: fix wrong user-agent and http-user-agent values at start

VLC main() initializes the values too late for interfaces and playlist.

10 years agoavcodec: option name is avcodec-hw
Rémi Denis-Courmont [Sat, 15 Jun 2013 19:00:43 +0000 (22:00 +0300)]
avcodec: option name is avcodec-hw

10 years agoXCB/XVideo: create window directly with correct position and dimensions
Rémi Denis-Courmont [Sat, 15 Jun 2013 18:22:34 +0000 (21:22 +0300)]
XCB/XVideo: create window directly with correct position and dimensions

10 years agodtv: ignore SEC errors
Rémi Denis-Courmont [Sat, 15 Jun 2013 17:45:37 +0000 (20:45 +0300)]
dtv: ignore SEC errors

This should fix ISDB-S tuning.

10 years agoQt: fix layout resizing
Ludovic Fauvet [Fri, 14 Jun 2013 19:06:52 +0000 (21:06 +0200)]
Qt: fix layout resizing

10 years agoQt: missing white space between the host and build date
Ludovic Fauvet [Fri, 14 Jun 2013 13:25:57 +0000 (15:25 +0200)]
Qt: missing white space between the host and build date

10 years agoQt: style the about dialog scrollbars
Ludovic Fauvet [Fri, 14 Jun 2013 10:50:11 +0000 (12:50 +0200)]
Qt: style the about dialog scrollbars

10 years agoQt: remove duplicate background-color
Ludovic Fauvet [Fri, 14 Jun 2013 10:48:08 +0000 (12:48 +0200)]
Qt: remove duplicate background-color

10 years agoXCB: split picture (X11/XV) and events (all) header
Rémi Denis-Courmont [Thu, 13 Jun 2013 18:35:53 +0000 (21:35 +0300)]
XCB: split picture (X11/XV) and events (all) header

This fixes namespace pollution of picture_sys_t.

10 years agopicture: deduplicate some code
Rémi Denis-Courmont [Thu, 13 Jun 2013 18:20:14 +0000 (21:20 +0300)]
picture: deduplicate some code

10 years agomacosx: update todo comment
David Fuhrmann [Wed, 12 Jun 2013 18:47:19 +0000 (20:47 +0200)]
macosx: update todo comment

10 years agomacosx: fix start in fullscreen (fixes #8770)
David Fuhrmann [Wed, 12 Jun 2013 18:42:18 +0000 (20:42 +0200)]
macosx: fix start in fullscreen (fixes #8770)

10 years agomacosx: fix execution on 10.6
David Fuhrmann [Wed, 12 Jun 2013 16:46:06 +0000 (18:46 +0200)]
macosx: fix execution on 10.6

10 years agodo not link macosx interface with AVFoundation
David Fuhrmann [Wed, 12 Jun 2013 16:44:12 +0000 (18:44 +0200)]
do not link macosx interface with AVFoundation

This is not needed, and it breaks execution on 10.6 when binary
is compiled on >= 10.7.

10 years agomacosx: fix resize to old size when finishing from fullscreen mode
David Fuhrmann [Wed, 12 Jun 2013 16:43:11 +0000 (18:43 +0200)]
macosx: fix resize to old size when finishing from fullscreen mode

10 years agoavcodec: simplification
Rémi Denis-Courmont [Wed, 12 Jun 2013 17:26:00 +0000 (20:26 +0300)]
avcodec: simplification

10 years agoavcodec: fix end-of-stream handling (fixes #8792) and factor code
Rémi Denis-Courmont [Wed, 12 Jun 2013 17:23:56 +0000 (20:23 +0300)]
avcodec: fix end-of-stream handling (fixes #8792) and factor code

10 years agoavcodec: missing error handling (refs #8792)
Rémi Denis-Courmont [Wed, 12 Jun 2013 17:22:54 +0000 (20:22 +0300)]
avcodec: missing error handling (refs #8792)

10 years agov4l2: fix uninitialized value
Rémi Denis-Courmont [Wed, 12 Jun 2013 16:59:31 +0000 (19:59 +0300)]
v4l2: fix uninitialized value

10 years agoQt: ToolbarEditDialog: show tooltip on widgets list
Francois Cartegnie [Wed, 12 Jun 2013 11:56:39 +0000 (13:56 +0200)]
Qt: ToolbarEditDialog: show tooltip on widgets list

10 years agoUpdate NEWS, LIST, POTFILES and minor change for QSV.
Jean-Baptiste Kempf [Wed, 12 Jun 2013 11:02:19 +0000 (13:02 +0200)]
Update NEWS, LIST, POTFILES and minor change for QSV.

10 years agoqsv: simplify busy loop
Rafaël Carré [Wed, 12 Jun 2013 10:56:57 +0000 (12:56 +0200)]
qsv: simplify busy loop

10 years agoAdds Intel QuickSync Video encoder
Julien 'Lta' BALLET [Mon, 10 Jun 2013 12:41:05 +0000 (14:41 +0200)]
Adds Intel QuickSync Video encoder

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoImprove performance of zvbi subtitles
Finn Hughes [Tue, 11 Jun 2013 16:30:51 +0000 (17:30 +0100)]
Improve performance of zvbi subtitles

Ignore wholly translucent rows at the top and bottom of the subtitle page

Only create an overlay large enough for the remaining rows and only only ask
zvbi to render those rows.

One happy side effect is that now --vbi-text no longer outputs header text
for some teletext streams (although --vbi-text is still unusable imho).

Reducing the size of the overlay allows stutter free playback of teletext
subtitles on significantly slower hardware.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agodeinterlace: add basic support for YUY2 and NV12 (fixes #2206)
Rémi Denis-Courmont [Tue, 11 Jun 2013 20:14:30 +0000 (23:14 +0300)]
deinterlace: add basic support for YUY2 and NV12 (fixes #2206)

10 years agodeinterlace: privatize two functions
Rémi Denis-Courmont [Tue, 11 Jun 2013 20:10:38 +0000 (23:10 +0300)]
deinterlace: privatize two functions

10 years agodeinterlace: simplify initialization
Rémi Denis-Courmont [Tue, 11 Jun 2013 19:18:10 +0000 (22:18 +0300)]
deinterlace: simplify initialization

10 years agov4l2: missing white space
Rémi Denis-Courmont [Tue, 11 Jun 2013 20:17:47 +0000 (23:17 +0300)]
v4l2: missing white space

10 years agoSet up the encoder after the transcode filter chain
Steinar H. Gunderson [Sat, 8 Jun 2013 21:11:16 +0000 (23:11 +0200)]
Set up the encoder after the transcode filter chain

The filter chain can change the format (in particular by changing
colorspace, or by deinterlacing to twice the frame rate), so wait with
initializing the encoder format until the filter chain has been set up.

It might be that the encoder itself demands format changes, e.g. due to
chroma demands or to make the resolution divisible by 16, but we can add
that extra filter to the end of the filter chain after the encoder
parameters have been set up.

Also fix a bug where we'd leak the filter chain when changing it during
the encode.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoIn video transcode, use the correct format for calculations
Steinar H. Gunderson [Sat, 8 Jun 2013 21:07:48 +0000 (23:07 +0200)]
In video transcode, use the correct format for calculations

The current code doesn't properly take into account that filters
can change the format (including the frame rate) from that of the
decoder's output, and thus uncritically use the decoder's output
format where it should use the output of the decoder -> filter
-> user_filter chain.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoMake the video transcoder support filter chains that output multiple frames
Steinar H. Gunderson [Sat, 8 Jun 2013 21:01:12 +0000 (23:01 +0200)]
Make the video transcoder support filter chains that output multiple frames

In the video transcoder, call the filters as many times as needed
(second and following time with NULL input) until they stop outputting
frames. This means that frame-doubling filters, such as the yadif2x
deinterlacer, get all their frames output.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoIn transcoding, move frame output into its own function
Steinar H. Gunderson [Sat, 8 Jun 2013 20:56:07 +0000 (22:56 +0200)]
In transcoding, move frame output into its own function

This function was already getting very long and complex,
and we'll soon be moving it into two more for loops.

This also fixes a bug where output packets from the
encoder thread (with --sout-transcode-threads larger than zero)
could get lost, since we could extract the output blocks twice
and thus overwrite the output parameter.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoFix frame rate output from deinterlacer
Steinar H. Gunderson [Sat, 8 Jun 2013 20:41:07 +0000 (22:41 +0200)]
Fix frame rate output from deinterlacer

In the deinterlacer module, when b_double_rate is set, actually
double the frame rate in the output format.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoQt: OpenFile: Use QGroupBox for subs.
Francois Cartegnie [Tue, 11 Jun 2013 17:49:17 +0000 (19:49 +0200)]
Qt: OpenFile: Use QGroupBox for subs.

And don't make use of confusing raised QFrame panels.

10 years agoQt: ConvertDialog: rewrite logic
Francois Cartegnie [Tue, 11 Jun 2013 17:35:01 +0000 (19:35 +0200)]
Qt: ConvertDialog: rewrite logic

10 years agoQt: ConvertDialog: Don't enforce extension on raw dump
Francois Cartegnie [Tue, 11 Jun 2013 16:49:31 +0000 (18:49 +0200)]
Qt: ConvertDialog: Don't enforce extension on raw dump

10 years agovdpau: fallback to NV12 if YV12 is unsupported (fixes #8495)
Rémi Denis-Courmont [Tue, 11 Jun 2013 17:08:39 +0000 (20:08 +0300)]
vdpau: fallback to NV12 if YV12 is unsupported (fixes #8495)

10 years agoavcodec: adjust MT contention scope
Rémi Denis-Courmont [Tue, 11 Jun 2013 16:42:17 +0000 (19:42 +0300)]
avcodec: adjust MT contention scope

10 years agoavcodec: unused variable
Rémi Denis-Courmont [Tue, 11 Jun 2013 16:19:52 +0000 (19:19 +0300)]
avcodec: unused variable

10 years agoContribs: FLAC 1.3.0 is out
Jean-Baptiste Kempf [Tue, 11 Jun 2013 15:42:22 +0000 (17:42 +0200)]
Contribs: FLAC 1.3.0 is out

10 years agolibvlc_media_new_path: allow UNC paths
Rémi Denis-Courmont [Mon, 10 Jun 2013 19:15:45 +0000 (22:15 +0300)]
libvlc_media_new_path: allow UNC paths

10 years agoAvcodec: Map G2M4 FourCC
Jean-Baptiste Kempf [Tue, 11 Jun 2013 10:39:00 +0000 (12:39 +0200)]
Avcodec: Map G2M4 FourCC

10 years agoAdd GoToMeeting FOURCC
Jean-Baptiste Kempf [Tue, 11 Jun 2013 10:35:52 +0000 (12:35 +0200)]
Add GoToMeeting FOURCC

10 years agofreetype: fix memory leak
Rémi Denis-Courmont [Mon, 10 Jun 2013 18:25:10 +0000 (21:25 +0300)]
freetype: fix memory leak

10 years agofreetype: fix double free
Rémi Denis-Courmont [Mon, 10 Jun 2013 18:24:55 +0000 (21:24 +0300)]
freetype: fix double free

10 years agoRevert "contrib: ffmpeg: disable non-h264 hwaccels (fixes #8537)"
Rémi Denis-Courmont [Mon, 10 Jun 2013 17:40:08 +0000 (20:40 +0300)]
Revert "contrib: ffmpeg: disable non-h264 hwaccels (fixes #8537)"

This reverts commit c16bc980cbf1e3b8d3cac2f35f584d8b5b83fa5b.
This is no longer applicable with current libav HEAD.

10 years agodtv: fix ISDB-S tuning
Takahito HIRANO [Mon, 10 Jun 2013 16:36:23 +0000 (19:36 +0300)]
dtv: fix ISDB-S tuning

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agowin32: explicitely enable NLS
Rafaël Carré [Mon, 10 Jun 2013 09:23:10 +0000 (11:23 +0200)]
win32: explicitely enable NLS

10 years agoextras/tools: use another gas-pp fork fixing mp1/2/3 decoding on iOS on ARM
Felix Paul Kühne [Tue, 28 May 2013 12:22:02 +0000 (14:22 +0200)]
extras/tools: use another gas-pp fork fixing mp1/2/3 decoding on iOS on ARM

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoglx: do not pretend that the video window was resized (refs #8696)
Rémi Denis-Courmont [Sat, 8 Jun 2013 18:06:19 +0000 (21:06 +0300)]
glx: do not pretend that the video window was resized (refs #8696)

10 years agoxvideo: do not pretend that the video window was resized (refs #8696)
Rémi Denis-Courmont [Sat, 8 Jun 2013 18:04:29 +0000 (21:04 +0300)]
xvideo: do not pretend that the video window was resized (refs #8696)

10 years agox11: do not pretend that the video window was resized (refs #8696)
Rémi Denis-Courmont [Sat, 8 Jun 2013 18:00:05 +0000 (21:00 +0300)]
x11: do not pretend that the video window was resized (refs #8696)

If the core requests a change of the size of the video window, and
the display plugin returns success, the display configuration stored in
the core goes out of synchronization with the X11 server. This results
in incorrect video placement.

Since it cannot be known if resize will succeed or not (at least not
without patching all window provider plugins to block and cross-check),
just return an error.

10 years agoxcb: remove unused parameter
Rémi Denis-Courmont [Sat, 8 Jun 2013 17:16:32 +0000 (20:16 +0300)]
xcb: remove unused parameter

10 years agoGLX: create window with same depth and visual as root
Rémi Denis-Courmont [Sat, 8 Jun 2013 17:13:34 +0000 (20:13 +0300)]
GLX: create window with same depth and visual as root

...rather than the parent window. This should work better if the parent
window is transparent or has whatever other unusual property. Also pass
a proper visual ID.

10 years agoxcb: clean up non-static function names
Rémi Denis-Courmont [Sat, 8 Jun 2013 16:58:27 +0000 (19:58 +0300)]
xcb: clean up non-static function names

10 years agoopensles: fix mismatch object lifecycle between open/close and start/stop
Rafaël Carré [Sat, 8 Jun 2013 11:16:44 +0000 (13:16 +0200)]
opensles: fix mismatch object lifecycle between open/close and start/stop

Refs: #8579

10 years agoopensles: do not set volume if aout start failed
Rafaël Carré [Sat, 8 Jun 2013 11:08:49 +0000 (13:08 +0200)]
opensles: do not set volume if aout start failed

Close: #8579

10 years agoDecklink access: set physical channels config
Rafaël Carré [Thu, 6 Jun 2013 11:41:37 +0000 (13:41 +0200)]
Decklink access: set physical channels config

10 years agomacosx: move fullscreen-related method to VideoWindowCommon class
David Fuhrmann [Thu, 6 Jun 2013 19:05:55 +0000 (21:05 +0200)]
macosx: move fullscreen-related method to VideoWindowCommon class

No functional changes, code is still inactive

10 years agomacosx: add missing retains when exchanging views
David Fuhrmann [Thu, 6 Jun 2013 19:04:18 +0000 (21:04 +0200)]
macosx: add missing retains when exchanging views

10 years agomacosx: remove recursive lock from fullscreen animation
David Fuhrmann [Wed, 5 Jun 2013 09:53:22 +0000 (11:53 +0200)]
macosx: remove recursive lock from fullscreen animation

This code is needless and had no effect for the last five years, already.

10 years agomacosx: try to correctly hide fspanel
David Fuhrmann [Sun, 2 Jun 2013 10:00:18 +0000 (12:00 +0200)]
macosx: try to correctly hide fspanel

hopefully fixes #8489

10 years agoNewer pot file
Christoph Miebach [Thu, 6 Jun 2013 15:44:11 +0000 (17:44 +0200)]
Newer pot file

10 years agoavcodec: support private options
Rafaël Carré [Wed, 5 Jun 2013 13:14:59 +0000 (15:14 +0200)]
avcodec: support private options

Usage:
--avcodec-options='{lowres=3,foobar=baz}'
--sout-avcodec-options='{threads=42}'

For now the decoder options are global, they apply to audio/video/subtitles decoder.
encoder options can be set in the sout chain, specific to each ES

10 years agolua http: make string easier to translate
Rafaël Carré [Thu, 6 Jun 2013 11:40:55 +0000 (13:40 +0200)]
lua http: make string easier to translate

10 years agoUse _WIN32 rather than WIN32 (same for WIN64)
Rafaël Carré [Wed, 5 Jun 2013 13:41:18 +0000 (15:41 +0200)]
Use _WIN32 rather than WIN32 (same for WIN64)

http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.

gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.

10 years agol10n: Czech update
Tomáš Chvátal [Wed, 5 Jun 2013 12:22:59 +0000 (14:22 +0200)]
l10n: Czech update

Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
10 years agopo: correct Qt4 Ctrl+{H,L} translations
Rémi Denis-Courmont [Mon, 27 May 2013 15:58:40 +0000 (18:58 +0300)]
po: correct Qt4 Ctrl+{H,L} translations

(This should maybe not be marked for translation at all. Only Russian
defines it to something different than Ctrl+{H,L}.)

Adding whitespaces or translating "Ctrl" breaks Qt4 internals.

10 years agosgimb: use after free (fixes #8724)
Rémi Denis-Courmont [Tue, 4 Jun 2013 20:44:13 +0000 (23:44 +0300)]
sgimb: use after free (fixes #8724)

10 years agofaad decoder: fix decoding with some samples
Rafaël Carré [Tue, 4 Jun 2013 12:45:16 +0000 (14:45 +0200)]
faad decoder: fix decoding with some samples

10 years agoTS mux: use DTS if PTS is not available
Rafaël Carré [Fri, 31 May 2013 10:49:22 +0000 (12:49 +0200)]
TS mux: use DTS if PTS is not available

Ensure video can be decoded by VLC

10 years agoavcodec encoder: disable multithreading
Rafaël Carré [Tue, 28 May 2013 09:29:07 +0000 (11:29 +0200)]
avcodec encoder: disable multithreading

More work is needed before we can support it
Close #8544