summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-05-14trying to keep at least the most important parts up to dateMichael Roitzsch
CVS patchset: 6538 CVS date: 2004/05/14 13:36:03
2004-05-14fix compiler warning and make new config entry's strings translateableMichael Roitzsch
CVS patchset: 6537 CVS date: 2004/05/14 13:34:27
2004-05-14trying to fix overly enthusiastic elem demuxerMichael Roitzsch
CVS patchset: 6536 CVS date: 2004/05/14 13:31:49
2004-05-14Handle Jumbo A52/AC3 frames from VDRJames Courtier-Dutton
CVS patchset: 6534 CVS date: 2004/05/14 02:12:48
2004-05-13Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ↵James Stembridge
allows the code for handling this special case to actually be used CVS patchset: 6532 CVS date: 2004/05/13 21:38:49
2004-05-13set the pts on all buffers so the binary codec can be fed with the correct ↵James Stembridge
timestamp for all frames CVS patchset: 6531 CVS date: 2004/05/13 21:17:09
2004-05-131) don't use the framerate stored in the header as it's sometimes way off ↵James Stembridge
the actual framerate 2) use the timestamp returned by the binary codec CVS patchset: 6530 CVS date: 2004/05/13 21:15:33
2004-05-12Add support for ejecting removable media on Solaris.Robin KAY
CVS patchset: 6526 CVS date: 2004/05/12 19:07:33
2004-05-12Wrong bitwise operator.Robin KAY
CVS patchset: 6525 CVS date: 2004/05/12 17:50:09
2004-05-12fix compiler warningsMichael Roitzsch
CVS patchset: 6524 CVS date: 2004/05/12 16:21:41
2004-05-12- open the CD device for Linux systems where /proc/sys/dev/cdrom/check_mediaxine-1-rc4a-release1-rc4aBastien Nocera
is at 1 (otherwise, it will lie about the medium type) CVS patchset: 6523 CVS date: 2004/05/12 11:19:13
2004-05-12Mpeg 1/2 decoding.Thibaut Mattern
Tested with mpeg1 and mpeg2 streams. I've not checked if it's slower than libmpeg2... Change the ffmpeg deocoder priority to test it. CVS patchset: 6522 CVS date: 2004/05/12 07:41:43
2004-05-11preparation for rc4aMiguel Freitas
quick fix for wma static noise. (a more general solution should be employed in configure.ac) CVS patchset: 6520 CVS date: 2004/05/11 21:31:55
2004-05-11use the CDDB cache directory, even when CDDB queries are disabledMichael Roitzsch
CVS patchset: 6519 CVS date: 2004/05/11 21:21:39
2004-05-11make sure displayed values are sane, that is, we are not trying to displayMiguel Freitas
something outside the delivered image. fixes border calculation for zoom < 100%. CVS patchset: 6517 CVS date: 2004/05/11 02:21:16
2004-05-10fix compilation breakage before Mike kills me ;-)Miguel Freitas
CVS patchset: 6515 CVS date: 2004/05/10 13:38:39
2004-05-10- look a tiny bit deeper in the Program streams as well, now all myBastien Nocera
broken MPEGs play properly, without tweaking CVS patchset: 6514 CVS date: 2004/05/10 11:33:54
2004-05-10- remove dirty hack from the Program stream demuxer, and look deeper for aBastien Nocera
header when using the Elementary stream demuxer Hopefully that didn't break anything ;) CVS patchset: 6513 CVS date: 2004/05/10 11:24:28
2004-05-09syncMiguel Freitas
CVS patchset: 6511 CVS date: 2004/05/09 23:31:59
2004-05-09fix zoom supportMiguel Freitas
CVS patchset: 6510 CVS date: 2004/05/09 23:25:07
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
CVS patchset: 6509 CVS date: 2004/05/09 22:34:19
2004-05-09Add portable version of the bswap_64 macro.Robin KAY
CVS patchset: 6508 CVS date: 2004/05/09 22:05:34
2004-05-09fix colorkey bug switching to fullscreenMiguel Freitas
CVS patchset: 6507 CVS date: 2004/05/09 21:52:10
2004-05-09some more colorkey fixes and cleanupsMiguel Freitas
CVS patchset: 6506 CVS date: 2004/05/09 21:05:34
2004-05-09Use lprintf for debug outputJames Stembridge
CVS patchset: 6505 CVS date: 2004/05/09 19:37:10
2004-05-09Add wFormatTag value used for DTSJames Stembridge
CVS patchset: 6504 CVS date: 2004/05/09 19:21:22
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ↵František Dvořák
no replacement, so it's used, but with configure check. CVS patchset: 6503 CVS date: 2004/05/09 17:42:23
2004-05-09Little optimization.Thibaut Mattern
no memcpy is needed if the fifo buffer contains a full frame, it's true most of the time. Tested with avi, asf, mov, mpeg1/2 (broken for years) streams. CVS patchset: 6502 CVS date: 2004/05/09 14:22:54
2004-05-07move lprintf to the right location (where variables are initialized)Daniel Caujolle-Bert
CVS patchset: 6497 CVS date: 2004/05/07 22:49:24
2004-05-07* fix config file loading: enums are read as numbers, although written as ↵Michael Roitzsch
strings -> read and update them as strings * remove the obsolete CONFIG_TYPE_* constants and replace them with XINE_CONFIG_TYPE_* from xine.h CVS patchset: 6496 CVS date: 2004/05/07 14:38:14
2004-05-07extend help string for speaker arrangementMichael Roitzsch
CVS patchset: 6494 CVS date: 2004/05/07 13:37:00
2004-05-06implement proper x11osd resize support. that should fix problems with rc4Miguel Freitas
where parts of the image were not shown under certain circunstances. XV_AUTOPAINT_COLORKEY is now disabled by default. that will permit using colorkey overlays by default with more cards (eg. nvidia). CVS patchset: 6491 CVS date: 2004/05/06 03:09:32
2004-05-05simple protection...Thibaut Mattern
CVS patchset: 6490 CVS date: 2004/05/05 22:37:46
2004-05-05fix compiler warningMichael Roitzsch
CVS patchset: 6488 CVS date: 2004/05/05 18:44:19
2004-05-05cleanup CC decoder config entries: move them to the class contextMichael Roitzsch
CVS patchset: 6487 CVS date: 2004/05/05 17:36:48
2004-05-05- actually set the CD Index ID, fix warningsBastien Nocera
CVS patchset: 6486 CVS date: 2004/05/05 09:16:59
2004-05-05make it possible for the CDDA plugin to give away Musicbrainz CD Index IDBastien Nocera
base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38
2004-05-04- Shoutcast packet handling cleanup.Thibaut Mattern
- Support streaming of NSV files. test streams: hTtP://xxx.inlive.co.kr:8000/;stream.nsv http://lsac1-0-s01.shoutcast.net:8012/;file.nsv - Remove an old hack to force mpeg audio demuxer selection. CVS patchset: 6484 CVS date: 2004/05/04 22:26:13
2004-05-04Port support for VP5 and VP6 from mplayerJames Stembridge
CVS patchset: 6483 CVS date: 2004/05/04 21:49:00
2004-05-04Recognise On2 avi variantJames Stembridge
CVS patchset: 6482 CVS date: 2004/05/04 21:45:15
2004-05-02too stupid to edit a file...Michael Roitzsch
CVS patchset: 6481 CVS date: 2004/05/02 20:13:23
2004-05-02these settings are not security critical => lower experience levelMichael Roitzsch
CVS patchset: 6480 CVS date: 2004/05/02 20:00:57
2004-05-02finally removing the unmaintained libdivx4, libmpg123 and libxvid decodersMichael Roitzsch
CVS patchset: 6478 CVS date: 2004/05/02 19:49:52
2004-05-02device_name is not really used anywhere?Michael Roitzsch
CVS patchset: 6476 CVS date: 2004/05/02 19:40:47
2004-05-02- work around the gnome-vfs sftp: method having a max read size of 256kBastien Nocera
(Closes: #140401) CVS patchset: 6474 CVS date: 2004/05/02 16:33:23
2004-05-02Fix the crash with CDDB queries when server is off-line. Thanks for patch to ↵František Dvořák
Dario Nicodemi. CVS patchset: 6473 CVS date: 2004/05/02 15:17:39
2004-05-02Fix decoder init.Thibaut Mattern
CVS patchset: 6472 CVS date: 2004/05/02 12:32:11
2004-05-02- Better seekhead parsing.Thibaut Mattern
Use a list of toplevel elements to be sure to not parse an element twice, protection against recursion. - Fix decoder init CVS patchset: 6471 CVS date: 2004/05/02 12:28:35
2004-04-30Enable opengl compiling.James Courtier-Dutton
It seg faults at the moment, but we will fix that. CVS patchset: 6470 CVS date: 2004/04/30 22:12:15
2004-04-30Add "Speaker arrangement" config item support to oss as well.James Courtier-Dutton
Only oss and alsa used the old multi channel config items. CVS patchset: 6467 CVS date: 2004/04/30 12:57:47