summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-09-23- Fix crashes with some input plugins when no audio output was availableBastien Nocera
That's either that, or always registering audio.num_buffers in src/xine-engine/audio_decoder.c CVS patchset: 6994 CVS date: 2004/09/23 15:19:47
2004-09-22Do not segfault if there is no seekpoint.Thibaut Mattern
CVS patchset: 6992 CVS date: 2004/09/22 20:54:44
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
- some vo drivers support cropping natively. (only xv and xvmc have been tested) - add software crop fallback to video_out.c - skip yuv2rgb processing at xshm for not yet cropped frames (these frames are never shown) - libmpeg2 and ffmpeg now may use crop support - bump vo api. (changes to xvmc/xxmc will follow) CVS patchset: 6991 CVS date: 2004/09/22 20:29:13
2004-09-22xshm "chicken egg" problemMiguel Freitas
http://article.gmane.org/gmane.comp.video.xine.devel/10525 CVS patchset: 6989 CVS date: 2004/09/22 20:16:11
2004-09-21- Port patch from MPlayer for win32 DLLs loading on recent versions of LinuxBastien Nocera
http://thread.gmane.org/gmane.comp.video.mplayer.devel/19749 Fixes playback of win32 DLLs on FC2 (voxware playback still hangs though) CVS patchset: 6988 CVS date: 2004/09/21 19:35:56
2004-09-21Use ffmpeg buffer padding size.Thibaut Mattern
CVS patchset: 6987 CVS date: 2004/09/21 19:27:18
2004-09-21- Set the Codec name meta info even if we can't load the libraries, otherwiseBastien Nocera
we can't tell the user which codec isn't working (Gnome BZ 151662) CVS patchset: 6985 CVS date: 2004/09/21 14:23:20
2004-09-20Do never memcpy the buffer if the stream is mpeg1/2.Thibaut Mattern
See why it's not needed in mpeg_parser.c This fixes mpeg-es playback, especially xine-ui logo playback ! ;) CVS patchset: 6984 CVS date: 2004/09/20 22:52:04
2004-09-20Build system improvements:František Dvořák
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS), each function is in a file placed into lib/ directory, it was not necessary, but it looks nice, IMHO - headers cleanups (this was needed): - prototypes of replacement funtions and macros are placed into separate os_internal.h (and included by config.h) - drop include inttypes.h from public xine.h, replaced by custom os_type.h, idea origins from Ogg/Vorbis public headers - disable generating inttypes.h: generated replacement isn't enough for xine-lib but nobody complained (and for M$VC we have special version) - better including headers for win32, let dvdnav use its mutex wrapper - updated M$VC port Result: - xine is compiled nicely by MinGW, CygWin and paritaly M$VC - frontends in M$VC port don't require additional helping headers - moved some platform specific things from xine-utils and win32/contrib to lib/ Finally I can start with real coding. :-) CVS patchset: 6982 CVS date: 2004/09/20 19:30:02
2004-09-18Fixed compilation on MacOSX/Darwin.Daniel Mack
CVS patchset: 6980 CVS date: 2004/09/18 20:50:09
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
CVS patchset: 6979 CVS date: 2004/09/17 19:21:33
2004-09-16new DVD MRL parser (refactored into two new functions to be more readable andMichael Roitzsch
easier extensible) behaviour: dvd:/ opens default device (this is a temporary special case) dvd:/1.2 opens given title/part on default device (dito) dvd:/path/ opens given device, directory or single-file image dvd:/path same as above, so fully compatible with old behaviour dvd:/path/1.2 tries to open /path/1.2, falling back to /path with title/part CVS patchset: 6974 CVS date: 2004/09/16 13:10:09
2004-09-14Fix palette based codecsJames Stembridge
CVS patchset: 6971 CVS date: 2004/09/14 22:13:44
2004-09-14Moved building xmlparser.c back to xine-utils Makefile from xine-engine MakefileStephen Torri
CVS patchset: 6970 CVS date: 2004/09/14 20:54:21
2004-09-14- Add support for 3ivx video (doesn't work in QT streams yet)Bastien Nocera
CVS patchset: 6969 CVS date: 2004/09/14 02:22:23
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
CVS patchset: 6968 CVS date: 2004/09/12 19:23:36
2004-09-12add missing bracket (only in the text, no compilation problem)Michael Roitzsch
CVS patchset: 6967 CVS date: 2004/09/12 16:07:57
2004-09-12Unbreak ffmpeg mpeg-1/2 decodingJames Stembridge
CVS patchset: 6963 CVS date: 2004/09/12 15:43:23
2004-09-12made it compile againDaniel Caujolle-Bert
CVS patchset: 6962 CVS date: 2004/09/12 09:29:28
2004-09-11Properly pad buffersJames Stembridge
CVS patchset: 6960 CVS date: 2004/09/11 20:52:17
2004-09-11Support for H.264/AVC videoJames Stembridge
CVS patchset: 6959 CVS date: 2004/09/11 20:01:38
2004-09-11doc/faq/Makefile.am:Stephen Torri
doc/hackersguide/Makefile.am: - Add missing rules to remove Makefile when running make distclean. src/Makefile.am: - Add missing subdirectory libspucmml doc/internal/HOWTO.release: - Add suggestion to use make distcheck (See info automake - searching for distcheck for a more thorough review of the commands ability). CVS patchset: 6956 CVS date: 2004/09/11 02:07:26
2004-09-09Add .cvsignoreAndre Pang
CVS patchset: 6954 CVS date: 2004/09/09 07:33:20
2004-09-09Small tidyups and turn off logging in CMML decoderAndre Pang
CVS patchset: 6953 CVS date: 2004/09/09 06:38:45
2004-09-09Added codec to decode CMML (Continuous Media Markup Language): seeAndre Pang
http://www.annodex.net/TR/draft-pfeiffer-cmml-01.html for more information on CMML. In a nutshell, it's a markup language for multimedia and other time-continuous streams, enabling things such as metadata and hyperlinks to be attached to multimedia. This implementation currently displays anchor text as subtitles: full support for CMML will be an on-going xine project. CVS patchset: 6952 CVS date: 2004/09/09 06:35:44
2004-09-09Identify CMML (Continuous Media Markup Language) logical bitstreams in AnnodexAndre Pang
media files CVS patchset: 6951 CVS date: 2004/09/09 06:29:20
2004-09-08chunk size fix from Ross FinlaysonMiguel Freitas
better late than never ;-) CVS patchset: 6949 CVS date: 2004/09/08 15:09:30
2004-09-07Commit to xine the MinGW patch already used in external VCD.František Dvořák
CVS patchset: 6947 CVS date: 2004/09/07 19:29:49
2004-09-07Remove Win32 headers required for removed alarm from cdda input plugin.František Dvořák
CVS patchset: 6946 CVS date: 2004/09/07 19:27:55
2004-09-06Updates:František Dvořák
- usability MSVC for frontends - remove unistd.h from public headers - add configure option "--with-dxheaders" - install .def file under WIN32 - MSVC port update (some people might want it) CVS patchset: 6944 CVS date: 2004/09/06 18:34:37
2004-09-05Not system headers.František Dvořák
CVS patchset: 6940 CVS date: 2004/09/05 20:30:55
2004-09-04Fix some 'make distcheck' problems.František Dvořák
Fix srcdir != buiddir problem with vidix. Change some "_lib" variables to more clear name "_dep". CVS patchset: 6938 CVS date: 2004/09/04 18:34:17
2004-09-04- fix compilation in non-debug modeBastien Nocera
CVS patchset: 6937 CVS date: 2004/09/04 02:07:48
2004-09-03less Apple commercials in xine ;)Michael Roitzsch
CVS patchset: 6934 CVS date: 2004/09/03 13:56:04
2004-09-03* fixed LOG_DEBUG builds of spu.c (unresolved symbols)Michael Roitzsch
* changed the default from "clip the whole frame" to "clip nothing", this fixes some overlays with color!=clip_color showing wrong (confirmed with the DXR3 that this is correct); closes bug #1018193 CVS patchset: 6933 CVS date: 2004/09/03 12:28:24
2004-09-02Warnings on WIN32.František Dvořák
Compilation fix for CygWin. CVS patchset: 6932 CVS date: 2004/09/02 19:56:40
2004-09-02- remove C99 declaration usageBastien Nocera
CVS patchset: 6930 CVS date: 2004/09/02 14:27:56
2004-09-02- fix a compilation issue with gcc 3.3.xBastien Nocera
CVS patchset: 6929 CVS date: 2004/09/02 14:24:39
2004-09-01demux_ogg.c:Andre Pang
Rename LOG_* to DEBUG_* Use llprintf instead of "#ifdef ... lprintf ... #endif" (thanks to Michael and Thibaut for the heads-up about this) CVS patchset: 6928 CVS date: 2004/09/01 18:32:53
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
- new flags added at the end, so the users can override them properly - removed X11 libs and cflags from xine-config and libxine.pc - removed replacing for setenv (thanks to Robin for the hint) - better way for temporary disabling of w32dll module - data directories will be different on Windows - force installing catalogs with translation into XINE_LOCALEDIR - timer linked in xine-engine (just central place for linking such stuff) - adjusted load_plugins and remove reduntant WIN32 conditionals - removed unused $(lib_thr) CVS patchset: 6927 CVS date: 2004/09/01 18:19:49
2004-09-01Fixes to DVD MRL parsing.James Courtier-Dutton
CVS patchset: 6926 CVS date: 2004/09/01 16:17:39
2004-09-01- add a nice name for the AVC1 codecBastien Nocera
CVS patchset: 6925 CVS date: 2004/09/01 12:52:34
2004-09-01- fix the gcc 3.4 errors with inline functions by moving the functions aroundBastien Nocera
sorry, unimplemented: inlining failed in call to 'XXX': function body not available CVS patchset: 6924 CVS date: 2004/09/01 11:59:42
2004-09-01Added more fine-grained logging to Ogg demuxer to make output easier to followAndre Pang
CVS patchset: 6923 CVS date: 2004/09/01 00:09:13
2004-08-30Fix builds where 'srcdir != builddir'.Robin KAY
CVS patchset: 6921 CVS date: 2004/08/30 20:49:52
2004-08-30add support for speex headers in new location (eg. <speex/speex.h>) forConrad Parker
libspeex-1.1.x: - Retain compatability for <speex.h> etc. from libspeex-1.0.x - Also try speex via pkg-config, and fall back to old AM_PATH_SPEEX CVS patchset: 6920 CVS date: 2004/08/30 12:33:07
2004-08-30Fix missing entry for ../xine-utils/xmlparser.c from previous commit.Robin KAY
CVS patchset: 6919 CVS date: 2004/08/30 11:11:54
2004-08-30running without video output is allowedDaniel Caujolle-Bert
CVS patchset: 6918 CVS date: 2004/08/30 07:37:42
2004-08-30Fix the way the library path is supplied when testing for libdga. Disable ↵Robin KAY
compilation of win32/contrib/setenv.c on non-Win32 platforms (I don't see why it's necessary at all as we have xine_setenv). Front-ends use symbols in src/xine-utils but these aren't being exported in libxine.so because they come from an internal archive library. Compile xmlparser.c in src/xine-engine/Makefile.am for now (is there a better solution?). CVS patchset: 6917 CVS date: 2004/08/30 00:55:18
2004-08-28Fix a crash when dispose it called before the DVD starts playing.James Courtier-Dutton
This needs to be fixed in libdvdnav as well. CVS patchset: 6916 CVS date: 2004/08/28 22:51:50