]> git.sesse.net Git - vlc/log
vlc
19 years ago* Do not search a visualizer in strict mode
Clément Stenac [Tue, 28 Dec 2004 20:29:28 +0000 (20:29 +0000)]
* Do not search a visualizer in strict mode
* Fix --help with module lists

19 years ago* Typo
Andre Pang [Tue, 28 Dec 2004 14:12:14 +0000 (14:12 +0000)]
* Typo

19 years ago* Make VLC win32 package in build directory, not source directory
Andre Pang [Tue, 28 Dec 2004 14:11:36 +0000 (14:11 +0000)]
* Make VLC win32 package in build directory, not source directory
* Added package-win32-base-exe-cygwin Makefile target, for Cygwin/msys users who don't need wine.  (This should really be folded into the package-win32-base-exe target, but I'm not sure what the best way to detect a Cygwin/msys build environment is ...)

19 years ago* Extra sanity checks and debugging info for Annodex (Ogg) demuxer
Andre Pang [Tue, 28 Dec 2004 11:10:18 +0000 (11:10 +0000)]
* Extra sanity checks and debugging info for Annodex (Ogg) demuxer
* Detect "Content-Type" header in Annodex files case-insensitively

19 years ago* Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such...
Andre Pang [Tue, 28 Dec 2004 11:06:02 +0000 (11:06 +0000)]
* Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such as Windows)

19 years agoSome cleanup and unification with xine vcd plugin.
Rocky Bernstein [Sun, 26 Dec 2004 18:29:50 +0000 (18:29 +0000)]
Some cleanup and unification with xine vcd plugin.

19 years ago- Fixes HTTP access EOF detection
Rémi Denis-Courmont [Sun, 26 Dec 2004 11:21:39 +0000 (11:21 +0000)]
- Fixes HTTP access EOF detection

19 years agoCommon disconnection code in Disconnect()
Rémi Denis-Courmont [Sun, 26 Dec 2004 11:07:37 +0000 (11:07 +0000)]
Common disconnection code in Disconnect()

19 years agoInitial HTTP/SSL access
Rémi Denis-Courmont [Sun, 26 Dec 2004 10:31:27 +0000 (10:31 +0000)]
Initial HTTP/SSL access
(still a bit rough on EOF)

19 years agoGeneric client SSL/TLS support
Rémi Denis-Courmont [Sun, 26 Dec 2004 10:21:47 +0000 (10:21 +0000)]
Generic client SSL/TLS support

19 years agoTitle hell. Seems like titles work substantially differently for
Rocky Bernstein [Sun, 26 Dec 2004 00:14:38 +0000 (00:14 +0000)]
Title hell.  Seems like titles work substantially differently for
navigation versus plaback.

19 years ago- Fix segfault when TLS handshake fails (introduced in previous commit)
Rémi Denis-Courmont [Sat, 25 Dec 2004 21:39:20 +0000 (21:39 +0000)]
- Fix segfault when TLS handshake fails (introduced in previous commit)

19 years ago- Non blocking TLS handshaking
Rémi Denis-Courmont [Sat, 25 Dec 2004 21:35:09 +0000 (21:35 +0000)]
- Non blocking TLS handshaking

19 years agoAdd a disc-mode and navigation-style control.
Rocky Bernstein [Sat, 25 Dec 2004 19:33:20 +0000 (19:33 +0000)]
Add a disc-mode and navigation-style control.

19 years agoDon't update author view on the fly (workaround complete author view breakage)
Clément Stenac [Sat, 25 Dec 2004 16:35:26 +0000 (16:35 +0000)]
Don't update author view on the fly (workaround complete author view breakage)

19 years agoinfo.c: Add LID info in stream and media info.
Rocky Bernstein [Sat, 25 Dec 2004 13:58:09 +0000 (13:58 +0000)]
info.c: Add LID info in stream and media info.
vcdplayer.{c,h}, since this tries to be platform independent use bool
rather than VLC_BOOL.

Some segment play back improvments. (I hope).

19 years agoFix connection close, patch by Ted Deppner <ted at psyber dot com>
Clément Stenac [Sat, 25 Dec 2004 12:21:47 +0000 (12:21 +0000)]
Fix connection close, patch by Ted Deppner <ted at psyber dot com>

19 years ago* Fix title display above the scrollbar
Benjamin Pracht [Fri, 24 Dec 2004 11:50:03 +0000 (11:50 +0000)]
* Fix title display above the scrollbar
* Fix the shuffle checkbox
* Expand playlist to the currently playing item and select it

19 years agoCheck to see if a particular subtitle channel is selected. All
Rocky Bernstein [Fri, 24 Dec 2004 11:42:55 +0000 (11:42 +0000)]
Check to see if a particular subtitle channel is selected. All
subtitles languages were appearing overlayed. I guess some code got
left out in the recent conversion.

Set a category and subcategory.

19 years ago* locking issue and code cleanup
Derk-Jan Hartman [Fri, 24 Dec 2004 01:14:35 +0000 (01:14 +0000)]
* locking issue and code cleanup

19 years agoDeal with just one of the many crashes. This one in trying to find an entry
Rocky Bernstein [Thu, 23 Dec 2004 04:28:19 +0000 (04:28 +0000)]
Deal with just one of the many crashes. This one in trying to find an entry
point inside a segment. Duh.

19 years agoFill out more VCD player-independent parts. Modal (track, segment,
Rocky Bernstein [Thu, 23 Dec 2004 04:01:45 +0000 (04:01 +0000)]
Fill out more VCD player-independent parts. Modal (track, segment,
entry) playing is better.

Still frame and menu selection is still quite a mess.

19 years ago* src/libvlc.h: Added a "snapshot-format" option to be able to select png or jpg...
Derk-Jan Hartman [Thu, 23 Dec 2004 00:33:05 +0000 (00:33 +0000)]
* src/libvlc.h: Added a "snapshot-format" option to be able to select png or jpg (png default)
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots
   on OS X to the Desktop.
* REST: Add the Snapshot command to the menu's etc.

19 years ago* src/playlist/info.c: Fix a crash in the item info lookup.
Derk-Jan Hartman [Wed, 22 Dec 2004 21:21:01 +0000 (21:21 +0000)]
* src/playlist/info.c: Fix a crash in the item info lookup.

19 years ago* modules/access/http.c:
Derk-Jan Hartman [Wed, 22 Dec 2004 21:19:57 +0000 (21:19 +0000)]
* modules/access/http.c:
  - Fixed HTTL redirect
  - Fixed icecast2 HE-AAC stream recognition.

19 years ago* modules/gui/skins2/*: added svn Id property.
Gildas Bazin [Wed, 22 Dec 2004 13:06:43 +0000 (13:06 +0000)]
* modules/gui/skins2/*: added svn Id property.

19 years agoMore segment playing improvements, be able to map seekpoints to
Rocky Bernstein [Wed, 22 Dec 2004 11:18:11 +0000 (11:18 +0000)]
More segment playing improvements, be able to map seekpoints to
segments and lids. Fill out vcdplayer a little more for use later.

19 years agoSome work towards get segments working again.
Rocky Bernstein [Wed, 22 Dec 2004 04:22:24 +0000 (04:22 +0000)]
Some work towards get segments working again.

19 years agoGet chapter next/prev working for entries.
Rocky Bernstein [Wed, 22 Dec 2004 02:17:30 +0000 (02:17 +0000)]
Get chapter next/prev working for entries.
Customization of the title shouldn't be advanced.
Allow user settable blocksize

19 years agoTypo making seekpoint_next to to seekpoint 0. Clearly chapter
Rocky Bernstein [Wed, 22 Dec 2004 02:11:35 +0000 (02:11 +0000)]
Typo making seekpoint_next to to seekpoint 0. Clearly chapter
navigation is neither used or the code tested much.

19 years ago* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of...
Derk-Jan Hartman [Wed, 22 Dec 2004 01:23:15 +0000 (01:23 +0000)]
* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of ffmpeg, then we just pray...?
 At least now it compiles again. Gildas, could you check if this is correct please?

19 years ago* src/libvlc.h: properly place the snapshot-path option.
Gildas Bazin [Tue, 21 Dec 2004 21:45:27 +0000 (21:45 +0000)]
* src/libvlc.h: properly place the snapshot-path option.

19 years ago* modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
Christophe Massiot [Tue, 21 Dec 2004 17:01:40 +0000 (17:01 +0000)]
* modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
  of a given system provider (this is apparently needed for SCM Cryptoworks
  CAM).
* modules/access/dvb/dvb.h: Allow up to 256 demux slots.
* modules/access/dvb/en50221.c: Do not send the CAPMT too often (apparently
  bad for some CAM).

19 years ago* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.
Gildas Bazin [Tue, 21 Dec 2004 16:10:00 +0000 (16:10 +0000)]
* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.

19 years ago* src/video_output/vout_intf.c: added a video-snapshot object variable.
Gildas Bazin [Tue, 21 Dec 2004 15:21:24 +0000 (15:21 +0000)]
* src/video_output/vout_intf.c: added a video-snapshot object variable.
* modules/gui/wxwindows/menus.cpp: added video-snapshot to the menus.

19 years ago* modules/control/hotkeys.c: snapshot hotkey.
Gildas Bazin [Tue, 21 Dec 2004 14:52:49 +0000 (14:52 +0000)]
* modules/control/hotkeys.c: snapshot hotkey.

19 years ago* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most...
Gildas Bazin [Tue, 21 Dec 2004 14:51:43 +0000 (14:51 +0000)]
* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever.

19 years ago* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.
Gildas Bazin [Tue, 21 Dec 2004 14:46:33 +0000 (14:46 +0000)]
* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.

19 years ago* src/misc/image.c: implemented ImageConvert().
Gildas Bazin [Tue, 21 Dec 2004 14:45:51 +0000 (14:45 +0000)]
* src/misc/image.c: implemented ImageConvert().

19 years agoWork on getting slider seeking working better.
Rocky Bernstein [Tue, 21 Dec 2004 03:42:04 +0000 (03:42 +0000)]
Work on getting slider seeking working better.

19 years ago* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().
Gildas Bazin [Mon, 20 Dec 2004 22:15:13 +0000 (22:15 +0000)]
* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().

19 years ago* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.
Gildas Bazin [Mon, 20 Dec 2004 22:12:36 +0000 (22:12 +0000)]
* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.

19 years agoNo need to GuessType on directory content
Clément Stenac [Mon, 20 Dec 2004 20:14:43 +0000 (20:14 +0000)]
No need to GuessType on directory content

19 years agoRemoved buggy legacy code
Clément Stenac [Mon, 20 Dec 2004 15:28:50 +0000 (15:28 +0000)]
Removed buggy legacy code

19 years agoForce RC interface in standard playlist mode
Clément Stenac [Mon, 20 Dec 2004 14:51:50 +0000 (14:51 +0000)]
Force RC interface in standard playlist mode

19 years ago* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.
Gildas Bazin [Mon, 20 Dec 2004 12:19:32 +0000 (12:19 +0000)]
* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.

19 years ago* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.
Gildas Bazin [Mon, 20 Dec 2004 11:42:29 +0000 (11:42 +0000)]
* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.

19 years ago* include/vlc_image.h,vlc_xml.h: make these c++ happy.
Gildas Bazin [Mon, 20 Dec 2004 11:18:53 +0000 (11:18 +0000)]
* include/vlc_image.h,vlc_xml.h: make these c++ happy.

19 years agoImprove entry navigation and title update.
Rocky Bernstein [Mon, 20 Dec 2004 07:44:39 +0000 (07:44 +0000)]
Improve entry navigation and title update.

Next/Prev chapter don't work yet, nor does entry detection when random
seeking.

19 years agoFix bad bug with was causing discontinuous video playback.
Rocky Bernstein [Mon, 20 Dec 2004 04:52:29 +0000 (04:52 +0000)]
Fix bad bug with was causing discontinuous video playback.
Some entry navigation improved.

19 years agoCleanups towards getting this to a usable state.
Rocky Bernstein [Sun, 19 Dec 2004 22:41:57 +0000 (22:41 +0000)]
Cleanups towards getting this to a usable state.
Much still remains to be done.

19 years ago* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.
Gildas Bazin [Sun, 19 Dec 2004 20:46:27 +0000 (20:46 +0000)]
* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.

19 years ago* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes...
Gildas Bazin [Sun, 19 Dec 2004 19:49:10 +0000 (19:49 +0000)]
* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).

19 years ago* modules/demux/util/id3tag.c: fixed a few bugs.
Gildas Bazin [Sun, 19 Dec 2004 18:41:45 +0000 (18:41 +0000)]
* modules/demux/util/id3tag.c: fixed a few bugs.

19 years ago * skins2: handle "item-deleted" variable
Olivier Teulière [Sun, 19 Dec 2004 14:30:37 +0000 (14:30 +0000)]
 * skins2: handle "item-deleted" variable

19 years agoFirst attempt to libcdio VCD working under new regime. It is still
Rocky Bernstein [Sun, 19 Dec 2004 13:58:38 +0000 (13:58 +0000)]
First attempt to libcdio VCD working under new regime. It is still
mostly disabled or broken.

19 years ago* modules/misc/rtsp.c: fixed support for pause with vlc as a client.
Gildas Bazin [Sun, 19 Dec 2004 13:11:22 +0000 (13:11 +0000)]
* modules/misc/rtsp.c: fixed support for pause with vlc as a client.

19 years ago* src/input/input.c: fixed potential deadlock.
Gildas Bazin [Sun, 19 Dec 2004 13:04:20 +0000 (13:04 +0000)]
* src/input/input.c: fixed potential deadlock.

19 years ago* small clean-up, so the about-class is not needed in the main-nib anymore
Felix Paul Kühne [Sun, 19 Dec 2004 12:54:21 +0000 (12:54 +0000)]
* small clean-up, so the about-class is not needed in the main-nib anymore

19 years ago* modules/demux/livedotcom.cpp: coding style fixes.
Gildas Bazin [Sun, 19 Dec 2004 12:48:04 +0000 (12:48 +0000)]
* modules/demux/livedotcom.cpp: coding style fixes.

19 years ago* modules/access/pvr/pvr.c: added missing pvr-caching option.
Gildas Bazin [Sun, 19 Dec 2004 12:36:59 +0000 (12:36 +0000)]
* modules/access/pvr/pvr.c: added missing pvr-caching option.

19 years agoFix bugs with psz_shortname
Clément Stenac [Sun, 19 Dec 2004 11:08:18 +0000 (11:08 +0000)]
Fix bugs with psz_shortname

19 years agoWhen I type "make clean" I really want a "make clean"
Rocky Bernstein [Sun, 19 Dec 2004 10:22:12 +0000 (10:22 +0000)]
When I type "make clean" I really want a "make clean"

19 years ago* modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architec...
Gildas Bazin [Sun, 19 Dec 2004 05:05:10 +0000 (05:05 +0000)]
* modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture.
* modules/codec/svcdsub.c: ported svcd subtitles decoder to the new subpicture architecture.

19 years ago* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)
Gildas Bazin [Sat, 18 Dec 2004 19:10:47 +0000 (19:10 +0000)]
* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)

19 years ago * skins: Reload the current skin correctly even when skins2-config is not set
Olivier Teulière [Sat, 18 Dec 2004 17:55:22 +0000 (17:55 +0000)]
 * skins: Reload the current skin correctly even when skins2-config is not set

19 years ago * skins: Reparent the embedded vout window when switching to the wx intf
Olivier Teulière [Sat, 18 Dec 2004 17:36:23 +0000 (17:36 +0000)]
 * skins: Reparent the embedded vout window when switching to the wx intf

19 years ago * src/libvlc.h: Use window decorations by default
Olivier Teulière [Sat, 18 Dec 2004 16:08:07 +0000 (16:08 +0000)]
 * src/libvlc.h: Use window decorations by default

19 years ago * skins2: Loading a new theme while an embedded vout is used works better
Olivier Teulière [Sat, 18 Dec 2004 13:19:53 +0000 (13:19 +0000)]
 * skins2: Loading a new theme while an embedded vout is used works better
   (the new vout is refreshed)

19 years agoSome small cleanups.
Rocky Bernstein [Fri, 17 Dec 2004 23:51:38 +0000 (23:51 +0000)]
Some small cleanups.

19 years ago * skins2: Do not paint on the embedded video output, when a video is
Olivier Teulière [Fri, 17 Dec 2004 23:39:34 +0000 (23:39 +0000)]
 * skins2: Do not paint on the embedded video output, when a video is
   being played in it

19 years ago * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
Olivier Teulière [Fri, 17 Dec 2004 20:07:54 +0000 (20:07 +0000)]
 * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
   Bezier curve
 * skins2/*: Fixed "lazy redrawing" for the slider control

19 years ago* Hotkey to set audio delay on the fly
Benjamin Pracht [Fri, 17 Dec 2004 19:18:07 +0000 (19:18 +0000)]
* Hotkey to set audio delay on the fly
* This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.

19 years ago* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.
Gildas Bazin [Fri, 17 Dec 2004 16:27:49 +0000 (16:27 +0000)]
* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.

19 years ago * skins2: When a control changes, refresh only the needed part of the layout
Olivier Teulière [Thu, 16 Dec 2004 21:26:36 +0000 (21:26 +0000)]
 * skins2: When a control changes, refresh only the needed part of the layout
   instead of refreshing everything

19 years ago* modules/video_filter/logo.c: --logo-transparency works again.
Gildas Bazin [Thu, 16 Dec 2004 20:28:27 +0000 (20:28 +0000)]
* modules/video_filter/logo.c: --logo-transparency works again.

19 years ago* include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member...
Gildas Bazin [Thu, 16 Dec 2004 20:27:12 +0000 (20:27 +0000)]
* include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member to subpicture_t to specify the transpareny of the subpicture.

19 years agocompilation fixes.
Gildas Bazin [Thu, 16 Dec 2004 19:52:05 +0000 (19:52 +0000)]
compilation fixes.

19 years agoWhat do you find funny ?
Clément Stenac [Thu, 16 Dec 2004 19:02:09 +0000 (19:02 +0000)]
What do you find funny ?

19 years agoReally fix all the set_name.
Clément Stenac [Thu, 16 Dec 2004 18:58:12 +0000 (18:58 +0000)]
Really fix all the set_name.

Sorry for the trouble

19 years agoLast one ?
Clément Stenac [Thu, 16 Dec 2004 18:34:34 +0000 (18:34 +0000)]
Last one ?

19 years ago$#*%§& SVN !
Clément Stenac [Thu, 16 Dec 2004 18:24:03 +0000 (18:24 +0000)]
$#*%§& SVN !

19 years agoFor some unknown reason, the previous commit was not fully done
Clément Stenac [Thu, 16 Dec 2004 18:14:29 +0000 (18:14 +0000)]
For some unknown reason, the previous commit was not fully done

19 years agomodules/video_filter/logo.c: use image handler.
Gildas Bazin [Thu, 16 Dec 2004 17:55:50 +0000 (17:55 +0000)]
modules/video_filter/logo.c: use image handler.

19 years ago* modules/gui/skins2/*: use image handler to load graphic files.
Gildas Bazin [Thu, 16 Dec 2004 17:47:40 +0000 (17:47 +0000)]
* modules/gui/skins2/*: use image handler to load graphic files.

19 years ago* modules/codec/png.c: PNG decoder using libpng.
Gildas Bazin [Thu, 16 Dec 2004 17:44:38 +0000 (17:44 +0000)]
* modules/codec/png.c: PNG decoder using libpng.

19 years ago* src/misc/image.c: no need to restart a filter when only the image size changes.
Gildas Bazin [Thu, 16 Dec 2004 17:41:09 +0000 (17:41 +0000)]
* src/misc/image.c: no need to restart a filter when only the image size changes.

19 years ago* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.
Gildas Bazin [Thu, 16 Dec 2004 16:58:17 +0000 (16:58 +0000)]
* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.

19 years agoFix a bug with preferences
Clément Stenac [Thu, 16 Dec 2004 16:35:12 +0000 (16:35 +0000)]
Fix a bug with preferences
Added some more names
Use shortname to store the name

19 years ago* modules/gui/skins2/*: fixed a whole bunch of memory leaks.
Gildas Bazin [Thu, 16 Dec 2004 13:59:51 +0000 (13:59 +0000)]
* modules/gui/skins2/*: fixed a whole bunch of memory leaks.

19 years agoMerge general with the category when possible
Clément Stenac [Thu, 16 Dec 2004 13:05:35 +0000 (13:05 +0000)]
Merge general with the category when possible

19 years agoLittle TODO update
Clément Stenac [Wed, 15 Dec 2004 22:27:53 +0000 (22:27 +0000)]
Little TODO update

19 years agoMake SAP node read-only
Clément Stenac [Wed, 15 Dec 2004 22:17:52 +0000 (22:17 +0000)]
Make SAP node read-only

19 years ago* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects...
Gildas Bazin [Wed, 15 Dec 2004 17:11:41 +0000 (17:11 +0000)]
* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working).

19 years ago* Implements playlist toggle button
Benjamin Pracht [Wed, 15 Dec 2004 12:28:39 +0000 (12:28 +0000)]
* Implements playlist toggle button
* Resizing is currently animated. I don't know if we should keep it like that
* I don't know if this is implemented the proper way, but at least it's working...

19 years ago* src/misc/image.c: format guessing from file extension.
Gildas Bazin [Tue, 14 Dec 2004 19:47:21 +0000 (19:47 +0000)]
* src/misc/image.c: format guessing from file extension.

19 years agoRestore loop
Clément Stenac [Tue, 14 Dec 2004 19:29:50 +0000 (19:29 +0000)]
Restore loop
Fix command line parsing

19 years agoImplement add_module_cat to add a module by category + use this for intf
Clément Stenac [Tue, 14 Dec 2004 18:44:04 +0000 (18:44 +0000)]
Implement add_module_cat to add a module by category + use this for intf

19 years ago* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.
Gildas Bazin [Tue, 14 Dec 2004 18:20:45 +0000 (18:20 +0000)]
* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.

19 years agoRemove debug messages
Clément Stenac [Tue, 14 Dec 2004 18:07:00 +0000 (18:07 +0000)]
Remove debug messages