Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-02 | Move more shared Xv config desc. & help strings; add new location to POTFILES. | Darren Salt | |
2008-02-02 | Handle invalid port nos. properly (avoids a possible xcbxv segfault). | Darren Salt | |
--HG-- extra : transplant_source : %8AQ%03%86%FE%20%26%92%D2%A6%13g%1E%85%60%14%A0%A9%F3%22 | |||
2008-02-02 | Convert the XxMC plugin to use the new header file. | Darren Salt | |
Also, a few trivial constness cleanups. | |||
2008-02-02 | XvMC plugin uses the new header; use config_help; small var/struct cleanup. | Darren Salt | |
- Removed display in open_plugin(); - Converted adaptor_{info,num} in xvmc_class_t into locals in open_plugin(). Also, a few trivial constness cleanups. (Not fully tested; XvMC doesn't work for me. | |||
2008-02-02 | Convert the plain Xv plugins to use the new header file. | Darren Salt | |
Also, a few trivial constness cleanups. | |||
2008-02-02 | Add a header file for some strings shared between the Xv-using plugins. | Darren Salt | |
2008-02-02 | Convert xshm_set_property() from if() chain to switch block. | Darren Salt | |
2008-02-01 | Changelog entry for the Xv port selection patches. | Darren Salt | |
2008-02-01 | Port Xv port selection to xxmc. | Darren Salt | |
2008-02-01 | Add Xv port selection to the XCB xv plugin. | Darren Salt | |
2008-02-01 | Fallback to auto-detect when the specified Xv port is unavailable or unusable. | Darren Salt | |
2008-02-01 | patch adding video.device.xv_port option | Jean-Yves Lefort | |
The attached patch allows to specify the Xv port to use (needed with some nvidia twinview configurations). | |||
2008-01-31 | Export PKG_CONFIG_PATH. | Darren Salt | |
2008-01-31 | Enable Esperanto translation (was missing from LINGUAS). | Darren Salt | |
2008-01-31 | [translations] xine-lib-1.2 translation to Spanish | Carlos E. R. | |
--HG-- extra : transplant_source : 2n%8B%21Y%3C%05Nf%7F%CE%FCY%9Cy%D82%DD%2CD | |||
2008-02-01 | Merge from 1.1, discarding es.po changes. | Darren Salt | |
--HG-- rename : misc/xine-config => misc/xine-config.in | |||
2008-02-01 | Distribute version.sh (needed for re-running autoconf). | Darren Salt | |
2008-02-01 | Tidy up header files list. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge mpeg2 backout commits. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Merge. | Darren Salt | |
2008-02-01 | Restore libmpeg2/Makefile.am. | Darren Salt | |
2008-02-01 | Back out mpeg2 build changes: separate unit (though used only once). | Darren Salt | |
Also, built files don't end up in the lib directory. | |||
2008-02-01 | Back out macosx build changes: separate units (so far unused). | Darren Salt | |
Also, built files don't end up in the lib directory. | |||
2008-02-01 | Back out rtsp build changes: separate units (though used only once). | Darren Salt | |
Also, built files don't end up in the lib directories. | |||
2008-02-01 | Back out vcd build changes: separate unit (though used only once). | Darren Salt | |
Also, built files don't end up in the vcd directory. | |||
2008-01-31 | Revert xine-config dist_bin & EXTRA_DIST changes due to changes in 1.1. | Darren Salt | |
2008-01-31 | [translations] xine-lib translation to Spanish | Carlos E. R. | |
2008-01-30 | Make sure that PKG_CONFIG_PATH is set properly by xine-config. | Darren Salt | |
--HG-- rename : misc/xine-config => misc/xine-config.in | |||
2008-01-28 | Fix a RealPlayer codec detection bug. | Darren Salt | |
2008-01-27 | Revert part of commit applied by mistake. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Remove win32/include/Makefile.am. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Remove makefile I should have removed before. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Move libmpeg2-based decoder building in video_dec. Avoid one recursive make ↵ | Diego 'Flameeyes' Pettenò | |
call. | |||
2008-01-27 | Move macosx video output library building inside src/video_out, avoid one ↵ | Diego 'Flameeyes' Pettenò | |
recursive make call. | |||
2008-01-27 | Use AM_PROG_CC_C_O as needed by the xine-fontconv program. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Compile librtsp and libreal source files directly into the rtsp plugin. ↵ | Diego 'Flameeyes' Pettenò | |
Avoid two recursive make calls. | |||
2008-01-27 | Remove another recursive make invocation, build the vcd plugin inside ↵ | Diego 'Flameeyes' Pettenò | |
src/input even if the source files are in src/input/vcd. | |||
2008-01-27 | Remove one more recursive make: move fonts declaration and installation ↵ | Diego 'Flameeyes' Pettenò | |
inside misc/Makefile.am. | |||
2008-01-27 | Use dist_bin for xine-config and remove it from EXTRA_DIST. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Ignore xine-fontconv and cdda_server programs. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Rename base64 functions to _x_ as they should not be part of the public API. | Diego 'Flameeyes' Pettenò | |
Note that these will be removed as soon as -libavutil branch is merged, in favour of libavutil's base64 implementation. | |||
2008-01-27 | Use EXTRA_PROGRAMS for xine-fontconv and cdda_server rahter than using ↵ | Diego 'Flameeyes' Pettenò | |
manual rules. | |||
2008-01-27 | Don't distribute the generated inttypes.h file. | Diego 'Flameeyes' Pettenò | |
2008-01-27 | Move base64 header to xine-utils as we don't want it installed. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : include/xine/base64.h => src/xine-utils/base64.h | |||
2008-01-27 | Avoid one recursive make by declaring all the installed headers inside ↵ | Diego 'Flameeyes' Pettenò | |
include/Makefile.am. | |||
2008-01-27 | Begin 1.1.11. | Darren Salt | |