- 21 Feb, 2005 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
- BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore BLOCK_FLAG_DISCONTINUITY in that case) - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what). * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping). * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll (untested). * mp4: added support for CTTS table (pts, needed for h264+bframe). * decoders: for now handle discontinuity and corrupted block the same way.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 20 Feb, 2005 13 commits
-
-
Yoann Peronneau authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Clément Stenac authored
-
Yoann Peronneau authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/misc/httpd.c, modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
-
Mark Moriarty authored
-
Gildas Bazin authored
* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
-
Gildas Bazin authored
-
Eric Petit authored
-
Sigmund Augdal Helberg authored
fullscreen. Collect the "blackness" on the far left/right/top/bottom. todo: * Make window aspect-ratio configureable * handle anamorphic input * constain the sizes of the windows to legal values * handle some rounding errors
-
Mark Moriarty authored
-
- 19 Feb, 2005 3 commits
-
-
Mark Moriarty authored
-
Eric Petit authored
Makefile.am: in package-beos, use $(STRIP) instead of strip since we might be cross-compiling
-
Eric Petit authored
+ careful when using std::string's compare, it has changed with gcc 3, you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif + gcc 2.9x doesn't know at() for vectors, use iterators instead
-
- 18 Feb, 2005 10 commits
-
-
Sigmund Augdal Helberg authored
-
Eric Petit authored
Give an argument to bootstrap to use it (for example `./bootstrap i586-pc-beos')
-
Eric Petit authored
-
Eric Petit authored
-
Sigmund Augdal Helberg authored
-
Eric Petit authored
Looks like OS X delayed the window destruction, causing the crash since reshape tries to use p_vout after it's been freed.
-
Steve Lhomme authored
-
Eric Petit authored
macosx/vout*.m: cleaning
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
-
- 17 Feb, 2005 8 commits
-
-
Felix Paul Kühne authored
* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
-
Steve Lhomme authored
-
Derk-Jan Hartman authored
- Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails) - Make sure disk names are retrieved when opening cd/dvd's * macosx.m: Give the submodules proper descriptions.
-
Steve Lhomme authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- self registration (Internet installation now possible)
-
Steve Lhomme authored
-
Derk-Jan Hartman authored
* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
-
- 16 Feb, 2005 2 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-