Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | Fixed endianess problem. | Thibaut Mattern | |
This should allow big ID3v2 tag to be parsed (i mean tags with embedded pictures). | |||
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern | |
Fixed bug 4 sample playback (nilbymouthclapton.112.mp3). | |||
2008-02-11 | Merge from 1.1. | Darren Salt | |
2008-02-09 | Remove some unnecessary tests (which the compiler would discard). | Darren Salt | |
2008-02-08 | Avoid a build failure (affects gcc 4.0 on x86_32). | Darren Salt | |
2008-02-08 | Merge from 1.1. | Darren Salt | |
2008-02-07 | Merge; mark 1.1.11. | Darren Salt | |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern | |
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 | 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 | |
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 | 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-02-01 | Merge from 1.1, discarding es.po changes. | Darren Salt | |
--HG-- rename : misc/xine-config => misc/xine-config.in | |||
2008-02-01 | Merge. | Darren Salt | |
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-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 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 | 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 | 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 | 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-26 | Merge from 1.1. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt | |
2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt | |
2008-01-25 | Always use xine_xmalloc in plugin class init; avoids uninitialised pointers. | Darren Salt | |
2008-01-25 | Fixed parsing of keyframes indices (do not assume a specific order betwen ↵ | Claudio Ciccani | |
"times" and "filepositions"). Parse flv script data only once upon send_headers(). Use relative seeking instead of absolute seeking when seek_time-current_time is below 5 seconds. (transplanted from 689daba9823670864eaef213733987196be21acc) --HG-- extra : transplant_source : %3CA%D9%CBuM%14%DAR%F8%89K%EF%13%83%17%9A%F7%AB%8F | |||
2008-01-25 | Report unofficial mimetypes (x- variants) for the Ogg demuxer too. | Diego 'Flameeyes' Pettenò | |