- 07 Nov, 2003 6 commits
-
-
Jean-Paul Saman authored
* Directory browsing works * Coredump is solved * Adding files or entire directories to the playlist GUI control works.
-
Laurent Aimar authored
over tcp doesn't really work yet). - fixed bad usage of delete vs delete[] (using --rtsp-tcp still leads to segfault)
-
Rocky Bernstein authored
reading the extended PSD. Given that area-highlighting and features in the extended PSD haven't been implemented, best then to not try to read this at all.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
lot of mandatory fields missing, like v, o, and s)
-
- 06 Nov, 2003 16 commits
-
-
Clément Stenac authored
-
Laurent Aimar authored
TODO: - handle PTS (for now, I just use mdate() :) - support TS/PS (hard as it needs a lot of work on TS/PS demuxers). - support X-QT and X-QUICKTIME. (I don't know if it's really used). - implement pause, seek ... - clean up/bugs fixes... - ...
-
Gildas Bazin authored
* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
-
Damien Lucas authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
- support for slp - support for theora - support for demuxdump
-
Damien Lucas authored
This work is part of the work done by Anevia for the "Gran Theatro del Barcelona".
-
Damien Lucas authored
This work is part of the work done by Anevia for the "Gran Theatro del Barcelona".
-
Damien Lucas authored
-
Damien Lucas authored
things to write to implement competely the standard but this decoder will work in most of the pictures subtitles cases. Text subtitles decoding is not implemented at all. This decoder has been validated with CAVENA encoders after few remarks of their developpers. include/*: addded a p_spuinfo field in the decider_fifo_t and the es_descriptor_t codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected track. modules/demux/mpeg: added the support of the dvb subtitles track. Need last libdvbpsi (0x59 descriptor) to compile. The demuxer creates n fake ES as each ES carries up to 256 subtitles tracks. This work is part of the work done by Anevia for the "Gran Theatro del Barcelona".
-
Derk-Jan Hartman authored
- less vague bugs :) * changed the global hotkey for play/pause to command-p since 'space' won't be defined as the hotkey. i was sick of all the hacks i had made to have it work that way, so the end. space only works in the vout from now on.
-
Christophe Massiot authored
stream output, and takes what comes from a DVB card and sends it onto the network. I didn't activate it in configure.ac because I suspect there might be problems with iovec on Windows (and there is probably a better way to do it).
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Simon Latapie authored
sort playlist function.
-
Gildas Bazin authored
* modules/access/v4l/v4l.c: big clean-up of the Video4Linux input. New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream.
-
- 05 Nov, 2003 12 commits
-
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
-
Gildas Bazin authored
* include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input. * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix. * src/misc/configuration.c: use strtol() instead of atoi().
-
Gildas Bazin authored
* src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL). I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux... but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs). * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get. * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
-
Gildas Bazin authored
* modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder. * modules/gui/wxwindows/preferences_widgets.*: bug fix.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback. * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
maybe this will fix the random crashes?
-
Gildas Bazin authored
String choices lists can now also have a list of text descriptions associated with them. Added integer choices lists. * modules/gui/wxwindows/: modified config widgets to use the new config options. * ALL: updated for the new config options.
-
Derk-Jan Hartman authored
* include/codecs.h: - created a subtitle_data_t to be used by subtitle demuxers and decoders to pass information. - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field of this new struct. * modules/codec/subsdec.c: - moved the decoding of ssa textlines to here. - ToDo: support for any tags is lacking atm., but now possible. * modules/demux/mkv.cpp: - ssa is now passed undecoded to ssa subsdec. - ssa headers are passed to ssa subsdec via subtitle_data_t - ToDo: decode idx header info and fill the subtitle_data_t - ToDo: support for compressed vobsubs. * modules/demux/util/sub.?: - moved ssa decoding out of here. - ToDo: add support for multiple tracks - ToDo: implement reading vobsub .sub files (not .idx)
-
- 04 Nov, 2003 6 commits
-
-
Gildas Bazin authored
* src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout. * modules/codec/libmpeg2.c: updated with the synchro api changes.
-
Simon Latapie authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Build-depend on fixed dvb-dev packages.
-
Laurent Aimar authored
-
Eric Petit authored
fixed a link issue on BeOS + modules/demux/util/sub.c: gcc != 3 fix + modules/gui/beos/*: compile fixes; never replace int32 with int32_t, these are not the same on BeOS (long/int)
-