Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Add release date.xine-lib-1_1_10_1-release1.1.10.1 | Darren Salt | |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern | |
2008-02-07 | 1.1.10.1, not 1.1.11. | Darren Salt | |
2008-02-07 | Adjust some comments. | Darren Salt | |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt | |
Make the tracknumber/tracktotal buffer larger (possible overflow). | |||
2008-02-07 | Keep the plugin dir name to x.y.z - x.y.z.a is inappropriate here. | Darren Salt | |
2008-02-07 | Reverse the order in which the plugin dirs are scanned; remove a stray printf. | Darren Salt | |
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt | |
This is to avoid having to rebuild external plugins for each new release. --HG-- extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98 | |||
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt | |
2008-02-04 | Tidy up Xv YUY2/YV12 checking & reporting. | Darren Salt | |
2008-02-04 | Silence vdr_video (unless LOG and LOG_VERBOSE are defined). | Darren Salt | |
--HG-- extra : transplant_source : %B3%7E6%F5%18%80i%20rb%10m%8AA8G%87%F5%A8r | |||
2008-02-04 | Merge from 1.1. | Darren Salt | |
2008-02-04 | Merge. | Darren Salt | |
2008-02-04 | Backed out changeset a8b157e7359c (reported to cause a regression). | Darren Salt | |
A proper fix is in changeset a62d6f482a69. | |||
2008-02-04 | Check block sizes & frame sizes. Use unsigned variables where appropriate. | Mathieu Olivier | |
2008-02-04 | Fix a few remaining and apparently harmless linkage order issues. | Darren Salt | |
2008-02-03 | The AVI demuxer already has the video type when checking for XVid. Optimise. | Darren Salt | |
2008-02-02 | Move more shared Xv config desc. & help strings; add new location to POTFILES. | Darren Salt | |
(Transplanted from 574fefcee8b1b6456fd8dc9c06191cf4622f07eb) | |||
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 | |
(Transplanted from 378582ca7b95e634cb0b04b714df0170b60688b3) | |||
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. (Transplanted from 3ede88232fd45bca91eb0b1cfa2d70de040cadb8) | |||
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. (Transplanted from 234c8a2131e9a19d52414733dfc2bf93beb80af0) | |||
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. (Transplanted from 83c85e349d6d09b06faa6d34c090038d7bd1ac81) | |||
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 | |
(Transplanted from 39cc466bebc1f98bb20411351fd4c671ad1e190d) | |||
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 | |
(Transplanted from ec0d80a280e90494306023b66e5917209b2c4155) | |||
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 | |
(Transplanted from b2dd043f187b6332248fd58410ffebf7e7727aeb) | |||
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 | |
(Transplanted from 649b3a6f755edaed6edc44e95b13cf2a84d19a57) | |||
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). (Transplanted from 307aa599ccb0e496638738accbdb85b493904e18) | |||
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 | |