]> git.sesse.net Git - vlc/log
vlc
14 years agoUse var_CreateGet when applicable.
Rémi Duraffort [Fri, 25 Sep 2009 10:47:28 +0000 (12:47 +0200)]
Use var_CreateGet when applicable.

14 years agoSD_mediadirs: no need to strdup.
Rémi Duraffort [Tue, 22 Sep 2009 20:43:51 +0000 (22:43 +0200)]
SD_mediadirs: no need to strdup.

14 years agoCosmetics.
Rémi Duraffort [Sun, 20 Sep 2009 17:26:43 +0000 (19:26 +0200)]
Cosmetics.

14 years agoosx/framework: added convenience methods for jumps within a stream
Felix Paul Kühne [Fri, 9 Oct 2009 15:16:20 +0000 (17:16 +0200)]
osx/framework: added convenience methods for jumps within a stream

14 years agoosx/framework: allow VLCTime to handle int values
Felix Paul Kühne [Fri, 9 Oct 2009 15:09:20 +0000 (17:09 +0200)]
osx/framework: allow VLCTime to handle int values

14 years agoframework: updated to current libvlc API
Felix Paul Kühne [Fri, 9 Oct 2009 15:08:15 +0000 (17:08 +0200)]
framework: updated to current libvlc API

14 years agoglobalhotkeys xcb : fix modifiers with xcb-keysyms >= 0.3.4
Rafaël Carré [Fri, 9 Oct 2009 00:39:20 +0000 (02:39 +0200)]
globalhotkeys xcb : fix modifiers with xcb-keysyms >= 0.3.4

14 years agoremove debug left over in [b3a591d0]
Rafaël Carré [Fri, 9 Oct 2009 00:16:12 +0000 (02:16 +0200)]
remove debug left over in [b3a591d0]

14 years agoFix infinite loop introduced in [9142f0c6]
Rafaël Carré [Thu, 8 Oct 2009 23:59:02 +0000 (01:59 +0200)]
Fix infinite loop introduced in [9142f0c6]

14 years agoUsed VC-1 avcodec decoder for WMVA.
Laurent Aimar [Thu, 8 Oct 2009 20:34:41 +0000 (22:34 +0200)]
Used VC-1 avcodec decoder for WMVA.

14 years agoCleaned up WMVA fourcc.
Laurent Aimar [Thu, 8 Oct 2009 20:34:29 +0000 (22:34 +0200)]
Cleaned up WMVA fourcc.

14 years agoDo not realloc a block already given to ffmpeg.
Laurent Aimar [Thu, 8 Oct 2009 19:53:31 +0000 (21:53 +0200)]
Do not realloc a block already given to ffmpeg.

It avoids a potential segfault after a silent avcodec audio API breakage.

14 years agoFixed avcodec audio decoder after API behavior change.
Laurent Aimar [Thu, 8 Oct 2009 19:12:01 +0000 (21:12 +0200)]
Fixed avcodec audio decoder after API behavior change.

It fixes at least WMAP decoding.

14 years agoFixed globalhotkeys compilation with old xcb version.
Laurent Aimar [Wed, 7 Oct 2009 19:32:27 +0000 (21:32 +0200)]
Fixed globalhotkeys compilation with old xcb version.

14 years agoQt: add deinterlace and deinterlace-mode to simple preferences.
Laurent Aimar [Thu, 8 Oct 2009 08:19:25 +0000 (10:19 +0200)]
Qt: add deinterlace and deinterlace-mode to simple preferences.

Minor changes by jb@videolan.org

14 years agoRevert "dbus control: event based message notification"
Rafaël Carré [Wed, 7 Oct 2009 20:02:22 +0000 (22:02 +0200)]
Revert "dbus control: event based message notification"

This reverts commit a0f3831cb3a3ef2bdddcf6e1e3dcb1a9217a5620.

DBus is synchronous

14 years agoQt4: fix URI character set in playlist
Rémi Denis-Courmont [Wed, 7 Oct 2009 20:11:30 +0000 (23:11 +0300)]
Qt4: fix URI character set in playlist

(We seldom have non ASCII characters here, but better safe than sorry)

14 years agoFix Service Discovey plugin names character set
Rémi Denis-Courmont [Wed, 7 Oct 2009 20:11:11 +0000 (23:11 +0300)]
Fix Service Discovey plugin names character set

14 years agoQt4: fix character set in playlist dialog title
Rémi Denis-Courmont [Wed, 7 Oct 2009 20:04:50 +0000 (23:04 +0300)]
Qt4: fix character set in playlist dialog title

14 years agoSupport any Unicode symbol as part of an hotkey
Rémi Denis-Courmont [Wed, 7 Oct 2009 19:39:59 +0000 (22:39 +0300)]
Support any Unicode symbol as part of an hotkey

Currently, only the core supports this correctly, however.

Note that this means key configuration values become case sensitive
(case insentivity would be too complicated), but this should not be
a problem so long as the core key<->string functions are always used.

14 years agoConfigKeyToString: binary search
Rémi Denis-Courmont [Wed, 7 Oct 2009 19:24:45 +0000 (22:24 +0300)]
ConfigKeyToString: binary search

14 years agoKeyToString: allocate key on heap
Rémi Denis-Courmont [Wed, 7 Oct 2009 19:07:11 +0000 (22:07 +0300)]
KeyToString: allocate key on heap

This will allow returning dynamically generated strings

14 years agoCompile fix
Rémi Denis-Courmont [Wed, 7 Oct 2009 18:07:27 +0000 (21:07 +0300)]
Compile fix

14 years agoGather key functions and tables in a single file
Rémi Denis-Courmont [Wed, 7 Oct 2009 17:37:12 +0000 (20:37 +0300)]
Gather key functions and tables in a single file

14 years agodbus control: event based message notification
Rafaël Carré [Wed, 7 Oct 2009 19:16:16 +0000 (21:16 +0200)]
dbus control: event based message notification

14 years agoglobalhotkeys : use new xcb-util API (>= 0.3.4)
Rafaël Carré [Wed, 7 Oct 2009 17:57:48 +0000 (19:57 +0200)]
globalhotkeys : use new xcb-util API (>= 0.3.4)

recent xcb_key_symbols_get_keycode() now returns a pointer

Keep old API (as present in Debian Lenny for example) as requested by nefrir
GetModifier() is broken when using the new API, it might be broken as
well when using the old API.

Documents / source code of functions used in GetModifier() are very
welcome, libxcb only ships XML descriptions and the generated source
code is very unreadable.

14 years agoKEY_SPACE = 32, simplify several outputs and interfaces
Rémi Denis-Courmont [Wed, 7 Oct 2009 16:48:07 +0000 (19:48 +0300)]
KEY_SPACE = 32, simplify several outputs and interfaces

14 years agoglobalhotkeys/xcb.c : cosmetics, make all lines fit in 80 columns
Rafaël Carré [Wed, 7 Oct 2009 16:10:10 +0000 (18:10 +0200)]
globalhotkeys/xcb.c : cosmetics, make all lines fit in 80 columns

14 years agoglobalhotkeys/xcb.c : fix warnings
Rafaël Carré [Wed, 7 Oct 2009 16:01:36 +0000 (18:01 +0200)]
globalhotkeys/xcb.c : fix warnings

14 years agoWinCE: fix build of the RTP stream output
Pierre Ynard [Wed, 7 Oct 2009 13:01:54 +0000 (15:01 +0200)]
WinCE: fix build of the RTP stream output

WSADuplicateSocket() doesn't exist, so just skip that bit of code...

14 years agoRemove leftover #endif
Rafaël Carré [Wed, 7 Oct 2009 01:53:17 +0000 (03:53 +0200)]
Remove leftover #endif

14 years agovlc_mtime.h : add timer limits for FreeBSD
Rafaël Carré [Wed, 7 Oct 2009 01:50:50 +0000 (03:50 +0200)]
vlc_mtime.h : add timer limits for FreeBSD

Add some comments to explain the values

14 years agoFix for people with old automake
Christophe Mutricy [Tue, 6 Oct 2009 23:36:39 +0000 (00:36 +0100)]
Fix for people with old automake

14 years agoFixed a typo after auto deinterlace.
Laurent Aimar [Tue, 6 Oct 2009 21:17:34 +0000 (23:17 +0200)]
Fixed a typo after auto deinterlace.

14 years agoRevert "avcodec: initialise p_dec.fmt_in if it's missing, not fmt_out"
Ilkka Ollakka [Tue, 6 Oct 2009 21:28:20 +0000 (00:28 +0300)]
Revert "avcodec: initialise p_dec.fmt_in if it's missing, not fmt_out"

back to the drawingboard
This reverts commit 6b55ee51acc957bc92255429f15123c7a5d3cb1e.

14 years agoRevert "avcodec: initialize fmt_in.video.i_aspect to 0"
Ilkka Ollakka [Tue, 6 Oct 2009 21:26:25 +0000 (00:26 +0300)]
Revert "avcodec: initialize fmt_in.video.i_aspect to 0"

this seems to break ar-changes alltogether, lets try again
This reverts commit 9810e995c431a150894fb2fa164dd66635e9cc8f.

14 years agoavcodec: initialize fmt_in.video.i_aspect to 0
Ilkka Ollakka [Tue, 6 Oct 2009 21:20:52 +0000 (00:20 +0300)]
avcodec: initialize fmt_in.video.i_aspect to 0

This should help on aspect-ratio issues with apple hd mov-trailers (when
streaming/transcoding)

14 years agoavcodec: initialise p_dec.fmt_in if it's missing, not fmt_out
Ilkka Ollakka [Tue, 6 Oct 2009 21:13:50 +0000 (00:13 +0300)]
avcodec: initialise p_dec.fmt_in if it's missing, not fmt_out

14 years agoasf.c: fix variable usage
Ilkka Ollakka [Tue, 6 Oct 2009 20:54:59 +0000 (23:54 +0300)]
asf.c: fix variable usage

14 years agoImplemented auto deinterlace mode.
Laurent Aimar [Tue, 6 Oct 2009 20:32:20 +0000 (22:32 +0200)]
Implemented auto deinterlace mode.

 The detection is based on the progressive/interlaced flags transported at
the codec level. As such, it is not really reliable (for 25fps at least).

 As soon as a picture is detected as interlaced, the configured deinterlace
mode is applied. After 30s of progressive video, the filter is removed.
The hysteresis helps with unreliable interlaced flags.

14 years agoRevert "asf.c: allow adding tracks on-fly when doing normal asf muxing"
Ilkka Ollakka [Tue, 6 Oct 2009 20:18:20 +0000 (23:18 +0300)]
Revert "asf.c: allow adding tracks on-fly when doing normal asf muxing"

This commit was meant just for own debuggin
This reverts commit a04ff28bae43b4cb37c60789de568a55c4a7be5b.

14 years agostrerror(errno) is not thread-safe, use %m
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:56:50 +0000 (22:56 +0300)]
strerror(errno) is not thread-safe, use %m

14 years agoappletrailers.lua add the forgotten vlc lua edition
Ilkka Ollakka [Tue, 6 Oct 2009 19:51:29 +0000 (22:51 +0300)]
appletrailers.lua add the forgotten vlc lua edition

14 years agoRTP out: support build without libvlc_srtp
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:43:48 +0000 (22:43 +0300)]
RTP out: support build without libvlc_srtp

14 years agoRTP: support build without libvlc_srtp
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:38:04 +0000 (22:38 +0300)]
RTP: support build without libvlc_srtp

14 years agoGet rid of ligcrypt M4 macros
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:23:42 +0000 (22:23 +0300)]
Get rid of ligcrypt M4 macros

One day maybe, the gcrypt maintainer will get a clue, realize
that his library is not the center of the universe,
that his crappy macros breaks cross-compiling,
that pkg-config works on Windows as well as scripts (ligcrypt-config),
and accept the Debian .pc patches.

Until then...

14 years agoappleplaylist.lua: fix apple trailers again, change useragent
Ilkka Ollakka [Tue, 6 Oct 2009 19:39:18 +0000 (22:39 +0300)]
appleplaylist.lua: fix apple trailers again, change useragent

Seems that they changed just on trailers page, that if useragent doesn't
contain QuickTime, it gives redirect back to trailers. So get stuff from movies
again, but tell useragent to be "QuickTime vlc lua edition".

Really if apple doesn't want vlc to be used as see apple-trailes, they could
atleast ask ;)

14 years agoasf.c: allow adding tracks on-fly when doing normal asf muxing
Ilkka Ollakka [Wed, 30 Sep 2009 13:31:56 +0000 (16:31 +0300)]
asf.c: allow adding tracks on-fly when doing normal asf muxing

14 years agoasf.c: write new header when track is removed/added
Ilkka Ollakka [Wed, 30 Sep 2009 13:30:47 +0000 (16:30 +0300)]
asf.c: write new header when track is removed/added

14 years agoasf.c: use vlc_array_t for track-storage instead of static array
Ilkka Ollakka [Wed, 30 Sep 2009 13:29:03 +0000 (16:29 +0300)]
asf.c: use vlc_array_t for track-storage instead of static array

14 years agoasx-playlist: add ability to have multiple href in entry
Ilkka Ollakka [Mon, 5 Oct 2009 12:48:52 +0000 (15:48 +0300)]
asx-playlist: add ability to have multiple href in entry

This should fix .asx parsing on http://www.katsomo.fi/?treeId=329&progId=20677.

Reported by: Antti Palosaari <crope at iki dot fi>

14 years agoDon't call AM_CONDITIONAL from macro.
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:03:48 +0000 (22:03 +0300)]
Don't call AM_CONDITIONAL from macro.

First, this cannot work properly as the invocation of AM_CONDITIONAL
must be inconditional. Second, this would introduce pointless
automake conditional and thus needlessly slowing down the build system.

14 years agoRevert "Fix configure with --disable-sout"
Rémi Denis-Courmont [Tue, 6 Oct 2009 18:56:27 +0000 (21:56 +0300)]
Revert "Fix configure with --disable-sout"

This reverts commit 6e0f047be321a4fe7bd24f2985b5c53666d80322.

14 years agoFix author name as solicited
Rémi Denis-Courmont [Tue, 6 Oct 2009 15:15:55 +0000 (18:15 +0300)]
Fix author name as solicited

14 years agoappletrailers.lua: trailers come from http://www nowdays
Ilkka Ollakka [Tue, 6 Oct 2009 13:17:26 +0000 (16:17 +0300)]
appletrailers.lua: trailers come from http://www nowdays

Even if url points to http://movies.apple.com/..., working
url for vlc is http://www.apple.com/...

14 years agomozilla: fix compilation after [1979486d]
Rafaël Carré [Tue, 6 Oct 2009 11:40:20 +0000 (13:40 +0200)]
mozilla: fix compilation after [1979486d]

14 years agomacosx: fixed IR Remote HID support
Felix Paul Kühne [Tue, 6 Oct 2009 11:39:29 +0000 (13:39 +0200)]
macosx: fixed IR Remote HID support

14 years agovideo_output fix compilation
Sébastien Escudier [Tue, 6 Oct 2009 07:05:22 +0000 (09:05 +0200)]
video_output fix compilation

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agoUpdated libvlc_video_set_deinterlace.
Laurent Aimar [Mon, 5 Oct 2009 21:49:09 +0000 (23:49 +0200)]
Updated libvlc_video_set_deinterlace.

14 years agoUpdated qt4 after deinterlacing changes.
Laurent Aimar [Mon, 5 Oct 2009 21:32:23 +0000 (23:32 +0200)]
Updated qt4 after deinterlacing changes.

It simply shows "deinterlace" and "deinterlace-mode". I believe a
better solution would be welcome. The simple preferencences could
also be improved.

14 years agoUpdated hotkeys after deinterlace changes.
Laurent Aimar [Mon, 5 Oct 2009 21:30:26 +0000 (23:30 +0200)]
Updated hotkeys after deinterlace changes.

The deinterlace hotkey now turns of/off deinterlacing.

14 years agoModified deinterlace selection.
Laurent Aimar [Mon, 5 Oct 2009 21:26:05 +0000 (23:26 +0200)]
Modified deinterlace selection.

At the core and vout, you now have 2 variables:
 - deinterlace: on/off/auto (off is default). It let you say if you
 want to deinterlace or not.
 - deinterlace-mode: discard, blend, ... (blend is default). It let you
 specify the mode used when deinterlacing is equal to on/auto.

 The mode auto is not yet supported and simply default to on.

14 years agoRenamed "deinterlace" into "deinterlace-mode" at the core level.
Laurent Aimar [Mon, 5 Oct 2009 20:13:23 +0000 (22:13 +0200)]
Renamed "deinterlace" into "deinterlace-mode" at the core level.

14 years agoRenamed deinterlace-mode into filter-deinterlace-mode.
Laurent Aimar [Mon, 5 Oct 2009 20:07:35 +0000 (22:07 +0200)]
Renamed deinterlace-mode into filter-deinterlace-mode.

It will allow using "deinterlace-mode" as a core option.

14 years agoCommented out a too verbose debug printf.
Laurent Aimar [Mon, 5 Oct 2009 19:12:39 +0000 (21:12 +0200)]
Commented out a too verbose debug printf.

14 years agoquartztext: removed dependency on Carbon and implemented support for bold, italic...
Felix Paul Kühne [Mon, 5 Oct 2009 16:59:56 +0000 (18:59 +0200)]
quartztext: removed dependency on Carbon and implemented support for bold, italic and underline text styles

TODO: shadow drawing and handling

14 years agoConvert paths from command line arguments to URIs
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:58:46 +0000 (22:58 +0300)]
Convert paths from command line arguments to URIs

14 years agoIFO: memory leak
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:58:36 +0000 (22:58 +0300)]
IFO: memory leak

14 years agoQt: uniformize ui previews, drop xml declaration related to changes made by 2779ac98f...
Francois Cartegnie [Mon, 5 Oct 2009 19:35:33 +0000 (21:35 +0200)]
Qt: uniformize ui previews, drop xml declaration related to changes made by 2779ac98fc116275cf490f63470f327917d40fc6

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFix invalid free on non-UTF-8 locales
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:40:00 +0000 (22:40 +0300)]
Fix invalid free on non-UTF-8 locales

14 years agolibvlc_audio_*: remove useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:12:10 +0000 (22:12 +0300)]
libvlc_audio_*: remove useless exception parameters

14 years agoUpdate test cases
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:06:14 +0000 (22:06 +0300)]
Update test cases

14 years agoRetaining NULL makes no sense
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:58:34 +0000 (21:58 +0300)]
Retaining NULL makes no sense

14 years agolibvlc_media_*: remove a bunch of useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:52:49 +0000 (21:52 +0300)]
libvlc_media_*: remove a bunch of useless exception parameters

14 years agoRemove useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:41:21 +0000 (21:41 +0300)]
Remove useless exception parameters

14 years agolibvlc apps don't know VLC error codes
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:38:27 +0000 (21:38 +0300)]
libvlc apps don't know VLC error codes

14 years agonet_Accept: remove timeout parameter
Rémi Denis-Courmont [Mon, 5 Oct 2009 15:43:26 +0000 (18:43 +0300)]
net_Accept: remove timeout parameter

Only the RC interface still used it, and it was not really needed
(net_Accept() returns -1 when the object is killed).

14 years agoRTP output: accept COMEDIA connections in a separate thread
Rémi Denis-Courmont [Mon, 5 Oct 2009 15:24:43 +0000 (18:24 +0300)]
RTP output: accept COMEDIA connections in a separate thread

14 years agoUse __typeof__ which works with any GNU C profile, not like typeof
Rémi Denis-Courmont [Mon, 5 Oct 2009 14:41:21 +0000 (17:41 +0300)]
Use __typeof__ which works with any GNU C profile, not like typeof

14 years agoignore-config defaults to true
Rémi Denis-Courmont [Sun, 4 Oct 2009 16:56:20 +0000 (19:56 +0300)]
ignore-config defaults to true

This saves all third party LibVLC application from having to set it
(The library depending on VLC configuration was really lame IMHO).

14 years agoQt4: re-center FSC if the target screen has changed
Rémi Denis-Courmont [Sun, 4 Oct 2009 16:53:36 +0000 (19:53 +0300)]
Qt4: re-center FSC if the target screen has changed

This avoids getting a totally misplaced controller if the resolution
is larger than in previous runs, or if the multi-screen layout was
changed.

14 years agoUsed the new "deinterlace" option for Qt4 simple preferences.
Laurent Aimar [Sun, 4 Oct 2009 16:47:29 +0000 (18:47 +0200)]
Used the new "deinterlace" option for Qt4 simple preferences.

14 years agoFixed scaletempo after "audio filter2" conversion.
Laurent Aimar [Sun, 4 Oct 2009 16:40:22 +0000 (18:40 +0200)]
Fixed scaletempo after "audio filter2" conversion.

The output timestamp/length wasn't set anymore.

14 years agoAdded a new "deinterlace" configuration option.
Laurent Aimar [Sun, 4 Oct 2009 15:50:07 +0000 (17:50 +0200)]
Added a new "deinterlace" configuration option.

It will allow to
 - have a working simple preference in GUI
 - specify it in playlist (safe).
 - have an "auto" mode.

14 years agoDo not forget NEWS :D
Jean-Baptiste Kempf [Sun, 4 Oct 2009 16:16:19 +0000 (18:16 +0200)]
Do not forget NEWS :D

14 years agoAdd new file to Modules.am for distribution
Jean-Baptiste Kempf [Sun, 4 Oct 2009 16:15:58 +0000 (18:15 +0200)]
Add new file to Modules.am for distribution

14 years agoQt: Simple prefs/input: fix variable handling
Francois Cartegnie [Thu, 1 Oct 2009 16:12:14 +0000 (18:12 +0200)]
Qt: Simple prefs/input: fix variable handling

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoAdded new deinterlacing modes to vout.
Laurent Aimar [Sat, 3 Oct 2009 22:22:10 +0000 (00:22 +0200)]
Added new deinterlacing modes to vout.

14 years agoAdded yadif deinterlacer to our module.
Laurent Aimar [Sat, 3 Oct 2009 22:17:57 +0000 (00:17 +0200)]
Added yadif deinterlacer to our module.

There is 2 new deinterlacing modes: "Yadif" and "Yadif (2x)".
"Yadif (2x)" doubles the frame rate, whereas "Yadif" throws away one field.

yadif.h comes from vf_yadif.c (GPLv2+) from MPayer project. I have stripped it
a bit but let the functions unmodified for easier maintainance.

14 years agobandlimited resampler: fix heap overflow at high playback rate
Rémi Denis-Courmont [Sun, 4 Oct 2009 09:22:37 +0000 (12:22 +0300)]
bandlimited resampler: fix heap overflow at high playback rate

We simply make sure the buffer is big enough, instead of trying (and
failing) to guess the biggest possible size.

14 years agoM3U: fix mem leak on non-UTF-8 systems
Rémi Denis-Courmont [Sun, 4 Oct 2009 07:26:03 +0000 (10:26 +0300)]
M3U: fix mem leak on non-UTF-8 systems

14 years agoMake it possible to flag blocks as interlaced and use in rawvideo and v4l2.
Antoine Cellerier [Sat, 3 Oct 2009 18:38:33 +0000 (20:38 +0200)]
Make it possible to flag blocks as interlaced and use in rawvideo and v4l2.

14 years agoTweak standards selection and list.
Antoine Cellerier [Sat, 3 Oct 2009 18:37:28 +0000 (20:37 +0200)]
Tweak standards selection and list.

List all standards and not standard groups.
Fix debug output.

14 years agoFixed rar stream filter.
Laurent Aimar [Sat, 3 Oct 2009 17:45:59 +0000 (19:45 +0200)]
Fixed rar stream filter.

The data offset was wrong (at each chunk).

14 years agoFixed J42X support in deinterlace filter.
Laurent Aimar [Sat, 3 Oct 2009 17:04:05 +0000 (19:04 +0200)]
Fixed J42X support in deinterlace filter.

14 years agoWork around what seems to be a driver bug when auto detecting the optimal capture...
Antoine Cellerier [Sat, 3 Oct 2009 17:17:51 +0000 (19:17 +0200)]
Work around what seems to be a driver bug when auto detecting the optimal capture size.

14 years agoFixed bandlimited when switching from non resampling state.
Laurent Aimar [Fri, 2 Oct 2009 18:44:44 +0000 (20:44 +0200)]
Fixed bandlimited when switching from non resampling state.

14 years agoFixed discontinous flag in bandlimited when not resampling.
Laurent Aimar [Fri, 2 Oct 2009 18:43:02 +0000 (20:43 +0200)]
Fixed discontinous flag in bandlimited when not resampling.

14 years agoSmall correction to bandlimited.
Laurent Aimar [Fri, 2 Oct 2009 18:42:19 +0000 (20:42 +0200)]
Small correction to bandlimited.

It does change the timestamp of the audio buffer after a discontinuity.

14 years agoFixed E-AC3 in ATSC TS stream.
Laurent Aimar [Thu, 1 Oct 2009 19:16:32 +0000 (21:16 +0200)]
Fixed E-AC3 in ATSC TS stream.