- 27 Aug, 2004 4 commits
-
-
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 10 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Cyril Deguet authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
* added the new OSX vout files to pb proj.
-
Cyril Deguet authored
(it looks for .vlt files in all the directories of the resource path) * dialogs.cpp: fixed a stupid copy/paste mistake
-
Olivier Teulière authored
* skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop() * doc/skins/skins2-howto.xml: doc updated
-
Derk-Jan Hartman authored
(fixes glx when X11 isn't runnning)
-
Gildas Bazin authored
-
Gildas Bazin authored
-