- 08 Sep, 2003 11 commits
-
-
Clément Stenac authored
modules/visualisation/visual/visual.h: - Change default effect-height - Less scaling in spectrum analyser
-
Laurent Aimar authored
set b_pace to true when using --rtsp-tcp. (eg DSS server send data to fast)
-
Laurent Aimar authored
-
Clément Stenac authored
modules/gui/wxwindows/wxwindows.h: - give default to the search button when user enters text - case-insensitive search
-
Clément Stenac authored
include/playlist.h: playlist sorting (function playlist_Sort( playlist_t * , int type) * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/wxwindows.h : * Implement playlist sorting & reverse sorting * Playlist search
-
Benjamin Pracht authored
*reflects a change in ivtv_ioctl_codec struct *adds he bitratemode commandline option (values are vbr and cbr
-
Laurent Aimar authored
-
Laurent Aimar authored
mp3/raw audio should work. If you want to try download http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to change configure.ac yourself)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 07 Sep, 2003 9 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
* gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input state. * gui/wxwindows: use 'position' and 'time' variables -> seek improved for avi and mp4 and accurate time display :)
-
Laurent Aimar authored
object variables and begin to use pf_demux_control. * variables: new time type handling.
-
Laurent Aimar authored
-
Laurent Aimar authored
is a generic handler) * avi, mp4 : begin to implement a specific pf_demux_control.
-
Laurent Aimar authored
* variables : changed time variables to signed long long type (I hope it is always more than 64 bits) * input.h : include ninput.h
-
Laurent Aimar authored
added sout-keep option to keep sout instance across playlist items (usefull with 'gather' stream_out) * stream_output : implement the sout-keep mode. * playlist, video_output, stream_output: vout and sout are now reattached to playlist instead of being destroyed. There are automatically destroy if unused byt the new input (200 ms after access and demuxer have finished their inittialisation step.)
-
Laurent Aimar authored
next commits to be usable.
-
Laurent Aimar authored
-
- 05 Sep, 2003 2 commits
-
-
Cyril Deguet authored
xml file)
-
Sam Hocevar authored
+ Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous versions were broken on platforms where PIC/non-PIC cannot be mixed in objects (Closes Debian bug #208383). + Set policy to 3.6.1.0.
-
- 03 Sep, 2003 3 commits
-
-
Benjamin Pracht authored
* access.c : - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed - "program" is still untested (anybody with a DVB card to try it ?) - old syntax should still work, with a warning.
-
Gildas Bazin authored
-
Clément Stenac authored
Fixed multiple effects enabling
-
- 02 Sep, 2003 7 commits
-
-
Gildas Bazin authored
* modules/codec/theora.c: oops, introduced a bug in pts calculation.
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
* ALL: Introduction of a new api for decoders. The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance. Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported. Don't hold your breath, there is still much work to do before we reach this goal. * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c: Converted to the new api. Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication). New dts and theora packetizers (merged in their respective decoders).
-
Gildas Bazin authored
* src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
-
Gildas Bazin authored
* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
-
Sam Hocevar authored
+ Disabled familiar plugin. * debian/changelog: + Updated for 0.6.2 packages.
-
Sam Hocevar authored
-
- 01 Sep, 2003 2 commits
-
-
Gildas Bazin authored
* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
-
Jean-Paul Saman authored
Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
-
- 31 Aug, 2003 3 commits
-
-
Gildas Bazin authored
* modules/access/dshow/*: always try to get the video in I420 chroma if supported. Implemented a ":size=" and ":chroma=" option.
-
Clément Stenac authored
-
Eric Petit authored
-
- 30 Aug, 2003 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
-
Gildas Bazin authored
* include/vlc_config.h: removed unused config stuff. * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
-
Gildas Bazin authored
* modules/access/v4l/v4l.c: fixed uninitialized variable. * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
-