]> git.sesse.net Git - vlc/log
vlc
10 years agoauhal: always do a final format check in stream change function
David Fuhrmann [Sat, 22 Mar 2014 13:06:20 +0000 (14:06 +0100)]
auhal: always do a final format check in stream change function

10 years agocontrib/jpeg: use our own hosting since their servers blocks downloads with curl...
Felix Paul Kühne [Sat, 22 Mar 2014 14:36:01 +0000 (15:36 +0100)]
contrib/jpeg: use our own hosting since their servers blocks downloads with curl (close #11048)

wget and mainstream web browsers are not affected.

10 years agoheadphone: fix memory allocation
Ilkka Ollakka [Sat, 22 Mar 2014 11:51:56 +0000 (13:51 +0200)]
headphone: fix memory allocation

Don't just set i_buffer to higher than it was with allocation.

could Ref #10445

10 years agoAdd version guards on avutil for AV_PIX_FMT_GBRP
Jean-Baptiste Kempf [Sat, 22 Mar 2014 11:28:37 +0000 (12:28 +0100)]
Add version guards on avutil for AV_PIX_FMT_GBRP

10 years agotranscode: add parameter limits for audio
Ilkka Ollakka [Sat, 22 Mar 2014 07:46:08 +0000 (09:46 +0200)]
transcode: add parameter limits for audio

10 years agotranscode: handle fps conversion in one point
Ilkka Ollakka [Sat, 22 Mar 2014 07:24:43 +0000 (09:24 +0200)]
transcode: handle fps conversion in one point

We might not have proper framerate info yet at this point

10 years agotranscode: obsolete audio-sync
Ilkka Ollakka [Sat, 22 Mar 2014 07:18:25 +0000 (09:18 +0200)]
transcode: obsolete audio-sync

10 years agodemux: mp4: don't seek on current position
Francois Cartegnie [Wed, 19 Mar 2014 06:16:58 +0000 (07:16 +0100)]
demux: mp4: don't seek on current position

10 years agodemux: mp4: don't read jumbo chunks at once (fix #7150)
Francois Cartegnie [Wed, 19 Mar 2014 06:05:44 +0000 (07:05 +0100)]
demux: mp4: don't read jumbo chunks at once (fix #7150)

and increases times to match data actually read.
Also fixes vorbis in mp4 playback
http://streams.videolan.org/samples/MPEG-4/vorbis-in-mp4/

10 years agodemux: flac: use CLOCK_FREQ
Tristan Matthews [Fri, 21 Mar 2014 15:28:37 +0000 (11:28 -0400)]
demux: flac: use CLOCK_FREQ

10 years agofdkaac: set i_nb_samples for output blocks
Ilkka Ollakka [Fri, 21 Mar 2014 09:51:10 +0000 (11:51 +0200)]
fdkaac: set i_nb_samples for output blocks

10 years agofdkaac: output length is constant and doesn't vary from input pts jitter
Ilkka Ollakka [Fri, 21 Mar 2014 09:49:06 +0000 (11:49 +0200)]
fdkaac: output length is constant and doesn't vary from input pts jitter

10 years agouse CLOCK_FREQ
Ilkka Ollakka [Sat, 15 Mar 2014 15:16:25 +0000 (17:16 +0200)]
use CLOCK_FREQ

10 years agoFix glitching at start of stream playback
Alex Woods [Tue, 18 Mar 2014 13:28:37 +0000 (13:28 +0000)]
Fix glitching at start of stream playback

This patch fixes a problem that occurs at the start of playback of MPEG2
streams.  The symptom is that an initial good frame will display and
then the video appears to skip back a frame or two and some
macroblocking is observed. The stream then plays correctly. This is
really obvious when switching between SAPed multicast streams, where
you're jumping right in to a lot of movement and probably not starting
with an I frame.

The issue appears to be some code introduced way back in 2004 (commit
eaefb8508dba22fb04193241347a072caac34cf1) which resubmits data to the
video codec. The commit notes suggest it was to avoid dropping the first
I frame, but I see no obviously lost I frames after removing the code
with my test samples. Presumably this was a work-around for a libavcodec
issue that is no longer required.

Therefore, this patch basically just reverts the 2004 commit in its
current form.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
10 years agoaudiobargraph: remove bogus TCP connection (fixes #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 21:10:28 +0000 (23:10 +0200)]
audiobargraph: remove bogus TCP connection (fixes #9491)

10 years agoaudiobargraph: use variable & callback for audio values (refs #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 21:07:22 +0000 (23:07 +0200)]
audiobargraph: use variable & callback for audio values (refs #9491)

Also fix potential buffer overflow with snprintf().

10 years agoaudiobargraph: use variable & callback for alarm state (refs #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:54:07 +0000 (22:54 +0200)]
audiobargraph: use variable & callback for alarm state (refs #9491)

10 years agoaudiobargraph: fix callback crash due to missing initializer
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:52:50 +0000 (22:52 +0200)]
audiobargraph: fix callback crash due to missing initializer

10 years agoaudiobargraph: stick to single precision
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:36:17 +0000 (22:36 +0200)]
audiobargraph: stick to single precision

10 years agoaudiobargraph: check allocation
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:35:15 +0000 (22:35 +0200)]
audiobargraph: check allocation

10 years agoaudiobargraph: avoid heap allocation
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:34:16 +0000 (22:34 +0200)]
audiobargraph: avoid heap allocation

10 years agomad: robustify against corrupt byte streams (fixes #10726)
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:13:23 +0000 (22:13 +0200)]
mad: robustify against corrupt byte streams (fixes #10726)

10 years agomad: remove no-op
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:06:25 +0000 (22:06 +0200)]
mad: remove no-op

Those values are already set by the caller function.

10 years agomacosx: do not (mis)use the content view as the video view in fullscreen
David Fuhrmann [Thu, 20 Mar 2014 19:25:14 +0000 (20:25 +0100)]
macosx: do not (mis)use the content view as the video view in fullscreen

The content view can never be nil, so methods like removeFromSuperView
which are used do not work as expected. Thus, it was possible that the
content view is a dangling pointer, causing crashes when trying to draw
the window.

10 years agomacosx: reactivate no animation path for start in fullscreen
David Fuhrmann [Wed, 19 Mar 2014 19:14:51 +0000 (20:14 +0100)]
macosx: reactivate no animation path for start in fullscreen

This fixes several glitches like concurent animation of window resize
and fullscreen resize.

10 years agomacosx: reactivate fast path for exiting fullscreen window when video finished
David Fuhrmann [Wed, 19 Mar 2014 08:48:07 +0000 (09:48 +0100)]
macosx: reactivate fast path for exiting fullscreen window when video finished

This also removes old workarounds which are not needed anymore.

close #10826

10 years agomacosx: remove orderOut when closing video window
David Fuhrmann [Tue, 18 Mar 2014 20:48:22 +0000 (21:48 +0100)]
macosx: remove orderOut when closing video window

This should not be needed anymore.

10 years agomsw: collect files in a single directory (fixes #10900)
Rémi Denis-Courmont [Thu, 20 Mar 2014 18:50:09 +0000 (20:50 +0200)]
msw: collect files in a single directory (fixes #10900)

10 years agoWin32: Do not assert on non-recognized touch events
Jean-Baptiste Kempf [Thu, 20 Mar 2014 18:30:01 +0000 (19:30 +0100)]
Win32: Do not assert on non-recognized touch events

Sometimes GF_INERTIA is caught too, for example

10 years agorawvideo: fix handling of zero dimensions
Rémi Denis-Courmont [Thu, 20 Mar 2014 15:25:18 +0000 (17:25 +0200)]
rawvideo: fix handling of zero dimensions

10 years agoAVI: reverse the height only if it needs to be reversed
Jean-Baptiste Kempf [Thu, 20 Mar 2014 12:11:54 +0000 (13:11 +0100)]
AVI: reverse the height only if it needs to be reversed

10 years agoRawvideo: we can have a 0 visible_*, since we copy from width|height
Jean-Baptiste Kempf [Thu, 20 Mar 2014 12:11:04 +0000 (13:11 +0100)]
Rawvideo: we can have a 0 visible_*, since we copy from width|height

10 years agoFix planar GBR H264 samples
Jean-Baptiste Kempf [Thu, 20 Mar 2014 11:57:11 +0000 (12:57 +0100)]
Fix planar GBR H264 samples

10 years agolibvlc: equalizer: Use ISO bands instead of VLC bands
Ronald Wright [Wed, 19 Mar 2014 00:16:17 +0000 (19:16 -0500)]
libvlc: equalizer: Use ISO bands instead of VLC bands

This eliminates the inconsistency between the equalizer bands that are
portrayed by the API and the bands that are actually used by the equalizer
module.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agopng: set visible_ width/height
Tristan Matthews [Tue, 18 Mar 2014 17:30:15 +0000 (13:30 -0400)]
png: set visible_ width/height

10 years agojpeg: set visible_ width/height
Ilkka Ollakka [Tue, 18 Mar 2014 16:41:30 +0000 (18:41 +0200)]
jpeg: set visible_ width/height

10 years agojpeg: encoder: set pts and dts
Tristan Matthews [Tue, 18 Mar 2014 15:58:13 +0000 (11:58 -0400)]
jpeg: encoder: set pts and dts

10 years agopng: encoder: set pts and dts
Tristan Matthews [Tue, 18 Mar 2014 15:56:58 +0000 (11:56 -0400)]
png: encoder: set pts and dts

10 years agobluray: fix invalid argument crash for error paths in open
David Fuhrmann [Tue, 18 Mar 2014 14:38:13 +0000 (15:38 +0100)]
bluray: fix invalid argument crash for error paths in open

10 years agomacosx: drop the potential BDMV folder from a bluray path (fixes #10928)
David Fuhrmann [Tue, 18 Mar 2014 14:18:37 +0000 (15:18 +0100)]
macosx: drop the potential BDMV folder from a bluray path (fixes #10928)

Only the path to the bluray structure itself is supported.

10 years agoragel: edit patch to work with other versions of patch(1)
Sean McGovern [Thu, 13 Mar 2014 17:47:40 +0000 (13:47 -0400)]
ragel: edit patch to work with other versions of patch(1)

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agocontrib: qt: Qt 5.2.1
Rafaël Carré [Tue, 11 Mar 2014 17:07:05 +0000 (18:07 +0100)]
contrib: qt: Qt 5.2.1

10 years agoqt: qpa/qplatformnativeinterface.h is only needed on Windows
Rafaël Carré [Tue, 18 Mar 2014 08:43:41 +0000 (09:43 +0100)]
qt: qpa/qplatformnativeinterface.h is only needed on Windows

10 years agoqt: do not use jpeg plugin with Qt5 on Windows, it will be built in
Rafaël Carré [Tue, 11 Mar 2014 17:07:30 +0000 (18:07 +0100)]
qt: do not use jpeg plugin with Qt5 on Windows, it will be built in

10 years agovdpau/chroma: keep history even if output picture allocation fails
Rémi Denis-Courmont [Mon, 17 Mar 2014 20:07:23 +0000 (22:07 +0200)]
vdpau/chroma: keep history even if output picture allocation fails

10 years agovdpau/chroma: fix double free on error
Rémi Denis-Courmont [Mon, 17 Mar 2014 19:59:14 +0000 (21:59 +0200)]
vdpau/chroma: fix double free on error

10 years agovdpau/chroma: fix corner case of corner case when changing device
Rémi Denis-Courmont [Mon, 17 Mar 2014 19:15:48 +0000 (21:15 +0200)]
vdpau/chroma: fix corner case of corner case when changing device

To ensure the vdp_t instance pointers comparison is valid, the old and
new instances must be contemporary. Otherwise, the heap could put both
instances at the same memory address. So keep a reference to the old
device until after the comparison.

10 years agodemux: Fix XSPF xml:base parsing (fixes #5697)
Anatoliy Anischovich [Sat, 15 Mar 2014 20:42:28 +0000 (22:42 +0200)]
demux: Fix XSPF xml:base parsing (fixes #5697)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agovideo output: failing to resize is fine if forced
Rémi Denis-Courmont [Sun, 16 Mar 2014 13:05:34 +0000 (15:05 +0200)]
video output: failing to resize is fine if forced

10 years agodemux: mp4: don't disable all referenced tracks (fix #3392)
Francois Cartegnie [Sun, 16 Mar 2014 10:11:48 +0000 (11:11 +0100)]
demux: mp4: don't disable all referenced tracks (fix #3392)

Referenced chapter tracks might not contain chapter only data.

10 years agoXCB/window: fix potential use-after-free
Rémi Denis-Courmont [Sun, 16 Mar 2014 09:54:23 +0000 (11:54 +0200)]
XCB/window: fix potential use-after-free

10 years agoQt: remove buffering info from TimeLabel
Francois Cartegnie [Sun, 16 Mar 2014 01:24:42 +0000 (02:24 +0100)]
Qt: remove buffering info from TimeLabel

10 years agoQt: SeekStyle: fix boundaries truncated handle glitch
Francois Cartegnie [Sun, 16 Mar 2014 01:12:57 +0000 (02:12 +0100)]
Qt: SeekStyle: fix boundaries truncated handle glitch

10 years agovideo_format_TransformBy: fix and preserve video offsets
Rémi Denis-Courmont [Sat, 15 Mar 2014 12:38:53 +0000 (14:38 +0200)]
video_format_TransformBy: fix and preserve video offsets

In general, the picture buffer contains, in memory order:
- cropped top scan lines,
- visible scan lines,
- cropped bottom scan lines,
- extra codec lines,
- padding lines.

This order needs to be preserved when flipping vertically or rotating
180 degrees, since filters and displays rely on this. In particular,
the picture plane structure so far has no provisions for non-zero
offsets, so filters expect visible pixels at the top left of each
pixels plane. Effectively, non-zero offsets only work for cropping
after filtering. Lets assume that the number of cropped lines are
identical at the top and bottom, and keep the X and Y offsets as are.

This fixes green lines at the bottom on R180 and VFLIP.

If support for non-centered cropping is ever required, I believe
offsets will need to be added to plane_t. This would break many video
filters though.

10 years agoes_format: reorder two functions
Rémi Denis-Courmont [Sat, 15 Mar 2014 12:29:40 +0000 (14:29 +0200)]
es_format: reorder two functions

10 years agoXCB/XVideo: fix crop (fixes #10973)
Rémi Denis-Courmont [Sat, 15 Mar 2014 10:49:57 +0000 (12:49 +0200)]
XCB/XVideo: fix crop (fixes #10973)

10 years agodemux: mkv: fix unnamed segments names
Francois Cartegnie [Fri, 14 Mar 2014 22:26:28 +0000 (23:26 +0100)]
demux: mkv: fix unnamed segments names

10 years agodemux: mkv: fix single track opus playback
Francois Cartegnie [Fri, 14 Mar 2014 21:56:38 +0000 (22:56 +0100)]
demux: mkv: fix single track opus playback

Only first frame in a block has timestamp, then (0) last_dts is never valid,
(1) PCR never sent, (2) track never selected by core, goto 1;

10 years agodemux: mkv: fix seek segfault with invalid chapters
Francois Cartegnie [Fri, 14 Mar 2014 18:34:19 +0000 (19:34 +0100)]
demux: mkv: fix seek segfault with invalid chapters

10 years agowasapi: fix inverted logic
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:56:02 +0000 (18:56 +0200)]
wasapi: fix inverted logic

10 years agoDirectFB: reorient video
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:34:41 +0000 (18:34 +0200)]
DirectFB: reorient video

10 years agoLinux FB: reorient video
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:37:52 +0000 (18:37 +0200)]
Linux FB: reorient video

10 years agoyuv: reorient video
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:37:06 +0000 (18:37 +0200)]
yuv: reorient video

10 years agovmem: reorient video
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:38:25 +0000 (18:38 +0200)]
vmem: reorient video

So far, the callbacks have no way to access and use the orientation, so
better fix it.

10 years agoes_format: fix warnings and simplify
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:23:06 +0000 (18:23 +0200)]
es_format: fix warnings and simplify

10 years agoReverse parameters order of video_format_ApplyRotation()
Rémi Denis-Courmont [Fri, 14 Mar 2014 16:14:27 +0000 (18:14 +0200)]
Reverse parameters order of video_format_ApplyRotation()

10 years agoMake sdl vout module handle rotated movies.
Matthias Keiser [Fri, 14 Mar 2014 00:00:10 +0000 (01:00 +0100)]
Make sdl vout module handle rotated movies.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agotrivial: fix upmixing case and handle dualmono
Ilkka Ollakka [Thu, 13 Mar 2014 09:49:44 +0000 (11:49 +0200)]
trivial: fix upmixing case and handle dualmono

Earlier commit for dualmono (from 2003) seemed to miss some cases
and reordering the if cases as I assume dualmono isn't most common
case in filter.

Ref #7261

10 years agotranscode: cleanup channel setup and allow upmixing
Ilkka Ollakka [Tue, 11 Mar 2014 11:35:45 +0000 (13:35 +0200)]
transcode: cleanup channel setup and allow upmixing

Allow channel upmixing as we have channel mixer that is able to do it.

Fixes #7261

10 years agocaopengllayer: fail if no gl context exists
David Fuhrmann [Fri, 14 Mar 2014 10:26:01 +0000 (11:26 +0100)]
caopengllayer: fail if no gl context exists

10 years agodemux: ogg: map language to fmt desc
Francois Cartegnie [Fri, 14 Mar 2014 01:27:26 +0000 (02:27 +0100)]
demux: ogg: map language to fmt desc

refs #4175

10 years agodemux: xiph comments: allow setting fmt descs
Francois Cartegnie [Fri, 14 Mar 2014 01:26:33 +0000 (02:26 +0100)]
demux: xiph comments: allow setting fmt descs

10 years agodemux: mkv: enforce valid frame rate
Francois Cartegnie [Thu, 13 Mar 2014 22:58:56 +0000 (23:58 +0100)]
demux: mkv: enforce valid frame rate

10 years agodemux: mkv: ensure timescale is always valid
Francois Cartegnie [Thu, 13 Mar 2014 22:47:27 +0000 (23:47 +0100)]
demux: mkv: ensure timescale is always valid

10 years agodemux: mkv: fix opus block truncation (fix #10176)
Francois Cartegnie [Thu, 13 Mar 2014 22:40:37 +0000 (23:40 +0100)]
demux: mkv: fix opus block truncation (fix #10176)

10 years agomacosx: fix main window positioning on startup (close #9818)
David Fuhrmann [Thu, 13 Mar 2014 21:41:21 +0000 (22:41 +0100)]
macosx: fix main window positioning on startup (close #9818)

10 years agoXCB/XVideo: reorient video
Rémi Denis-Courmont [Thu, 13 Mar 2014 20:26:25 +0000 (22:26 +0200)]
XCB/XVideo: reorient video

10 years agoXCB/X11: reorient video
Matthias Keiser [Thu, 6 Mar 2014 00:12:32 +0000 (01:12 +0100)]
XCB/X11: reorient video

(Note that the pointer position is not reoriented, this comes with a
later patch in the series for all XCB video outputs.)

Modified-and-...
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agovideo output: support rotated movies
Matthias Keiser [Thu, 6 Mar 2014 00:12:25 +0000 (01:12 +0100)]
video output: support rotated movies

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agovideo output: fix offsets and visible dimensions of filtered video
Rémi Denis-Courmont [Thu, 13 Mar 2014 19:03:57 +0000 (21:03 +0200)]
video output: fix offsets and visible dimensions of filtered video

This parameter copy was working around broken format-changing video
filters, but it broke filters updating the format correctly
(deinterlace, transform and croppadd).

Refs #10745. Note that transform is still not working correctly: the
aspect ratio is broken for transpositation and quarter rotations. This
latent bug should vanish with the video orientation support later.
Otherwise the proper fix is to allow the filters chain to change the
format.

10 years agomacosx: robustify playlist table columns initialization
David Fuhrmann [Thu, 13 Mar 2014 18:06:58 +0000 (19:06 +0100)]
macosx: robustify playlist table columns initialization

Unknown columns might occur if the prefs are written
by a newer VLC version.

close #10664

10 years agomediacodec: use a circular buffer of timestamps as a workaround for DTS only samples
Felix Abecassis [Wed, 12 Mar 2014 22:29:22 +0000 (23:29 +0100)]
mediacodec: use a circular buffer of timestamps as a workaround for DTS only samples

10 years agomediacodec: cosmetics
Felix Abecassis [Thu, 13 Mar 2014 17:59:03 +0000 (18:59 +0100)]
mediacodec: cosmetics

10 years agovideo output: support rotated movies (SPU)
Matthias Keiser [Thu, 13 Mar 2014 13:49:02 +0000 (14:49 +0100)]
video output: support rotated movies (SPU)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agocontrib/bootstrap: don't assume cc is GCC
Sean McGovern [Thu, 13 Mar 2014 17:50:25 +0000 (13:50 -0400)]
contrib/bootstrap: don't assume cc is GCC

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoextras/ios: enable vorbis since it is needed by the ogg demuxer
Felix Paul Kühne [Thu, 13 Mar 2014 12:38:29 +0000 (13:38 +0100)]
extras/ios: enable vorbis since it is needed by the ogg demuxer

10 years agowasapi: fix overflow after a few hours
Rémi Denis-Courmont [Wed, 12 Mar 2014 20:44:30 +0000 (22:44 +0200)]
wasapi: fix overflow after a few hours

10 years agowasapi: write timings to debug log
Rémi Denis-Courmont [Wed, 12 Mar 2014 20:43:38 +0000 (22:43 +0200)]
wasapi: write timings to debug log

10 years agowasapi: sleep for half a period as hinted in MSDN
Rémi Denis-Courmont [Wed, 12 Mar 2014 20:05:16 +0000 (22:05 +0200)]
wasapi: sleep for half a period as hinted in MSDN

10 years agodemux: mkv: fix leak
Francois Cartegnie [Wed, 12 Mar 2014 18:50:13 +0000 (19:50 +0100)]
demux: mkv: fix leak

cid 1048915

10 years agodemux: mp4: fix memleak
Francois Cartegnie [Wed, 12 Mar 2014 18:23:41 +0000 (19:23 +0100)]
demux: mp4: fix memleak

cid 1048916

10 years agoRemove remnant
Felix Paul Kühne [Wed, 12 Mar 2014 18:37:53 +0000 (19:37 +0100)]
Remove remnant

10 years agochain: handle movie rotations
Matthias Keiser [Thu, 6 Mar 2014 00:12:29 +0000 (01:12 +0100)]
chain: handle movie rotations

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoRemove the CoreGraphics video output modules since it was only a skeleton for the...
Felix Paul Kühne [Wed, 12 Mar 2014 18:27:11 +0000 (19:27 +0100)]
Remove the CoreGraphics video output modules since it was only a skeleton for the CoreAnimation Layer module, so it's not needed anymore

10 years agoWin32: the dimensions of the unclipped source rectangle should be the original format...
Felix Abecassis [Wed, 12 Mar 2014 15:48:17 +0000 (16:48 +0100)]
Win32: the dimensions of the unclipped source rectangle should be the original format of the video

Fix #10886

10 years agotransform: make filter work with chain where format change permitted
Matthias Keiser [Thu, 6 Mar 2014 22:08:53 +0000 (23:08 +0100)]
transform: make filter work with chain where format change permitted

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoaccess: cdda: fix resource leak
Francois Cartegnie [Wed, 12 Mar 2014 17:41:35 +0000 (18:41 +0100)]
access: cdda: fix resource leak

cid 403219
ioctl isn't released

10 years agostream_filter: smooth: fix negative array access
Francois Cartegnie [Wed, 12 Mar 2014 17:30:31 +0000 (18:30 +0100)]
stream_filter: smooth: fix negative array access

cid #1048853

10 years agocodec: vorbix: max channels is 8
Francois Cartegnie [Wed, 12 Mar 2014 17:25:40 +0000 (18:25 +0100)]
codec: vorbix: max channels is 8

fix cid #1048883

10 years agodemux: avi: missing initializers
Francois Cartegnie [Wed, 12 Mar 2014 17:00:00 +0000 (18:00 +0100)]
demux: avi: missing initializers

really unlikely (malloc fails)
cid #1049010 #1049009 #1049008 #1049007 #1049006