Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-04 | Add a _x_is_fourcc() inline function to wrap around memcmp(). | Diego 'Flameeyes' Pettenò | |
This should be simpler and faster for the compiler to optimise rather than a _X_[BLM]E_32 macro and a comparison. --HG-- extra : transplant_source : %C7%1C%16%17N%3Bh%9B%EB%AA%00%A9%F1%15%C8%CB%8A%99%EE%7D | |||
2008-07-04 | Use calloc to allocate the area for the OSD. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %99%9B%D5%B3Ro%87%BFV%E9%2BY%AA%83QE/%CD%5D%ED | |||
2008-07-04 | Use calloc to allocate the lists of audio and video ports. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : T6%E7%60%7F%D4%60%C8l4%9AX%97%86hrR%AD%13%C0 | |||
2008-07-04 | Use calloc to allocate the memory area for the YUV planes. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %00%23%8FM%AA%B88C%FEA%7E%2C%D3%F5%29%8F%28%AC%D7_ | |||
2008-07-03 | Merge from 1.1. | Darren Salt | |
2008-07-03 | Rewrite demux_real and demux_realaudio for style. | Diego 'Flameeyes' Pettenò | |
Also try to simplify frame buffer allocation. --HG-- extra : transplant_source : %B6%B5o%A8%24%E1%F5B%D2%D8%08%F8%DE%E7%9E%B6%B8C%A4j | |||
2008-07-02 | Build fix for external ffmpeg | Chris Rankin | |
2008-07-02 | Don't segfault when the user requests an input the card doesn't posess. | Simon Farnsworth | |
2008-07-02 | Bump version ready for the next release. | Darren Salt | |
Hopefully, that's a while away yet :-) | |||
2008-07-02 | Cope with missing strcasestr(). | Darren Salt | |
2008-07-02 | provide PTHREAD_CFLAGS when needed | Matthias Ringwald | |
2008-07-02 | don't check for ioctl request type if oss audio is not available | Matthias Ringwald | |
on mingw32, ioctl does not exist and the AC_IOCTL_REQUEST macro breaks configure As this test is only needed for OSS audio (otherwise it should be somewhere else), it's now only called if OSS audio is actually available | |||
2008-07-02 | fix pthread recursive mutex detection (for mingw32) | Matthias Ringwald | |
2008-06-29 | Added tag xine-lib-1_1_14-release for changeset 9b383441a18f | Darren Salt | |
2008-06-29 | Build-dep on ghostscript (preferred alternative).xine-lib-1_1_14-release1.1.14 | Darren Salt | |
2008-06-29 | 1.1.14. | Darren Salt | |
2008-06-29 | Missing build-dep. | Darren Salt | |
2008-06-27 | Add basic aspect ratio detection for WMV streams. | Darren Salt | |
2008-06-26 | Bump version. | Darren Salt | |
2008-06-25 | Merge. | Darren Salt | |
2008-06-25 | Restore iconv_open() (mismerge). | Darren Salt | |
2008-06-25 | Merge from 1.1. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot | |||
2008-06-25 | Merge, and add a changelog entry. | Darren Salt | |
2008-06-25 | Add comments about (audio track)->type containing the stream no. | Darren Salt | |
2008-06-25 | Backed out changeset f2086511a349; m->type isn't necessarily 0. | Darren Salt | |
2008-06-23 | Update build dependency information. | Darren Salt | |
2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt | |
Fixes build failures with some ffmpeg dev packages, e.g. from debian-multimedia. | |||
2008-06-23 | Update libxine1.pot. | Darren Salt | |
2008-06-23 | Add a changelog entry for the Xv/XxMC port selection backport. | Darren Salt | |
2008-06-22 | Ignore another generated file and two more copied m4 files. | Darren Salt | |
2008-06-22 | Remove m4/gettext. | Darren Salt | |
2008-06-21 | Merge from 1.1. | Darren Salt | |
2008-06-21 | Merge. | Darren Salt | |
2008-06-21 | Merge. | Darren Salt | |
2008-06-21 | Run autopoint before running aclocal (on a clean tree) else automake will fail. | Darren Salt | |
2008-06-21 | Partially revert fa7f53fb1656, which introduced some libtool-related problems. | Darren Salt | |
With libtool 1.5, AC_LIBTOOL_SETUP was being called too early. | |||
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt | |
--HG-- rename : src/combined/ffmpeg/ff_dvaudio_decoder.c => src/audio_dec/ff_dvaudio_decoder.c rename : src/combined/ffmpeg/ffmpeg_encoder.c => src/dxr3/ffmpeg_encoder.c | |||
2008-06-20 | Off-by-one in the HTTP basic auth encoding function. | Darren Salt | |
2008-06-20 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/input/input_plugin.h => include/xine/input_plugin.h | |||
2008-06-20 | Ask the input plugin which demuxer to use. | Darren Salt | |
This overrides the normal content/extension detection, but can be overridden by the user. This is an input plugin API extension; ABI is unchanged. The version is not bumped (we can't bump it due to 1.2). | |||
2008-06-20 | Read the MIME type from the plugin & use it for demuxer selection (if by extn). | Darren Salt | |
text/plain is specifically filtered out because it could cause lots of false positives, at least with http; web servers tend to default to text/plain for unknown types. | |||
2008-06-20 | Allow input plugins to report MIME types as optional data. Implement for http. | Darren Salt | |
This is an input plugin API extension; ABI is unchanged. The version is not bumped (we can't bump it due to 1.2). | |||
2008-06-19 | Bump the catalogue cache version no. due to media.video4linux.tv_standard. | Darren Salt | |
2008-06-19 | Merge from 1.1, dropping the channels.conf patch for XDG-related reasons. | Darren Salt | |
--HG-- rename : m4/_xine.m4 => m4/types.m4 rename : po/libxine1.pot => po/libxine2.pot | |||
2008-06-19 | Swap positions of "auto" and "old" in the v4l TV standards list. | Darren Salt | |
"Old" is still the default. | |||
2008-06-18 | Separate PES stream IDs from TS descriptor tags. | Darren Salt | |
2008-06-18 | More changelog entries. | Darren Salt | |
Reformat the DVB changelog entries. | |||
2008-06-18 | input_dvb: Recognise new audio and video stream formats | Simon Farnsworth | |
Update input_dvb's PMT parser to match demux_ts's list of stream types. This is a stop-gap approach, to avoid doing major rewrites to input_dvb. Ideally, we'd fix the limitations in demux_ts that the comment above input_dvb's PMT parser alludes to, and just parse all the streams in the PMT to demux_ts. In the meantime, this enables use of input_dvb with things like Finnish DVB-T | |||
2008-06-18 | input_dvb: Allow automatic detection of DVB parameters | Simon Farnsworth | |
We've experienced glitches where the NIT does not match the transmission parameters, and bugs in the kernel where the values we read back from the frontend don't match the transmission. To get round this, we've changed scan to store BANDWIDTH_AUTO and equivalents in the channels.conf file. Update input_dvb to cope with automatic detection of all frontend parameters. | |||
2008-06-18 | Changelog entries for the immediately preceding DVB & V4L plugin changes. | Darren Salt | |