- 07 Oct, 2003 2 commits
-
-
Gildas Bazin authored
* modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
-
Gildas Bazin authored
-
- 06 Oct, 2003 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: compilation fixes for the unicode version. made the "Extended GUI" option a checkable menuitem.
-
Clément Stenac authored
src/playlist/playlist.c: * Implemented a boolean b_enabled to disable a playlist item * Implemented the idea of group (p_item->i_group), that allows to enable/disable and to sort some series of items * Implemented an unused (at the moment), psz_author field * Started to implement a new playlist format to store all of these * modules/gui/wxwindows/interface.cpp: Added a hiddeable panel to put some important options. (Menu Preferences->Extra GUI) At the moment, we put the adjust filter and aspect ratio, and must decide what options we want here * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/iteminfo.cpp: Added "Enable/disable group button", options to enable/disable selection Added an item info dialog box * modules/misc/sap.c : Added a sap-group-id option: the SAP playlist items are in a separate group (defaults to 42) * modules/visualization/visual/effects.c: Minor coding style fixes Todo: ----- * Advanced sort (alphabetical and/or by group) * Ability to load 0_6 playlists * Really use the libid3tag
-
Gildas Bazin authored
* src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
-
- 05 Oct, 2003 8 commits
-
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
-
Sam Hocevar authored
+ Better BeOS dynamic loader detection. * src/misc/modules.c: + Consistency fixes.
-
Gildas Bazin authored
* modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
-
Sam Hocevar authored
+ As platform-dependant dynamic loader functions are no longer inline, moved them to modules.c which is their real place. + More verbose error messages on some platforms.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Clément Stenac authored
-
Gildas Bazin authored
* modules/codec/mpeg_audio.c: fixes and improvements. * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
-
- 04 Oct, 2003 12 commits
-
-
Sigmund Augdal Helberg authored
* Increased size of and decreased margins around the section heading. It looks nice now.
-
Gildas Bazin authored
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein. * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein. * modules/LIST: update.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
module loading to fail.
-
Sam Hocevar authored
loader.
-
Gildas Bazin authored
* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api. * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
-
Gildas Bazin authored
* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
-
Sam Hocevar authored
+ First try to detect the OS X native dynamic linker before falling back to dlfcn.h. + Enhanced the dlopen-style loader detection. + Added a check for HP-UX's shl_* functins. * src/misc/modules_plugin.h.in: + Support for the dylib dynamic loader on OS X. + Support for the shl dynamic loader on HP-UX.
-
Gildas Bazin authored
* configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support. * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
-
- 03 Oct, 2003 4 commits
-
-
Sigmund Augdal Helberg authored
modules/gui/wxwindows/preferences.cpp: * slightly modified layout of the window * The help text is now below the controls * Neither heading nor help text is inside wxStaticBox but rather separated from the controls with a simple line. * changed a lot of strech-factors, makes the dialog look generally more tidy
-
Gildas Bazin authored
* modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
-
Jean-Paul Saman authored
-
Sam Hocevar authored
-
- 02 Oct, 2003 6 commits
-
-
Gildas Bazin authored
* modules/codec/cinepak.c: ported the cinepak decoder to the new api.
-
Derk-Jan Hartman authored
-
Jean-Paul Saman authored
- cleanup of messages - adding status events messages from frontend - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
-
Derk-Jan Hartman authored
- Removed a dupe. - Added a 'L' commandline shortcut for loop and 'R' for repeat. There already is a 'Z' shortcut for random. * modules/codec/subsdec.c: debug info.
-
Jean-Paul Saman authored
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
-
Derk-Jan Hartman authored
-
- 01 Oct, 2003 5 commits
-
-
Derk-Jan Hartman authored
* src/libvlc.h: spelling error * include/ninput.h: There should not yet be a Subtitles section in Doxygen * src/input/subtitles.c: Doxygen comments for this file
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Added the new cinepak and msrle codecs as well as some other forgotten stuff
-
Gildas Bazin authored
* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
-
Jean-Paul Saman authored
Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: - it compiles ;-) - will have more UI assets to tweak with, then the old interface had to name a few: supports stream out, camera's through v4l, use preferences, manage playlists, play audio/video local and from a network source - is not functional (yet) So expect more functionality to come in and the necessary bug fixes.
-