- 27 Aug, 2004 13 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Removed unused menu files. * debian/rules: + Build libavformat. * include/vlc_common.h: + PACKAGE overrides PACKAGE_NAME.
-
Gildas Bazin authored
* modules/mux/asf.c: bring the tracks back to a 0 based offset.
-
Gildas Bazin authored
-
Sam Hocevar authored
+ Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the WxWidgets one.
-
Sam Hocevar authored
+ Use PACKAGE_NAME instead of PACKAGE. * modules/codec/ffmpeg/ffmpeg.c: + This module does not require AltiVec for now.
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
- Re-use our audio decoder modules instead of using libavcodec directly. - No more dependance on libavcodec. (downmixing is currently broken + you have to force the ffmpeg codec for a52) * modules/audio_filter/format.c: - PCM audio format conversion filter using the new common filter architecture. * modules/audio_filter/converter/mpgatofixed32.c: - implements both the old and new filter architecture (ie. useable in the transcoder). * modules/codec/ffmpeg/audio.c: - fixes and cleanup.
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Activated x264 support. + Re-enabled libmodplug support. + Build PIC plugins even on x86. + Disabled DVB and SLP because their code is broken. * debian/control: + Force the vlc-plugin-arts and qvlc dependencies. + Build-depend on jam and nasm because of x264. * debian/copyright: + Converted to UTF-8.
-
- 26 Aug, 2004 6 commits
-
-
Gildas Bazin authored
- chroma + resizing video filter (using the filter_t architecture). * modules/codec/ffmpeg/*: - cleanup + small updates. * modules/codec/speex.c, theora.c, vorbis.c: - got rid of pf_header() in the encoder. - store the headers in fmt_out.p_extra (this will break the ogg muxer for now). * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c: - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames. * modules/stream_out/transcode.c: - heavy cleanup. - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder. - use video filters for chroma conversion and resizing. (a few things are broken now like deinterlacing but I'll repair them asap).
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
-
Sam Hocevar authored
-
Eric Petit authored
-
Eric Petit authored
so AttachSPU can still reach p_input + src/video_output/*: init mouse variable before attaching p_vout so dvdnav can't add callbacks on those before there're created + beos/VideoOutput.cpp: removed tabs, sanity check
-
- 25 Aug, 2004 7 commits
-
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* access: added ACCESS_GET_TITLE_INFO (not yet implemented) * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
-
Gildas Bazin authored
-
- 24 Aug, 2004 10 commits
-
-
Laurent Aimar authored
mode (else I still need to hack ts demuxer).
-
Laurent Aimar authored
I haven't tried :)
-
Sigmund Augdal Helberg authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Cyril Deguet authored
* missing "Id" property
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
-
Laurent Aimar authored
-
Jon Lech Johansen authored
-
- 23 Aug, 2004 3 commits
-
-
Laurent Aimar authored
better that nothing).
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
-
- 22 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-