- 31 Aug, 2004 2 commits
-
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
+ introduce a "TEXT" subpicture region type. + a psz_text field stores the subpicture text. * src/video_output/video_text.c: produce "TEXT" subpictures. * modules/codec/subsdec.c: produce "TEXT" subpictures. * modules/misc/freetype.c: auto sizing works again.
-
- 30 Aug, 2004 4 commits
-
-
Eric Petit authored
-
Gildas Bazin authored
* modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
-
Damien Fouilleul authored
i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked. AStreamReadBlock() AStreamReadStream() before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
-
Gildas Bazin authored
-
- 29 Aug, 2004 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Clément Stenac authored
-
Laurent Aimar authored
fix it... (it should be annoying only with TS, you may have dead program entry).
-
Eric Petit authored
-
- 28 Aug, 2004 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/demux/mkv.cpp: - store the vorbis/theora/speex headers in fmt.p_extra. - this change simplifies the code quite a bit and is a lot cleaner. * modules/codec/vorbis.c, theora.c, speex.c, flac.c: - get the headers from fmt_in.p_extra or from the bitstream if empty. * modules/mux/ogg.c: - recontstruct the headers from fmt.p_extra.
-
- 27 Aug, 2004 1 commit
-
-
Sam Hocevar authored
+ Use PACKAGE_NAME instead of PACKAGE. * modules/codec/ffmpeg/ffmpeg.c: + This module does not require AltiVec for now.
-
- 26 Aug, 2004 3 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
* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
-
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 1 commit
-
-
Laurent Aimar authored
-
- 24 Aug, 2004 1 commit
-
-
Jon Lech Johansen authored
-
- 23 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-
- 22 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-
- 21 Aug, 2004 5 commits
-
-
Cyril Deguet authored
doesn't work. Better than nothing but the sound is still poor with DVDs :(
-
Cyril Deguet authored
aout_OutputNextBuffer(), then do not try to resample or play silences. Now everything works perfectly with screwed ALSA drivers that always return zero in snd_pcm_status_get_tstamp() (at last!!!)
-
Olivier Teulière authored
-
Gildas Bazin authored
The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password. * src/libvlc.h: updated useage.
-
Gildas Bazin authored
* src/input/input.c: hack for udp access and MRLSections().
-
- 20 Aug, 2004 4 commits
-
-
Gildas Bazin authored
- syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]] - core also handles start/end boundaries itself (simplifies the access plugins). * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 17 Aug, 2004 1 commit
-
-
Eric Petit authored
+ gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly complex now that we have variables Language/subtitle selection works again in the BeOS UI, but there's still a lot to fix :|
-
- 16 Aug, 2004 1 commit
-
-
Eric Petit authored
There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE and build matroska support
-
- 15 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
-
- 13 Aug, 2004 4 commits
-
-
Gildas Bazin authored
* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
-
Gildas Bazin authored
* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas). * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size). * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t. * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
-
Gildas Bazin authored
* src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
-
Gildas Bazin authored
* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
-