summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-04Merge.Darren Salt
2008-02-04Backed out changeset a8b157e7359c (reported to cause a regression).Darren Salt
A proper fix is in changeset a62d6f482a69.
2008-02-04Check block sizes & frame sizes. Use unsigned variables where appropriate.Mathieu Olivier
2008-02-04Fix a few remaining and apparently harmless linkage order issues.Darren Salt
2008-02-03The AVI demuxer already has the video type when checking for XVid. Optimise.Darren Salt
2008-02-02Move more shared Xv config desc. & help strings; add new location to POTFILES.Darren Salt
2008-02-02Handle 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-02Convert the XxMC plugin to use the new header file.Darren Salt
Also, a few trivial constness cleanups.
2008-02-02XvMC 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-02Convert the plain Xv plugins to use the new header file.Darren Salt
Also, a few trivial constness cleanups.
2008-02-02Add a header file for some strings shared between the Xv-using plugins.Darren Salt
2008-02-02Convert xshm_set_property() from if() chain to switch block.Darren Salt
2008-02-01Changelog entry for the Xv port selection patches.Darren Salt
2008-02-01Port Xv port selection to xxmc.Darren Salt
2008-02-01Add Xv port selection to the XCB xv plugin.Darren Salt
2008-02-01Fallback to auto-detect when the specified Xv port is unavailable or unusable.Darren Salt
2008-02-01patch adding video.device.xv_port optionJean-Yves Lefort
The attached patch allows to specify the Xv port to use (needed with some nvidia twinview configurations).
2008-01-31Export PKG_CONFIG_PATH.Darren Salt
2008-01-31Enable Esperanto translation (was missing from LINGUAS).Darren Salt
2008-01-31[translations] xine-lib-1.2 translation to SpanishCarlos E. R.
--HG-- extra : transplant_source : 2n%8B%21Y%3C%05Nf%7F%CE%FCY%9Cy%D82%DD%2CD
2008-02-01Merge from 1.1, discarding es.po changes.Darren Salt
--HG-- rename : misc/xine-config => misc/xine-config.in
2008-02-01Distribute version.sh (needed for re-running autoconf).Darren Salt
2008-02-01Tidy up header files list.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge mpeg2 backout commits.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Merge.Darren Salt
2008-02-01Restore libmpeg2/Makefile.am.Darren Salt
2008-02-01Back 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-01Back out macosx build changes: separate units (so far unused).Darren Salt
Also, built files don't end up in the lib directory.
2008-02-01Back 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-01Back 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-31Revert xine-config dist_bin & EXTRA_DIST changes due to changes in 1.1.Darren Salt
2008-01-31[translations] xine-lib translation to SpanishCarlos E. R.
2008-01-30Make sure that PKG_CONFIG_PATH is set properly by xine-config.Darren Salt
--HG-- rename : misc/xine-config => misc/xine-config.in
2008-01-28Fix a RealPlayer codec detection bug.Darren Salt
2008-01-27Revert part of commit applied by mistake.Diego 'Flameeyes' Pettenò
2008-01-27Remove win32/include/Makefile.am.Diego 'Flameeyes' Pettenò
2008-01-27Remove makefile I should have removed before.Diego 'Flameeyes' Pettenò
2008-01-27Move libmpeg2-based decoder building in video_dec. Avoid one recursive make ↵Diego 'Flameeyes' Pettenò
call.
2008-01-27Move macosx video output library building inside src/video_out, avoid one ↵Diego 'Flameeyes' Pettenò
recursive make call.
2008-01-27Use AM_PROG_CC_C_O as needed by the xine-fontconv program.Diego 'Flameeyes' Pettenò
2008-01-27Compile librtsp and libreal source files directly into the rtsp plugin. ↵Diego 'Flameeyes' Pettenò
Avoid two recursive make calls.
2008-01-27Remove 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-27Remove one more recursive make: move fonts declaration and installation ↵Diego 'Flameeyes' Pettenò
inside misc/Makefile.am.
2008-01-27Use dist_bin for xine-config and remove it from EXTRA_DIST.Diego 'Flameeyes' Pettenò
2008-01-27Ignore xine-fontconv and cdda_server programs.Diego 'Flameeyes' Pettenò
2008-01-27Rename 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.