- 23 Apr, 2004 22 commits
-
-
Laurent Aimar authored
* transcode: added H264 codec id. * demux: added h264 demux shortcut.
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Yoann Peronneau authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* include/vlc_meta.h: vlc_meta_GetValue(). * modules/demux/m3u.c: increased MAX_LINE to 8192. * modules/video_output/directx/events.c: portability fix.
-
Gildas Bazin authored
* msvc/vlc.dsw: httpd is not a plugin anymore.
-
Yoann Peronneau authored
* src/libvlc.h: modified subtitle paths for Windows
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
-
Gildas Bazin authored
* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist). * modules/demux/mp4/Modules.am: get rid of mp4.h.
-
- 22 Apr, 2004 15 commits
-
-
Eric Petit authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Gildas Bazin authored
- Major changes to way the embedded vout is handled. + the vout windows are created in our event thread so we do receive the events now. + we do not use the external window directly (as for normal vout we create our vout window + video sub-window). + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy. - Improved the mouse auto-hide feature. - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
-
Clément Stenac authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Factorized the Xinerama code check. + If libXv.so is present, ignore libXv_pic. * debian/control: + Build-depend on zlib1g-dev because ffmpeg uses it by default. + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev. + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic. + Added a build-dependency on libaudiofile-dev to fix the m68k build. + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs on ppc/mpegvideo_altivec.o (Closes: #236442). + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5). + Override kdelibs4's shlibs value to get VLC into testing. + No longer build-depend on dvb-dev. * debian/rules: + Activated DTS decoding support. + Added symlinks for mozilla-firefox (Closes: #239352). * debian/copyright: + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
-
Laurent Aimar authored
* mpeg/h264.c : use greater packet size.
-
Laurent Aimar authored
http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
-
Laurent Aimar authored
messages).
-
Laurent Aimar authored
-
Laurent Aimar authored
b-frame and it doesn't do pts/dts computation but I fear it won't be possible). * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
- 21 Apr, 2004 3 commits
-
-
Christophe Massiot authored
the whole PES because the contents may be corrupt.
-
Christophe Massiot authored
specify the audio bitmask (0xA9 seems a good value).
-
Christophe Massiot authored
trash the PES packet (the rest of the PES can still be used, and anyway the decoder must be aware that a discontinuity happened).
-