summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-13make sure position doesn't get < 0Miguel Freitas
CVS patchset: 7245 CVS date: 2004/12/13 18:19:48
2004-12-13get xine to compile again...Miguel Freitas
try some fallbacking (libXv.so <-> libXv.a) if prefered was not found CVS patchset: 7244 CVS date: 2004/12/13 17:50:20
2004-12-13AC3 supportMiguel Freitas
CVS patchset: 7243 CVS date: 2004/12/13 16:07:43
2004-12-13add timeout on displayMike Lampard
CVS patchset: 7242 CVS date: 2004/12/13 11:43:45
2004-12-13add dvb.adapter to the conversion listMike Lampard
CVS patchset: 7241 CVS date: 2004/12/13 11:11:27
2004-12-13readd translation for dxr3.playback.alt_play_mode,Michael Roitzsch
remove the identical translations entirely for clarity CVS patchset: 7240 CVS date: 2004/12/13 10:58:33
2004-12-13change to new config naming schemeMike Lampard
CVS patchset: 7239 CVS date: 2004/12/13 10:55:24
2004-12-13I knew I made some mistake: sed scripts should not be applied to binary filesMichael Roitzsch
CVS patchset: 7238 CVS date: 2004/12/13 10:41:18
2004-12-13numerous bugfixes, code cleanup, new epg code, based on patch by PekkaMike Lampard
Jääskeläinen. CVS patchset: 7237 CVS date: 2004/12/13 10:34:49
2004-12-13*** empty log message ***Darren Salt
CVS patchset: 7236 CVS date: 2004/12/13 04:04:35
2004-12-13Don't list key translations where new == old, and don't recursivelyDarren Salt
translate keys: instead, try lookup, translate, retry lookup. As was, this would cause stack overflows (and was preventing my use of Xv). Special-case the plugin priority translation in case of third-party decoder plugins and corresponding config entries of the form "decoders.*_priority". CVS patchset: 7235 CVS date: 2004/12/13 03:49:44
2004-12-13Unbreak installation (caused by recent MKINSTALLDIRS changes to configure.ac).Darren Salt
CVS patchset: 7234 CVS date: 2004/12/13 00:17:45
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-12-12Japanese translation, thanks to Tadashi Jokagi.František Dvořák
CVS patchset: 7232 CVS date: 2004/12/12 14:50:53
2004-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
Compilation fixes for cross-compiling with MinGW32. CVS patchset: 7231 CVS date: 2004/12/12 13:51:28
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
CVS patchset: 7230 CVS date: 2004/12/12 06:55:58
2004-12-12Update xv.m4. There was two different autoconfigure variables beingStephen Torri
used, xv_lib and XV_LIB. The problem with this is that XV_LIB is used to set the Xv library to use in the makefiles. I chose to use XV_LIB throughout the m4 file. CVS patchset: 7229 CVS date: 2004/12/12 04:25:05
2004-12-12Add xv.m4 to Makefile.am.Stephen Torri
CVS patchset: 7228 CVS date: 2004/12/12 03:08:35
2004-12-12Moved xv checks and tests to m4/xv.m4.Stephen Torri
Add --enable-shared-xv to force use of libXv.so over libXv.a. The default behavior is to use libXv.a if configure option is not used. CVS patchset: 7227 CVS date: 2004/12/12 03:04:58
2004-12-12fix some casing yetFrantišek Dvořák
CVS patchset: 7226 CVS date: 2004/12/12 01:10:58
2004-12-12_x_meta_info_set_encoding sounded like it was setting the "encoding" notMiguel Freitas
the "meta_info". _x_meta_info_set_generic must be clearer. (feel free to change if you have a better name, this function is not yet used) CVS patchset: 7225 CVS date: 2004/12/12 00:47:15
2004-12-12skip charset conversion. we know freedb proto 6 is already utf-8Miguel Freitas
CVS patchset: 7224 CVS date: 2004/12/12 00:41:22
2004-12-12ok, so now metadata *IS* UTF-8.Miguel Freitas
i hope frontend developers are reading this... CVS patchset: 7223 CVS date: 2004/12/12 00:39:14
2004-12-11Czech translation update. 100% of the messages after long time, yes! :-)František Dvořák
Fix a typo in two original messages (please correct, if I'm wrong), reflect it in de.po too. CVS patchset: 7222 CVS date: 2004/12/11 23:18:00
2004-12-10*** empty log message ***Miguel Freitas
CVS patchset: 7221 CVS date: 2004/12/10 12:43:06
2004-12-10tags for AAC, MPEG4 and H264Miguel Freitas
CVS patchset: 7220 CVS date: 2004/12/10 12:42:02
2004-12-10fixed misleading comment (thanks to Sander Jansen)Michael Roitzsch
CVS patchset: 7219 CVS date: 2004/12/10 09:52:23
2004-12-09dont wait for full pes packet before decoding starts. this improvesMike Lampard
subtitle timing somewhat. CVS patchset: 7218 CVS date: 2004/12/09 13:19:37
2004-12-09have parse_pes_header modify buf->decoder_info[2] directly. cleanup.Mike Lampard
CVS patchset: 7217 CVS date: 2004/12/09 13:16:52
2004-12-09use decoder_info[2] for pes packet size, rather than buf->type.Mike Lampard
CVS patchset: 7216 CVS date: 2004/12/09 07:11:10
2004-12-09send PES packet size via decoder_info[2] instead of buf->type.Mike Lampard
CVS patchset: 7215 CVS date: 2004/12/09 07:07:40
2004-12-09*** empty log message ***Miguel Freitas
CVS patchset: 7214 CVS date: 2004/12/09 01:35:55
2004-12-09patch by Assaf Gillat <gillata@gmail.com>Miguel Freitas
CDDB protocol 6 support (UTF-8 and multiple cd entries) CVS patchset: 7213 CVS date: 2004/12/09 01:34:31
2004-12-08*** empty log message ***Miguel Freitas
CVS patchset: 7212 CVS date: 2004/12/08 22:40:48
2004-12-08XSync after restoring xv settingsMiguel Freitas
CVS patchset: 7211 CVS date: 2004/12/08 22:40:32
2004-12-08*** empty log message ***Miguel Freitas
CVS patchset: 7210 CVS date: 2004/12/08 22:09:34
2004-12-08workaround weird 120fps streams by forcing VIDEO_PTS_MODE. code to obtainMiguel Freitas
frame rate from ffmpeg is commented, i'm not sure it is correct. CVS patchset: 7209 CVS date: 2004/12/08 21:41:46
2004-12-08fix crash with Fraunhofer__a_driving_force_in_innovation__* filesMiguel Freitas
(patch needs to be sent upstream) CVS patchset: 7208 CVS date: 2004/12/08 20:32:42
2004-12-08spec-file: included xxmc video out plugin into xvmc sub-rpmManfred Tremmel
CVS patchset: 7207 CVS date: 2004/12/08 20:25:36
2004-12-08use the variable show here (it would be unused otherwise)Michael Roitzsch
CVS patchset: 7206 CVS date: 2004/12/08 18:24:21
2004-12-08vdr bitsMiguel Freitas
CVS patchset: 7205 CVS date: 2004/12/08 18:19:18
2004-12-08fix race reported by ReinhardMiguel Freitas
CVS patchset: 7204 CVS date: 2004/12/08 18:18:23
2004-12-08- patch from mandrake folks to use realplayer libraries on amd64Miguel Freitas
- use autodetected path as config's default. this way, user can safely move or update the real stuff without having to play with config entries. CVS patchset: 7203 CVS date: 2004/12/08 17:10:29
2004-12-07variable declarations above statements please...Mike Lampard
CVS patchset: 7202 CVS date: 2004/12/07 14:54:28
2004-12-07changes to reflect gxines' default keybindingsMike Lampard
CVS patchset: 7201 CVS date: 2004/12/07 12:49:15
2004-12-07verify pageIDMike Lampard
CVS patchset: 7200 CVS date: 2004/12/07 12:21:34
2004-12-07remove legacy dvbdisplaychan config option. disable left click->EPG, as itMike Lampard
is a little to obtrusive, the EPG is still not stable for some people. CVS patchset: 7199 CVS date: 2004/12/07 11:13:35
2004-12-07support transmitted clut. don't display blank pages.Mike Lampard
CVS patchset: 7198 CVS date: 2004/12/07 10:52:23
2004-12-06add Pekka Jääskeläinen for his contributions to the DVB plugin.Mike Lampard
CVS patchset: 7197 CVS date: 2004/12/06 06:47:37
2004-12-06update readme to reflet Pekka Jääskeläinen's channel switching enhancements.Mike Lampard
CVS patchset: 7196 CVS date: 2004/12/06 06:44:09