- 07 Sep, 2003 5 commits
-
-
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 4 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.
-
Laurent Aimar authored
-
- 29 Aug, 2003 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
meta data to your file. (use asf{title="my title"} for example) * standard: do not trash access/mux arguments when fixing.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Clément Stenac authored
- added a spectrum analyser options are: -nb : number of bands , 20 or 80 (80 is default) -separ : how many blank pixels between bands (1 default) -amp : vertical amplification ( 3 default) -peaks: draw peaks ? (default 1) - improved options parsing * fft.c, fft.h : FFT code mainly taken from XMMS (adapted coding style) * visual.c: Sanity checks (users aren't stupid, are they ? ) * LIST: updated the list
-
Laurent Aimar authored
-> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
-
- 28 Aug, 2003 7 commits
-
-
Gildas Bazin authored
* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter). * modules/video_output/x11/xcommon.c: small cosmetic change. * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
-
Laurent Aimar authored
- when muxer or access or both are missing try to do a guess (based on the other one or the extention). - if both are still missing -> abort. - it forces asfh when using mmsh - it issues a error message with non working couple (like udp/avi, ...) (but it doesn't fail)
-
Gildas Bazin authored
* Makefile.am: zip files have a .zip extension ;)
-
Gildas Bazin authored
* Makefile.am: grrr, should have tested my last commit ;)
-
Gildas Bazin authored
* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.
-
Sam Hocevar authored
gprof. If you still want to profile pthread applications using gprof please see http://sam.zoy.org/writings/programming/gprof.html and also consider using oprofile if you are using ia32.
-
Gildas Bazin authored
* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface. * modules/gui/wxwindows/*: updated the stream output dialog.
-
- 27 Aug, 2003 1 commit
-
-
Gildas Bazin authored
-