]> git.sesse.net Git - vlc/log
vlc
18 years ago* all: the skin sliders can now have a background image, which
Cyril Deguet [Tue, 8 Nov 2005 20:26:13 +0000 (20:26 +0000)]
* all: the skin sliders can now have a background image, which
 depends on the position of the slider. The "Slider" elements now
 have optional attributes "background", which the Id of a bitmap,
 and "nbimages" which is the number of images in the bitmap (it
 is similar to the radialslider). At the moment there is a hack
 to support winamp slider bars: the different images must be
 separated by 3 rows of unused pixels (well, maybe they are
 useful; if someone knows how... ;)
* theme_loader.cpp: convert the file names from zip archives to
  lower case, to avoid mixed case issues in some winamp skins

18 years ago * skins2: expect the .wsz extension for winamp2 skins, instead of .zip
Olivier Teulière [Tue, 8 Nov 2005 19:23:27 +0000 (19:23 +0000)]
 * skins2: expect the .wsz extension for winamp2 skins, instead of .zip

18 years ago* modules/demux/ps.c: don't flood everything with "garbage at input" messages if...
Gildas Bazin [Tue, 8 Nov 2005 19:06:11 +0000 (19:06 +0000)]
* modules/demux/ps.c: don't flood everything with "garbage at input" messages if we lost sync.

18 years ago* removed the file-extension 'm4p' since we can't decode it anyway and added 'm4v'
Felix Paul Kühne [Tue, 8 Nov 2005 18:27:03 +0000 (18:27 +0000)]
* removed the file-extension 'm4p' since we can't decode it anyway and added 'm4v'

18 years agoSupport new HAL API. Based on patch by Josselin Mouette
Clément Stenac [Tue, 8 Nov 2005 09:50:51 +0000 (09:50 +0000)]
Support new HAL API. Based on patch by Josselin Mouette

18 years ago * doc/skins/skins2-howto: document the SubBitmap tag
Olivier Teulière [Mon, 7 Nov 2005 22:10:17 +0000 (22:10 +0000)]
 * doc/skins/skins2-howto: document the SubBitmap tag

18 years agobootstrap: test for the presence of contrib/share/aclocal before including it because...
Christophe Mutricy [Mon, 7 Nov 2005 20:15:16 +0000 (20:15 +0000)]
bootstrap: test for the presence of contrib/share/aclocal before including it because m4 react badly to missing directory

18 years ago * skins2/winamp2.xml: exchanged volume_up and volume_down images
Olivier Teulière [Sun, 6 Nov 2005 21:39:38 +0000 (21:39 +0000)]
 * skins2/winamp2.xml: exchanged volume_up and volume_down images

18 years ago* sdl_image.c: fixed 8bpp too
Cyril Deguet [Sun, 6 Nov 2005 20:53:01 +0000 (20:53 +0000)]
* sdl_image.c: fixed 8bpp too

18 years ago* winamp2.xml: added the volume slider
Cyril Deguet [Sun, 6 Nov 2005 20:11:06 +0000 (20:11 +0000)]
* winamp2.xml: added the volume slider

18 years agoforward-port [13146]
Felix Paul Kühne [Sun, 6 Nov 2005 19:45:59 +0000 (19:45 +0000)]
forward-port [13146]

18 years ago * skins2/src/theme_loader.cpp: Fixed another directory delimiter issue. The winamp...
Olivier Teulière [Sun, 6 Nov 2005 19:35:57 +0000 (19:35 +0000)]
 * skins2/src/theme_loader.cpp: Fixed another directory delimiter issue. The winamp skins load perfectly on windows now...

18 years ago * skins2/src/theme_loader.cpp: use the os-dependent path delimiter
Olivier Teulière [Sun, 6 Nov 2005 18:46:25 +0000 (18:46 +0000)]
 * skins2/src/theme_loader.cpp: use the os-dependent path delimiter

18 years ago* skin_parser.cpp: fixed the hack for nums_ex.bmp/numbers.bmp
Cyril Deguet [Sun, 6 Nov 2005 18:19:19 +0000 (18:19 +0000)]
* skin_parser.cpp: fixed the hack for nums_ex.bmp/numbers.bmp
* winamp2.xml: more controls

18 years ago* winamp2.xml: hack to support nums_ex.bmp and numbers.bmp
Cyril Deguet [Sun, 6 Nov 2005 17:05:50 +0000 (17:05 +0000)]
* winamp2.xml: hack to support nums_ex.bmp and numbers.bmp
* theme_loader.cpp: correct handling of subdirectories in winamp
  skins

18 years ago* winamp2.xml: generic theme file for winamp2 skins. Still a
Cyril Deguet [Sun, 6 Nov 2005 16:17:57 +0000 (16:17 +0000)]
* winamp2.xml: generic theme file for winamp2 skins. Still a
 lot of things to do but it works !
* theme_loader.cpp: when a theme contains no XML file, assume
 we are trying to load a winamp skin, and use winamp2.xml
* vlcproc.cpp: repaired text variables ($N was broken)

18 years ago* all: added a new xml element: "SubBitmap". It allows to define
Cyril Deguet [Sun, 6 Nov 2005 14:23:16 +0000 (14:23 +0000)]
* all: added a new xml element: "SubBitmap". It allows to define
  several bitmaps in a skin from regions of the same image file.
  Usage is:
  <Bitmap id="body" file="main.bmp" alphacolor="#FF0000">
    <SubBitmap id="sub1" x="0" y="10" width="100" height="100" />
    <SubBitmap id="sub2" x="100" y="10" width="100" height="100" />
  </Bitmap>

18 years ago* dialogs.cpp: added .zip in the "open skin" dialog
Cyril Deguet [Sun, 6 Nov 2005 12:39:11 +0000 (12:39 +0000)]
* dialogs.cpp: added .zip in the "open skin" dialog

18 years ago* all: support .zip for skin themes in addition to tar.gz (vlt)
Cyril Deguet [Sun, 6 Nov 2005 12:31:53 +0000 (12:31 +0000)]
* all: support .zip for skin themes in addition to tar.gz (vlt)
  Borrowed code from Gilles Vollant for the unzip part
  (I guess this code should be put elsewhere in vlc, but it was
  the easy way for me at the moment;) I hope it compiles fine
  everywhere, I've tested only on linux.
  Now, everything's ready for winamp skins ;)

18 years ago* all: renamed PngBitmap into FileBitmap, as any image format
Cyril Deguet [Sat, 5 Nov 2005 17:18:23 +0000 (17:18 +0000)]
* all: renamed PngBitmap into FileBitmap, as any image format
 can be loaded

18 years ago* sdl_image.c: fixed decoding of 24/32 bpp images (the color masks were not
Cyril Deguet [Sat, 5 Nov 2005 17:05:25 +0000 (17:05 +0000)]
* sdl_image.c: fixed decoding of 24/32 bpp images (the color masks were not
 taken into account, which caused getting RGBA pictures instead of ARGB,
 or GBR instead of RGB). 8bpp is obviously broken too, I have not tested it.
 --> now BMP images (and other formats) can be used in skins, not only PNG!
  (of course the goal is to add a winamp skins loader ;-)

18 years ago* all: added a variable "equalizer.isEnabled" and commands
Cyril Deguet [Sat, 5 Nov 2005 11:54:38 +0000 (11:54 +0000)]
* all: added a variable "equalizer.isEnabled" and commands
 "equalizer.enable()" and "equalizer.disable()" to enable
  or disable the equalizer audio filter.
  + small fixes

18 years agoFix segfault on malformated command
Rémi Denis-Courmont [Fri, 4 Nov 2005 21:08:37 +0000 (21:08 +0000)]
Fix segfault on malformated command
Bug report credited to Matthew Hodgson

18 years agoforwardport of [13130]
Marian Durkovic [Fri, 4 Nov 2005 08:12:16 +0000 (08:12 +0000)]
forwardport of [13130]

18 years agoforgot to remove the original vlc_release_object()
Jean-Paul Saman [Thu, 3 Nov 2005 22:10:25 +0000 (22:10 +0000)]
forgot to remove the original vlc_release_object()

18 years agoForward port from revision 13127
Jean-Paul Saman [Thu, 3 Nov 2005 22:08:23 +0000 (22:08 +0000)]
Forward port from revision 13127

18 years ago...
Antoine Cellerier [Thu, 3 Nov 2005 20:03:41 +0000 (20:03 +0000)]
...

18 years agowoops ... remove debug
Antoine Cellerier [Thu, 3 Nov 2005 16:54:36 +0000 (16:54 +0000)]
woops ... remove debug

18 years agoNew MSN (c) (tm) (r) "What I'm Listening To" plugin.
Antoine Cellerier [Thu, 3 Nov 2005 16:52:17 +0000 (16:52 +0000)]
New MSN (c) (tm) (r) "What I'm Listening To" plugin.

18 years agocontrib/makefile: tweak for cygwin. not tested. Feedback welcome
Christophe Mutricy [Thu, 3 Nov 2005 09:26:26 +0000 (09:26 +0000)]
contrib/makefile: tweak for cygwin. not tested. Feedback welcome

18 years agocontrib/makefile: disable portaudio until someone make it compile
Christophe Mutricy [Thu, 3 Nov 2005 09:16:45 +0000 (09:16 +0000)]
contrib/makefile: disable portaudio until someone make it compile

18 years ago* modules/gui/wxwidgets/*: compilation fixes.
Gildas Bazin [Thu, 3 Nov 2005 08:58:40 +0000 (08:58 +0000)]
* modules/gui/wxwidgets/*: compilation fixes.

18 years agouse the new values when resizing
Marian Durkovic [Thu, 3 Nov 2005 08:22:13 +0000 (08:22 +0000)]
use the new values when resizing

18 years ago* modules/gui/wince/video.cpp: forgot a VOUT_SET_ZOOM.
Gildas Bazin [Wed, 2 Nov 2005 23:39:36 +0000 (23:39 +0000)]
* modules/gui/wince/video.cpp: forgot a VOUT_SET_ZOOM.

18 years ago* modules/codec/libmpeg2.c: use sequence->picture_width insted of display_width since...
Gildas Bazin [Wed, 2 Nov 2005 23:29:47 +0000 (23:29 +0000)]
* modules/codec/libmpeg2.c: use sequence->picture_width insted of display_width since display_width is used to convey the pan&scan info.

18 years ago* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and implemented a VOUT_GET_SIZE for...
Gildas Bazin [Wed, 2 Nov 2005 23:18:53 +0000 (23:18 +0000)]
* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and implemented a VOUT_GET_SIZE for some of the vouts.

18 years ago* all: first support of graphical equalizer in the skins2 interface.
Cyril Deguet [Wed, 2 Nov 2005 22:01:06 +0000 (22:01 +0000)]
* all: first support of graphical equalizer in the skins2 interface.
  It can be defined in the XML with usual sliders, using the new
  variables equalizer.band(0), ..., equalizer.band(9)
  (0% means -20dB, and 100% means +20 dB).
  More things to come, but it is already working as is.
* all: AsyncQueue::push() now does also a remove() by default, as
  the two methods are always called together

18 years agorevert 13023 as is doesn't fix anything
Benjamin Pracht [Wed, 2 Nov 2005 21:41:45 +0000 (21:41 +0000)]
revert 13023 as is doesn't fix anything

18 years agoOuuups, forgot to uncomment some code I had commented for testing purposes
Benjamin Pracht [Wed, 2 Nov 2005 21:35:16 +0000 (21:35 +0000)]
Ouuups, forgot to uncomment some code I had commented for testing purposes

18 years ago* extras/contrib/src/Makefile, extras/contrib/src/Patches/libmpcdec.patch: patch...
Gildas Bazin [Wed, 2 Nov 2005 20:08:44 +0000 (20:08 +0000)]
* extras/contrib/src/Makefile, extras/contrib/src/Patches/libmpcdec.patch: patch for libmpcdec on win32.

18 years ago* extras/contrib/src/Makefile: disable asm in FLAC on win32 since its build system...
Gildas Bazin [Wed, 2 Nov 2005 19:46:55 +0000 (19:46 +0000)]
* extras/contrib/src/Makefile: disable asm in FLAC on win32 since its build system insists on creating elf objects (would need fixing).

18 years agoWe use Portaudio v19
Christophe Mutricy [Wed, 2 Nov 2005 19:42:30 +0000 (19:42 +0000)]
We use Portaudio v19

18 years agoContrib: Add Portaudio ( closes #419)
Christophe Mutricy [Wed, 2 Nov 2005 19:27:34 +0000 (19:27 +0000)]
Contrib: Add Portaudio ( closes #419)

18 years agop( vlc.getInterfaces().getInterface( "wxwidgets" ).isBroken() ) = 1/2
Clément Stenac [Wed, 2 Nov 2005 19:20:34 +0000 (19:20 +0000)]
p( vlc.getInterfaces().getInterface( "wxwidgets" ).isBroken() ) = 1/2

aka : merge the big wx changes from branch

18 years agocontrib/makefile: add libmpcdec (Musepack) to win contribs
Christophe Mutricy [Wed, 2 Nov 2005 18:47:48 +0000 (18:47 +0000)]
contrib/makefile: add libmpcdec (Musepack) to win contribs

18 years agoMerge test/ stuff
Clément Stenac [Wed, 2 Nov 2005 18:33:23 +0000 (18:33 +0000)]
Merge test/ stuff

18 years agoMerge fixes to the python binding from my branch
Clément Stenac [Wed, 2 Nov 2005 18:32:39 +0000 (18:32 +0000)]
Merge fixes to the python binding from my branch

18 years agocontrib/makefile: Fix dirac compilation
Christophe Mutricy [Wed, 2 Nov 2005 17:04:29 +0000 (17:04 +0000)]
contrib/makefile: Fix dirac compilation

18 years ago* modules/gui/wxwidgets/playlist.cpp: don't call treectrl->EnsureVisible() when updat...
Gildas Bazin [Wed, 2 Nov 2005 16:02:01 +0000 (16:02 +0000)]
* modules/gui/wxwidgets/playlist.cpp: don't call treectrl->EnsureVisible() when updating a playlist item. That just makes navigation of the playlist unusable.

18 years ago* just don't run INSTALL_NAME on OSX, but on all other platforms (thx to xtophe)
Felix Paul Kühne [Wed, 2 Nov 2005 15:48:54 +0000 (15:48 +0000)]
* just don't run INSTALL_NAME on OSX, but on all other platforms (thx to xtophe)

18 years ago* fixed the compilation of some libs on OSX:
Felix Paul Kühne [Wed, 2 Nov 2005 15:37:44 +0000 (15:37 +0000)]
* fixed the compilation of some libs on OSX:
    - faad2, goom2k4, libpng, ffmpeg (modified gibalou's patch and moved it to a win32-file)

18 years agofix for missing modules - hope this closes #412
Marian Durkovic [Wed, 2 Nov 2005 13:42:48 +0000 (13:42 +0000)]
fix for missing modules - hope this closes #412

18 years ago* fixed the compilation of libiconv on OSX
Felix Paul Kühne [Wed, 2 Nov 2005 12:04:54 +0000 (12:04 +0000)]
* fixed the compilation of libiconv on OSX

18 years ago* run 'make src' by default, since 'make bin' isn't and won't be available
Felix Paul Kühne [Wed, 2 Nov 2005 11:50:37 +0000 (11:50 +0000)]
* run 'make src' by default, since 'make bin' isn't and won't be available

18 years ago* modules/gui/wxwidgets/playlist.cpp: if too many items are queued to be added to...
Gildas Bazin [Wed, 2 Nov 2005 10:25:41 +0000 (10:25 +0000)]
* modules/gui/wxwidgets/playlist.cpp: if too many items are queued to be added to the playlist then it is quicker to just rebuild the whole playlist instead of inserting items one by one (fixes huge slowdown when using shoutcast).

18 years ago* modules/gui/wxwidgets/playlist.cpp: don't forget to unlock the playlist.
Gildas Bazin [Wed, 2 Nov 2005 09:30:43 +0000 (09:30 +0000)]
* modules/gui/wxwidgets/playlist.cpp: don't forget to unlock the playlist.

18 years agocontrib/Makefile: faad2: bootstrap only if we patch.
Christophe Mutricy [Wed, 2 Nov 2005 09:07:04 +0000 (09:07 +0000)]
contrib/Makefile: faad2: bootstrap only if we patch.

18 years ago* modules/codec/x264.c: x264 now supports non-mod 16 resolutions.
Gildas Bazin [Tue, 1 Nov 2005 22:30:06 +0000 (22:30 +0000)]
* modules/codec/x264.c: x264 now supports non-mod 16 resolutions.

18 years ago* extras/contrib/Makefile, Patches/x264-svn-win32.patch: x264 win32 build fix.
Gildas Bazin [Tue, 1 Nov 2005 22:09:39 +0000 (22:09 +0000)]
* extras/contrib/Makefile, Patches/x264-svn-win32.patch: x264 win32 build fix.

18 years ago* Patches/ffmpeg-cvs.patch: lrintf() detection work-around for win32.
Gildas Bazin [Tue, 1 Nov 2005 21:47:49 +0000 (21:47 +0000)]
* Patches/ffmpeg-cvs.patch: lrintf() detection work-around for win32.

18 years agoupdate my info
Antoine Cellerier [Tue, 1 Nov 2005 21:07:59 +0000 (21:07 +0000)]
update my info

18 years ago* extras/contrib/src/Makefile: set PKG_CONFIG_PATH on win32.
Gildas Bazin [Tue, 1 Nov 2005 21:04:50 +0000 (21:04 +0000)]
* extras/contrib/src/Makefile: set PKG_CONFIG_PATH on win32.

18 years agoMisc changes
Antoine Cellerier [Tue, 1 Nov 2005 20:50:07 +0000 (20:50 +0000)]
Misc changes

18 years agoAdd detection of ranlib and ar when crosscompiling. It's not fixing the linking probl...
Christophe Mutricy [Tue, 1 Nov 2005 18:38:14 +0000 (18:38 +0000)]
Add detection of ranlib and ar when crosscompiling. It's not fixing the linking problem :(

18 years agoFix x264 patch
Christophe Mutricy [Tue, 1 Nov 2005 18:37:02 +0000 (18:37 +0000)]
Fix x264 patch

18 years ago* all: added an attribute "autoresize" to the Video control.
Cyril Deguet [Tue, 1 Nov 2005 15:53:07 +0000 (15:53 +0000)]
* all: added an attribute "autoresize" to the Video control.
  When it is set to "true", the window is automatically resized
  when the vout size changes.

18 years agoRevert previous commit and Proper solution
Christophe Mutricy [Tue, 1 Nov 2005 15:04:06 +0000 (15:04 +0000)]
Revert previous commit and Proper solution

18 years agoDelete this one by mistake
Christophe Mutricy [Tue, 1 Nov 2005 14:58:12 +0000 (14:58 +0000)]
Delete this one by mistake

18 years ago*configure.ac: It was confusing pkg-config on MacOSX
Christophe Mutricy [Tue, 1 Nov 2005 13:58:33 +0000 (13:58 +0000)]
*configure.ac: It was confusing pkg-config on MacOSX

18 years agocontrib/Makefile: svn for mkv/ebml + cddb is a tgz
Christophe Mutricy [Tue, 1 Nov 2005 13:09:51 +0000 (13:09 +0000)]
contrib/Makefile: svn for mkv/ebml + cddb is a tgz

18 years agoOops
Christophe Mutricy [Tue, 1 Nov 2005 12:13:33 +0000 (12:13 +0000)]
Oops

18 years agoDon't put .zlib as requirement as it can came from the system
Christophe Mutricy [Tue, 1 Nov 2005 11:39:49 +0000 (11:39 +0000)]
Don't put .zlib as requirement as it can came from the system

18 years agoALL: Merge the win32-contrib branch.
Christophe Mutricy [Tue, 1 Nov 2005 11:30:23 +0000 (11:30 +0000)]
ALL: Merge the win32-contrib branch.

Todo:
Fix FLAC
SDL patch by Meuh

18 years ago* modules/stream_out/transcode.c: fixed small memleak.
Gildas Bazin [Mon, 31 Oct 2005 23:26:56 +0000 (23:26 +0000)]
* modules/stream_out/transcode.c: fixed small memleak.

18 years ago* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs to be malloc()ed.
Gildas Bazin [Mon, 31 Oct 2005 23:10:29 +0000 (23:10 +0000)]
* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs to be malloc()ed.

18 years ago* modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width...
Gildas Bazin [Mon, 31 Oct 2005 22:42:04 +0000 (22:42 +0000)]
* modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width/height, not display_width/height (required for broken DVDs).

18 years agoOups, latest commit was broken.
Benjamin Pracht [Mon, 31 Oct 2005 19:53:30 +0000 (19:53 +0000)]
Oups, latest commit was broken.

18 years agoFix a mistake in the resampling algorithm (hope I didn't forget any place)
Benjamin Pracht [Mon, 31 Oct 2005 19:46:29 +0000 (19:46 +0000)]
Fix a mistake in the resampling algorithm (hope I didn't forget any place)

18 years ago* modules/codec/ffmpeg/demux.c: do not re-invent the wheel.
Gildas Bazin [Mon, 31 Oct 2005 19:14:39 +0000 (19:14 +0000)]
* modules/codec/ffmpeg/demux.c: do not re-invent the wheel.

18 years ago* modules/codec/ffmpeg/demux.c: added raw video support.
Gildas Bazin [Mon, 31 Oct 2005 19:10:00 +0000 (19:10 +0000)]
* modules/codec/ffmpeg/demux.c: added raw video support.

18 years agofixed untranslatable strings
Marian Durkovic [Mon, 31 Oct 2005 13:34:17 +0000 (13:34 +0000)]
fixed untranslatable strings

18 years agowe need 16:10 cropping as well, there are monitors with this
Marian Durkovic [Mon, 31 Oct 2005 13:17:28 +0000 (13:17 +0000)]
we need 16:10 cropping as well, there are monitors with this
aspect ratio (e.g. 1280x800, 1920x1200)

18 years agoavoid rounding problems
Marian Durkovic [Mon, 31 Oct 2005 13:13:55 +0000 (13:13 +0000)]
avoid rounding problems

18 years agosar_num needs to be adjusted as well
Marian Durkovic [Mon, 31 Oct 2005 12:44:12 +0000 (12:44 +0000)]
sar_num needs to be adjusted as well

18 years agomake Crop or Aspect change autoamtically resize the window
Marian Durkovic [Mon, 31 Oct 2005 07:33:48 +0000 (07:33 +0000)]
make Crop or Aspect change autoamtically resize the window

18 years agoVOUT_SET_ZOOM can't be relative, since it doesn't work if user saved
Marian Durkovic [Mon, 31 Oct 2005 07:28:26 +0000 (07:28 +0000)]
VOUT_SET_ZOOM can't be relative, since it doesn't work if user saved
anything else than zoom=1.0 in Preferences.
Reworked it to always go through InitWindowsize()

18 years ago* changed default value of sub-margin to 0
Derk-Jan Hartman [Mon, 31 Oct 2005 01:46:14 +0000 (01:46 +0000)]
* changed default value of sub-margin to 0
* sub elements can be moved up (positive values) and down (negative)
* force_crop'ed elements cannot be moves (usually only dvd menu's)
* works for spudec and subsdec
* if the margin / offset correction forces the picture out of the main picture, the offset is cropped so that the subpicture is still 100% visible.

18 years ago* if we are certain we have a visualization module, don't try to open it as an audio...
Derk-Jan Hartman [Sun, 30 Oct 2005 21:21:22 +0000 (21:21 +0000)]
* if we are certain we have a visualization module, don't try to open it as an audio-filter first. (fixes #416)

18 years ago* added DJ's 10.2-patch again. Fixes the compilation of libcddb on the xserve.
Felix Paul Kühne [Sun, 30 Oct 2005 19:52:47 +0000 (19:52 +0000)]
* added DJ's 10.2-patch again. Fixes the compilation of libcddb on the xserve.
* macosx.m: renamed "Stretch Aspect ratio" to "Stretch video to fill window" to make the option's meaning a bit more clear (thanks to Jonas for the hint)

18 years ago* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in LibavcodecCallback().
Gildas Bazin [Sun, 30 Oct 2005 19:50:14 +0000 (19:50 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in LibavcodecCallback().

18 years ago* modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded.
Gildas Bazin [Sun, 30 Oct 2005 19:38:44 +0000 (19:38 +0000)]
* modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded.

18 years ago* modules/codec/ffmpeg/ffmpeg.c: fixed crash in LibavcodecCallback() when used from...
Gildas Bazin [Sun, 30 Oct 2005 19:35:21 +0000 (19:35 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: fixed crash in LibavcodecCallback() when used from libavformat.

18 years ago* forwardport [13037]
Felix Paul Kühne [Sun, 30 Oct 2005 19:35:10 +0000 (19:35 +0000)]
* forwardport [13037]

18 years ago* fixed some other strings
Felix Paul Kühne [Sun, 30 Oct 2005 19:05:52 +0000 (19:05 +0000)]
* fixed some other strings

18 years ago* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT...
Gildas Bazin [Sun, 30 Oct 2005 19:00:12 +0000 (19:00 +0000)]
* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT RLE).
* modules/codec/ffmpeg/ffmpeg.c: added QT RLE fourcc.
--This line, and
those below, will be ignored--

M    codec/ffmpeg/ffmpeg.c
M    demux/mp4/mp4.c

18 years ago* modules/codec/ffmpeg/demux.c: Updated to use latest libavformat api (was broken...
Gildas Bazin [Sun, 30 Oct 2005 18:04:48 +0000 (18:04 +0000)]
* modules/codec/ffmpeg/demux.c: Updated to use latest libavformat api (was broken due to libavformat api changes).

18 years ago* fixed some untranslatable strings and strings which existed both with and without...
Felix Paul Kühne [Sun, 30 Oct 2005 17:27:01 +0000 (17:27 +0000)]
* fixed some untranslatable strings and strings which existed both with and without trailing spaces. Thanks to Jonas A. Larsen for notifying me about them.

18 years ago* forwardport [13030]
Felix Paul Kühne [Sun, 30 Oct 2005 17:15:13 +0000 (17:15 +0000)]
* forwardport [13030]

18 years ago* forwardport of 13010
Derk-Jan Hartman [Sun, 30 Oct 2005 16:42:40 +0000 (16:42 +0000)]
* forwardport of 13010

18 years ago* modules/demux/real.c, modules/access/rtsp/*: fixes for real rtsp / demuxing.
Gildas Bazin [Sun, 30 Oct 2005 16:25:28 +0000 (16:25 +0000)]
* modules/demux/real.c, modules/access/rtsp/*: fixes for real rtsp / demuxing.