- 02 Oct, 2003 5 commits
-
-
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 10 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.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/codec/a52.c: fixes and simplifications.
-
Gildas Bazin authored
* modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
-
Sam Hocevar authored
-
- 30 Sep, 2003 5 commits
-
-
Gildas Bazin authored
* include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
-
Gildas Bazin authored
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec. * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks. * modules/codec/a52.c: modified to use the bytestream reading functions. The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* modules/misc/freetype.c: i_render_height and not i_window_height.
-
Derk-Jan Hartman authored
-
- 29 Sep, 2003 4 commits
-
-
Gildas Bazin authored
* modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining). fixes for text subtitles muxing. * modules/packetizer/copy.c: support for text subtitles.
-
Gildas Bazin authored
* include/os_specific.h: oops, fixed my last commit.
-
Gildas Bazin authored
* include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once. Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
-
Sigmund Augdal Helberg authored
* changed project name from 'vlc' to 'VLC' * excluded src/extras from the documentation src/misc/variables.c, include/variables.h: * Doxygen-documented most of the vlc variables code
-
- 28 Sep, 2003 4 commits
-
-
Gildas Bazin authored
* modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
-
Gildas Bazin authored
* modules/codec/theora.c: don't forget to delete the sout instance. * modules/mux/ogg.c: fix for embedding theora in Ogg.
-
Gildas Bazin authored
* modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes. * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
-
- 27 Sep, 2003 3 commits
-
-
Gildas Bazin authored
* modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
-
Gildas Bazin authored
* modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
-
Gildas Bazin authored
* install-win32: cosmetic changes. * configure.ac: forgot one include path for the mozilla plugin.
-
- 26 Sep, 2003 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
-
- 25 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well. * modules/mux/ogg.c: attempt at supporting theora.
-
- 24 Sep, 2003 3 commits
-
-
Gildas Bazin authored
* modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
-
Gildas Bazin authored
* include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line. * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
-
Gildas Bazin authored
The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
-