]> git.sesse.net Git - vlc/log
vlc
12 years agodash: set minbuffer for stream stability
Christopher Mueller [Mon, 20 Feb 2012 12:49:23 +0000 (13:49 +0100)]
dash: set minbuffer for stream stability

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: simplified chunk initialization
Christopher Mueller [Mon, 20 Feb 2012 12:49:22 +0000 (13:49 +0100)]
dash: simplified chunk initialization

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added bufferobserver to adaptationlogic
Christopher Mueller [Mon, 20 Feb 2012 12:49:21 +0000 (13:49 +0100)]
dash: added bufferobserver to adaptationlogic

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: IBufferObserver cosmetic
Christopher Mueller [Mon, 20 Feb 2012 12:49:20 +0000 (13:49 +0100)]
dash: IBufferObserver cosmetic

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: corrected IAdaptationLogic documentation
Christopher Mueller [Mon, 20 Feb 2012 12:49:19 +0000 (13:49 +0100)]
dash: corrected IAdaptationLogic documentation

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoQt: plugins: activate buttons contextually
Francois Cartegnie [Mon, 20 Feb 2012 17:09:31 +0000 (18:09 +0100)]
Qt: plugins: activate buttons contextually

12 years agoQt: plugins: link to addons.videolan.org.
Francois Cartegnie [Mon, 20 Feb 2012 16:34:36 +0000 (17:34 +0100)]
Qt: plugins: link to addons.videolan.org.

Don't expect user to guess it.

12 years agoinclude config.h in media library sourcefiles
Daniel Mierswa [Mon, 20 Feb 2012 14:56:06 +0000 (15:56 +0100)]
include config.h in media library sourcefiles

otherwise asprintf will be undeclared and compilation will fail due to
-Werror-implicit-declaration

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua http: mobile.css wasn't packaged.
Francois Cartegnie [Mon, 20 Feb 2012 15:43:42 +0000 (16:43 +0100)]
lua http: mobile.css wasn't packaged.

Please BP.
Bug introduced by af04c6fac8c2c6eedfcb7cc54e4fd4171d9a7437

12 years agoadd mxg extension
Sébastien Escudier [Mon, 20 Feb 2012 12:58:53 +0000 (13:58 +0100)]
add mxg extension

12 years agodiscard image and mjpeg demuxers in case of mxpeg
Sébastien Escudier [Fri, 10 Feb 2012 14:14:43 +0000 (15:14 +0100)]
discard image and mjpeg demuxers in case of mxpeg

12 years agomacosx: limit the screensaver blocking to video playback
Felix Paul Kühne [Mon, 20 Feb 2012 12:41:57 +0000 (13:41 +0100)]
macosx: limit the screensaver blocking to video playback

12 years agocdda: use http tunnelling mode and use port 80 for requests.
Konstantin Pavlov [Mon, 20 Feb 2012 07:52:42 +0000 (11:52 +0400)]
cdda: use http tunnelling mode and use port 80 for requests.

Closes: #6081
12 years agoContribs: add an option to optimize a bit for the size
Jean-Baptiste Kempf [Wed, 8 Feb 2012 23:07:16 +0000 (00:07 +0100)]
Contribs: add an option to optimize a bit for the size

Notably for libavcodec

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: Use RejectRole for close button
Edward Wang [Sun, 19 Feb 2012 14:38:43 +0000 (09:38 -0500)]
Qt: Use RejectRole for close button

Close #6085

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosxd 2.0.0's 1 bug: fixed redraw issue within the time slider (close #6057)
Felix Paul Kühne [Sun, 19 Feb 2012 21:39:29 +0000 (22:39 +0100)]
macosxd 2.0.0's 1 bug: fixed redraw issue within the time slider (close #6057)

12 years agomacosx: fixed a crash when rebuilding the playlist view on quit
Felix Paul Kühne [Sun, 19 Feb 2012 21:20:12 +0000 (22:20 +0100)]
macosx: fixed a crash when rebuilding the playlist view on quit

12 years agomacosx: delay the 'rebuilding fontcache' dialog (close #6040)
Felix Paul Kühne [Sun, 19 Feb 2012 21:19:53 +0000 (22:19 +0100)]
macosx: delay the 'rebuilding fontcache' dialog (close #6040)

12 years agomacosx: make sure that the video output is displayed in case the user requests a...
Felix Paul Kühne [Sun, 19 Feb 2012 21:02:42 +0000 (22:02 +0100)]
macosx: make sure that the video output is displayed in case the user requests a different item from the playlist (close #6041)

12 years agomacosx: default disable the native fullscreen mode on Lion since it is confusing...
Felix Paul Kühne [Sun, 19 Feb 2012 20:36:19 +0000 (21:36 +0100)]
macosx: default disable the native fullscreen mode on Lion since it is confusing for users with multi-screen setups

12 years agomacosx: fixed 2 long standing compilation warnings
Felix Paul Kühne [Sun, 19 Feb 2012 20:35:17 +0000 (21:35 +0100)]
macosx: fixed 2 long standing compilation warnings

12 years agomacosx: compilation fix when using the 10.5 or 10.6 SDK
Felix Paul Kühne [Sun, 19 Feb 2012 20:30:13 +0000 (21:30 +0100)]
macosx: compilation fix when using the 10.5 or 10.6 SDK

12 years agomacosx: implemented accessibility code for the custom window buttons used in the...
Felix Paul Kühne [Sun, 19 Feb 2012 19:58:40 +0000 (20:58 +0100)]
macosx: implemented accessibility code for the custom window buttons used in the black window style (close #6093)

based upon sample code by Peter Maurer - thanks so much!

12 years agomacosx: implement visual feedback for volume changes (close #5837)
Felix Paul Kühne [Sun, 19 Feb 2012 19:40:27 +0000 (20:40 +0100)]
macosx: implement visual feedback for volume changes (close #5837)

the osd sliders don't display correctly - no idea why yet so far

12 years agoDirectSound: better logging
Jean-Baptiste Kempf [Sun, 19 Feb 2012 17:30:11 +0000 (18:30 +0100)]
DirectSound: better logging

12 years agomacosx: make sure to always exit the fullscreen mode on Lion when terminating to...
Felix Paul Kühne [Sun, 19 Feb 2012 12:38:40 +0000 (13:38 +0100)]
macosx: make sure to always exit the fullscreen mode on Lion when terminating to prevent ugly artifacts on the next launch

12 years agoContribs: Update to libtiff 3.9.6
Jean-Baptiste Kempf [Sun, 19 Feb 2012 03:21:50 +0000 (04:21 +0100)]
Contribs: Update to libtiff 3.9.6

12 years agoPNG release 1.5.9 (CVE-2011-3026)
Jean-Baptiste Kempf [Sun, 19 Feb 2012 03:20:29 +0000 (04:20 +0100)]
PNG release 1.5.9 (CVE-2011-3026)

12 years agomacosx: fixed the ub creation script for the new contribs
Felix Paul Kühne [Sat, 18 Feb 2012 18:34:29 +0000 (19:34 +0100)]
macosx: fixed the ub creation script for the new contribs

12 years agoQt: remove unnecessary includes
Jean-Baptiste Kempf [Sat, 18 Feb 2012 15:10:24 +0000 (16:10 +0100)]
Qt: remove unnecessary includes

12 years agoAdd .3ga audio extension
Julien Humbert [Fri, 17 Feb 2012 15:35:34 +0000 (16:35 +0100)]
Add .3ga audio extension

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix seek in mka
Denis Charmet [Sat, 18 Feb 2012 13:35:46 +0000 (14:35 +0100)]
Fix seek in mka

Fix #6078

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: fixed OS X framework installation
Felix Paul Kühne [Sat, 18 Feb 2012 01:34:44 +0000 (02:34 +0100)]
contrib: fixed OS X framework installation

12 years agoRevert "macosx: prevent unwanted strings from being displayed instead of empty string...
Felix Paul Kühne [Sat, 18 Feb 2012 00:37:26 +0000 (01:37 +0100)]
Revert "macosx: prevent unwanted strings from being displayed instead of empty strings as suggested by xtophe"

This reverts commit a97666db8a5ee0eb8498cc068c4fe3a8d76e1783.

12 years agoMerge 2.0 NEWS
Jean-Baptiste Kempf [Fri, 17 Feb 2012 23:56:51 +0000 (00:56 +0100)]
Merge 2.0 NEWS

12 years agomacosx: prevent unwanted strings from being displayed instead of empty strings as...
Felix Paul Kühne [Fri, 17 Feb 2012 17:33:36 +0000 (18:33 +0100)]
macosx: prevent unwanted strings from being displayed instead of empty strings as suggested by xtophe

12 years agoAvoid a crash if there are duplicated files in dir
Denis Charmet [Fri, 17 Feb 2012 16:44:44 +0000 (17:44 +0100)]
Avoid a crash if there are duplicated files in dir

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: delay the progressBar longer
Jean-Baptiste Kempf [Fri, 17 Feb 2012 16:25:51 +0000 (17:25 +0100)]
Qt: delay the progressBar longer

12 years agoMKV: Don't loop if chapter changes between P and B pics
Denis Charmet [Fri, 17 Feb 2012 15:25:18 +0000 (16:25 +0100)]
MKV: Don't loop if chapter changes between P and B pics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: slightly the drawing of the mainwindow's shadow when using the black window...
Felix Paul Kühne [Fri, 17 Feb 2012 15:19:43 +0000 (16:19 +0100)]
macosx: slightly the drawing of the mainwindow's shadow when using the black window style

12 years agomacosx: fixed rounded bottom corners when using the black window style
Felix Paul Kühne [Fri, 17 Feb 2012 14:58:42 +0000 (15:58 +0100)]
macosx: fixed rounded bottom corners when using the black window style

12 years agoskins2: fix a small memory leak and downgrade from err to dbg
Erwan Tulou [Fri, 17 Feb 2012 14:04:33 +0000 (15:04 +0100)]
skins2: fix a small memory leak and downgrade from err to dbg

This last occurrence of MSG_ERR led to a memory leak.
In addition, avoid spamming the logs. A debug message is enough.

12 years agoskins2: don't stop the whole vlc instance when skins2 fails to initialize
Erwan Tulou [Fri, 17 Feb 2012 13:57:57 +0000 (14:57 +0100)]
skins2: don't stop the whole vlc instance when skins2 fails to initialize

This closes #6064

12 years agocontrib: update libpng because of CVE-2011-3464
Felix Paul Kühne [Fri, 17 Feb 2012 14:31:07 +0000 (15:31 +0100)]
contrib: update libpng because of CVE-2011-3464

12 years agoQt: simple_prefs: fix some hotkeys text
Francois Cartegnie [Fri, 17 Feb 2012 13:22:29 +0000 (14:22 +0100)]
Qt: simple_prefs: fix some hotkeys text

12 years agoQt: simple_prefs: Fix action button for hotkeys conflict dialog.
Francois Cartegnie [Fri, 17 Feb 2012 13:06:20 +0000 (14:06 +0100)]
Qt: simple_prefs: Fix action button for hotkeys conflict dialog.

As "Ok" did not mean which action would have been done.

12 years agoQt: simple_prefs: fix hotkeys change tips
Francois Cartegnie [Fri, 17 Feb 2012 13:05:38 +0000 (14:05 +0100)]
Qt: simple_prefs: fix hotkeys change tips

12 years agoQt: simple prefs: explain hotkeys scope
Francois Cartegnie [Fri, 17 Feb 2012 12:51:17 +0000 (13:51 +0100)]
Qt: simple prefs: explain hotkeys scope

12 years agoBluray: try to find mount point if block device file is passed.
Konstantin Pavlov [Wed, 15 Feb 2012 12:30:38 +0000 (16:30 +0400)]
Bluray: try to find mount point if block device file is passed.

12 years agoSupport of Mxpeg codec
Sébastien Escudier [Fri, 10 Feb 2012 14:14:26 +0000 (15:14 +0100)]
Support of Mxpeg codec

12 years agofix [56e7865dce2] compilation
Sébastien Escudier [Fri, 17 Feb 2012 09:01:01 +0000 (10:01 +0100)]
fix [56e7865dce2] compilation

12 years agoMimic a behavior of GNU libiconv on OS/2
KO Myung-Hun [Tue, 10 Jan 2012 12:07:03 +0000 (21:07 +0900)]
Mimic a behavior of GNU libiconv on OS/2

DBCS countries assign their currency symbol to '\', ASCII 92. This causes
an unexpected behavior when converting a directory separator on OS/2.
In case of GNU libiconv, it does not treat '\', ASCII 92, as a currency
symbol at all. So let's mimic GNU libiconv.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoTreat UTF-16 as UCS-2 on OS/2
KO Myung-Hun [Tue, 10 Jan 2012 12:07:02 +0000 (21:07 +0900)]
Treat UTF-16 as UCS-2 on OS/2

OS/2 supports UCS-2 only instead of UTF-16.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agomacosx: fixed wrong behavior of the drop zone introduced in [7f63022f8a94871fd6ca1be2...
Felix Paul Kühne [Fri, 17 Feb 2012 08:15:22 +0000 (09:15 +0100)]
macosx: fixed wrong behavior of the drop zone introduced in [7f63022f8a94871fd6ca1be2c9c69660ff1d7f6e] (close #6071)

12 years agoavformat : add an option to force a specific format
Sébastien Escudier [Thu, 16 Feb 2012 14:08:33 +0000 (15:08 +0100)]
avformat : add an option to force a specific format

12 years agolua: fix available module lists in README files
Pierre Ynard [Fri, 17 Feb 2012 00:19:24 +0000 (01:19 +0100)]
lua: fix available module lists in README files

12 years agoMega is dead.
Jean-Baptiste Kempf [Fri, 17 Feb 2012 00:03:08 +0000 (01:03 +0100)]
Mega is dead.

12 years agolua soundcloud.com playlist
Cheng Sun [Wed, 15 Feb 2012 19:36:02 +0000 (19:36 +0000)]
lua soundcloud.com playlist

Adds support for soundcloud.com URL parsing

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua vimeo playlist: no need to parse vlc.path more than once
Cheng Sun [Wed, 15 Feb 2012 19:34:05 +0000 (19:34 +0000)]
lua vimeo playlist: no need to parse vlc.path more than once

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua playlist README.txt - fix tiny typo
Cheng Sun [Wed, 15 Feb 2012 19:32:19 +0000 (19:32 +0000)]
lua playlist README.txt - fix tiny typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMKV: Use frame defaut duration for MKV lace pts
Denis Charmet [Thu, 16 Feb 2012 21:57:21 +0000 (22:57 +0100)]
MKV: Use frame defaut duration for MKV lace pts

This is used in many other MKV demux and prevents the pts = dts = 0 in every lace.
Fix #5165

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMKV: Avoid late picture drop when using many threads
Denis Charmet [Thu, 16 Feb 2012 21:42:14 +0000 (22:42 +0100)]
MKV: Avoid late picture drop when using many threads

Close #5953

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fixed playlist re-ordering through drag & drop (close #6045)
Felix Paul Kühne [Thu, 16 Feb 2012 23:12:58 +0000 (00:12 +0100)]
macosx: fixed playlist re-ordering through drag & drop (close #6045)

12 years agomacosx: prevent items from moving from the ml to the pl accidently
Felix Paul Kühne [Thu, 16 Feb 2012 20:22:51 +0000 (21:22 +0100)]
macosx: prevent items from moving from the ml to the pl accidently

12 years agomacosx: provide a way to hide the dropzone eventhough the playlist is empty (just...
Felix Paul Kühne [Thu, 16 Feb 2012 20:08:58 +0000 (21:08 +0100)]
macosx: provide a way to hide the dropzone eventhough the playlist is empty (just press the toggle pl button)

close #5925

12 years agomacosx: remove debug
Felix Paul Kühne [Thu, 16 Feb 2012 20:05:11 +0000 (21:05 +0100)]
macosx: remove debug

12 years agomacosx: when opening subtitles while playing a movie, try to add them to the clip...
Felix Paul Kühne [Thu, 16 Feb 2012 18:53:36 +0000 (19:53 +0100)]
macosx: when opening subtitles while playing a movie, try to add them to the clip instead of the playlist

12 years agoPlaylist: do not fetch art if you got an attachment as Art
Jean-Baptiste Kempf [Thu, 16 Feb 2012 16:27:41 +0000 (17:27 +0100)]
Playlist: do not fetch art if you got an attachment as Art

12 years agoMKV: correctly set the attachment:// URL for embedded covers
Jean-Baptiste Kempf [Thu, 16 Feb 2012 15:51:42 +0000 (16:51 +0100)]
MKV: correctly set the attachment:// URL for embedded covers

12 years agoadd exif jpeg detection to the image demuxer
Sébastien Escudier [Wed, 15 Feb 2012 10:37:58 +0000 (11:37 +0100)]
add exif jpeg detection to the image demuxer

12 years agoOSX GUI: simplify resizeWindow()
Rafaël Carré [Wed, 15 Feb 2012 21:25:43 +0000 (16:25 -0500)]
OSX GUI: simplify resizeWindow()

12 years agoOSX GUI: don't check for interface pointer
Rafaël Carré [Wed, 15 Feb 2012 19:44:09 +0000 (14:44 -0500)]
OSX GUI: don't check for interface pointer

It'll be valid the first time this function is called

12 years agoOSX GUI: move single termination variable where it's used
Rafaël Carré [Wed, 15 Feb 2012 19:42:25 +0000 (14:42 -0500)]
OSX GUI: move single termination variable where it's used

Use boolean for those variables

12 years agoOSX GUI: prevent pseudo-random crashes on quit
Rafaël Carré [Wed, 15 Feb 2012 19:36:19 +0000 (14:36 -0500)]
OSX GUI: prevent pseudo-random crashes on quit

The VLC interface object might not exist at that point

12 years agoOSX GUI: store the interface pointer to avoid multiple accesses.
Rafaël Carré [Wed, 15 Feb 2012 19:35:13 +0000 (14:35 -0500)]
OSX GUI: store the interface pointer to avoid multiple accesses.

It saves quite a bit of CPU time over when VLCIntf is accessed several times.

12 years agomacosx: fixed alignment issues in the main window's bottom bar
Felix Paul Kühne [Wed, 15 Feb 2012 18:29:57 +0000 (19:29 +0100)]
macosx: fixed alignment issues in the main window's bottom bar

12 years agoQt: trigger epg on program doubleclick
Francois Cartegnie [Wed, 15 Feb 2012 16:27:38 +0000 (17:27 +0100)]
Qt: trigger epg on program doubleclick

12 years agomacosx vout: update display after crop / ar even if "macosx-video-autoresize" is...
David Fuhrmann [Tue, 14 Feb 2012 07:28:31 +0000 (08:28 +0100)]
macosx vout: update display after crop / ar even if "macosx-video-autoresize" is false

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: updated graphics for the dark main window (close #6058)
Damien Erambert [Wed, 15 Feb 2012 15:05:11 +0000 (16:05 +0100)]
macosx: updated graphics for the dark main window (close #6058)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: start the right playlist item when adding new ones
David Fuhrmann [Wed, 15 Feb 2012 14:14:34 +0000 (15:14 +0100)]
macosx: start the right playlist item when adding new ones

fixes #6048

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure that non-embedded window is not visible when we play audio file
David Fuhrmann [Wed, 15 Feb 2012 14:14:33 +0000 (15:14 +0100)]
macosx: make sure that non-embedded window is not visible when we play audio file

This is especially needed, when a video finishes and the next item in playlist is an audio file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make fullscreen animation compatible with non-embedded window
David Fuhrmann [Wed, 15 Feb 2012 14:14:32 +0000 (15:14 +0100)]
macosx: make fullscreen animation compatible with non-embedded window

makes sure that the non-embedded window fade out properly,
also leaves the main windows visible, the user wants to probably see it when it is on another display

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: choose right default screen when entering fullscreen
David Fuhrmann [Wed, 15 Feb 2012 14:14:31 +0000 (15:14 +0100)]
macosx: choose right default screen when entering fullscreen

this is expecially important when MainWindow is on one screen and non-embedded window on the other

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure that isFullscreen only returns true in an actual fullscreen window
David Fuhrmann [Wed, 15 Feb 2012 14:14:30 +0000 (15:14 +0100)]
macosx: make sure that isFullscreen only returns true in an actual fullscreen window

this fixes the issue that nonembedded window was not allowed to resize itself (e.g. after aspect ratio change)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure the interface doesn't leak any inputs. fixes crashes on quit after...
Felix Paul Kühne [Wed, 15 Feb 2012 14:37:12 +0000 (15:37 +0100)]
macosx: make sure the interface doesn't leak any inputs. fixes crashes on quit after adding a file to the playlist

12 years agoMKV: workaround the seeking-to-0 issue on Win32
Jean-Baptiste Kempf [Wed, 15 Feb 2012 00:24:33 +0000 (01:24 +0100)]
MKV: workaround the seeking-to-0 issue on Win32

The faster way to seek does not work on win32, for some reason
Close #6006

12 years agodash: Fixing windows build
Hugo Beauzée-Luyssen [Tue, 14 Feb 2012 17:18:08 +0000 (18:18 +0100)]
dash: Fixing windows build

12 years agoMacOS X: fix no menu dvd MRL in open dialog
Jean-Baptiste Kempf [Tue, 14 Feb 2012 17:53:49 +0000 (18:53 +0100)]
MacOS X: fix no menu dvd MRL in open dialog

Close #6027

12 years agomacosx: since Cocoa expects the main thread to quit (and needs to run on the main...
Felix Paul Kühne [Tue, 14 Feb 2012 17:39:17 +0000 (18:39 +0100)]
macosx: since Cocoa expects the main thread to quit (and needs to run on the main thread in the first place), we cannot join the macosx intf's thread (fixes #6026)

12 years agoAudioscrobbler: Replace ParseURL() by vlc_UrlParse().
Samuel Pitoiset [Mon, 13 Feb 2012 11:52:01 +0000 (12:52 +0100)]
Audioscrobbler: Replace ParseURL() by vlc_UrlParse().

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agodash: BasicCMManager: Fixing a warning.
Hugo Beauzée-Luyssen [Tue, 14 Feb 2012 16:28:55 +0000 (17:28 +0100)]
dash: BasicCMManager: Fixing a warning.

12 years agodash: remove some disturbing couts from isoffmainmanager
Christopher Mueller [Sat, 11 Feb 2012 11:00:04 +0000 (12:00 +0100)]
dash: remove some disturbing couts from isoffmainmanager

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: downloader avoid div by zero
Christopher Mueller [Sat, 11 Feb 2012 11:00:03 +0000 (12:00 +0100)]
dash: downloader avoid div by zero

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: fixed segfault when period is null
Christopher Mueller [Sat, 11 Feb 2012 11:00:02 +0000 (12:00 +0100)]
dash: fixed segfault when period is null

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added buffer size to prefs
Christopher Mueller [Tue, 14 Feb 2012 15:43:46 +0000 (16:43 +0100)]
dash: added buffer size to prefs

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: removed couts from downloader
Christopher Mueller [Sat, 11 Feb 2012 11:00:00 +0000 (12:00 +0100)]
dash: removed couts from downloader

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added buffer and downloader to manager
Christopher Mueller [Tue, 14 Feb 2012 15:43:44 +0000 (16:43 +0100)]
dash: added buffer and downloader to manager

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: set chunk bitrate
Christopher Mueller [Sat, 11 Feb 2012 10:59:58 +0000 (11:59 +0100)]
dash: set chunk bitrate

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added downloader and bitrate to chunk
Christopher Mueller [Sat, 11 Feb 2012 10:59:57 +0000 (11:59 +0100)]
dash: added downloader and bitrate to chunk

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: removed couts from buffer
Christopher Mueller [Sat, 11 Feb 2012 10:59:56 +0000 (11:59 +0100)]
dash: removed couts from buffer

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>