summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-03disable greedyh until i can fix the asmMiguel Freitas
CVS patchset: 7600 CVS date: 2005/06/03 16:58:24
2005-06-03add debian/watch for uscanPhilipp Hahn
CVS patchset: 7599 CVS date: 2005/06/03 11:30:26
2005-05-31POSIX-compliant use of 'head' and 'tail'.Darren Salt
CVS patchset: 7598 CVS date: 2005/05/31 17:42:33
2005-05-30**BUGFIX**James Stembridge
Fix use of ffmpeg provided aspect, previous test would always be false CVS patchset: 7597 CVS date: 2005/05/30 16:01:52
2005-05-30No need to guess parameters, faad will read them from ADTS/ADIF headerJames Stembridge
CVS patchset: 7596 CVS date: 2005/05/30 12:08:49
2005-05-29**BUGFIX**James Stembridge
Don't feed the same data to the decoder twice CVS patchset: 7595 CVS date: 2005/05/29 19:28:00
2005-05-29We'll need thisJames Stembridge
CVS patchset: 7593 CVS date: 2005/05/29 19:21:24
2005-05-29Hook up the ffmpeg shorten decoderJames Stembridge
CVS patchset: 7592 CVS date: 2005/05/29 19:20:48
2005-05-29- Send the XINE_MSG_FILE_EMPTY UI message when trying to play an emptyBastien Nocera
(zero-sized) file CVS patchset: 7591 CVS date: 2005/05/29 12:29:41
2005-05-29*BUGFIX*František Dvořák
Trying to fix subtitle repositioning after change of video windows size. The problem was new renderer object was always recreated AFTER text drawing for duration == 0. I removed additional subtitle size update which was called always before waiting for showing subtitle and now update is called only on start and just before drawing. ffmpeg, win32 and maybe other decoders still needs to be fixed to return non-zero image duration. Some format of subtitles need know image duration. And minor change: removed strange test for this->renderer != NULL. Anyway proper way in such case would be close the plugin. CVS patchset: 7590 CVS date: 2005/05/29 10:18:22
2005-05-29added --with-external-a52dec and --with-external-libmad switchesMiguel Freitas
thanks Diego 'Flameeyes' Petten CVS patchset: 7589 CVS date: 2005/05/29 00:47:48
2005-05-29better this wayMiguel Freitas
CVS patchset: 7588 CVS date: 2005/05/29 00:31:07
2005-05-28**BUGFIX**Miguel Freitas
CVS patchset: 7587 CVS date: 2005/05/28 23:28:43
2005-05-28**BUGFIX**Miguel Freitas
fix LE_64 and BE_64 macros on non-x86 arches try to make all these macros safer with extra typecasting thanks Diego 'Flameeyes' Petten CVS patchset: 7586 CVS date: 2005/05/28 23:17:57
2005-05-28new H.264-related fileMike Melanson
CVS patchset: 7585 CVS date: 2005/05/28 13:25:58
2005-05-28Update our local changesJames Stembridge
CVS patchset: 7584 CVS date: 2005/05/28 12:33:06
2005-05-28**BUGFIX**James Stembridge
femms is a 3DNow instruction causing an Illegal instruction when run on non-AMD processors, replace with emms CVS patchset: 7583 CVS date: 2005/05/28 12:20:37
2005-05-28Search 3 raw cd frames for DTSJames Stembridge
CVS patchset: 7582 CVS date: 2005/05/28 11:41:26
2005-05-28Correct last commit (cut 'n' paste is dangerous)James Stembridge
CVS patchset: 7581 CVS date: 2005/05/28 11:24:35
2005-05-28Minor housekeepingJames Stembridge
CVS patchset: 7580 CVS date: 2005/05/28 11:22:05
2005-05-28Simplify setting of metadataJames Stembridge
CVS patchset: 7579 CVS date: 2005/05/28 11:07:22
2005-05-28Fix channel flag handlingJames Stembridge
CVS patchset: 7578 CVS date: 2005/05/28 10:41:17
2005-05-28Give DTS demuxer higher priority than CDDA and WAV, allowing it to detect by ↵James Stembridge
content for DTS audio cds and DTS wav files CVS patchset: 7577 CVS date: 2005/05/28 09:41:23
2005-05-28DTS demuxer should now handle DTS with fake wav header on the frontJames Stembridge
CVS patchset: 7576 CVS date: 2005/05/28 09:34:53
2005-05-28Support reading from block based demuxerJames Stembridge
CVS patchset: 7575 CVS date: 2005/05/28 09:29:46
2005-05-28Allow read as well as read_blockJames Stembridge
CVS patchset: 7574 CVS date: 2005/05/28 09:26:59
2005-05-28commit the monster diff for now; resolve to fix laterMike Melanson
CVS patchset: 7573 CVS date: 2005/05/28 02:41:38
2005-05-28*** empty log message ***Miguel Freitas
CVS patchset: 7572 CVS date: 2005/05/28 02:37:23
2005-05-28finally: tomsmocomp deinterlacing from dscalerMiguel Freitas
CVS patchset: 7571 CVS date: 2005/05/28 02:35:57
2005-05-28sync to FFmpeg build 4755Mike Melanson
CVS patchset: 7570 CVS date: 2005/05/28 02:28:48
2005-05-28new Fraps FPS1 decoderMike Melanson
CVS patchset: 7569 CVS date: 2005/05/28 02:27:50
2005-05-28buffer type for Fraps FPS1Mike Melanson
CVS patchset: 7568 CVS date: 2005/05/28 02:25:45
2005-05-28sync to libavcodec build 4755Mike Melanson
CVS patchset: 7567 CVS date: 2005/05/28 01:40:40
2005-05-27*** empty log message ***Miguel Freitas
CVS patchset: 7566 CVS date: 2005/05/27 16:45:31
2005-05-27i guess people will like this: provide help for each deinterlace method.Miguel Freitas
CVS patchset: 7565 CVS date: 2005/05/27 16:35:27
2005-05-27something tell me this code would not compile on non-x86 architectures...Miguel Freitas
CVS patchset: 7564 CVS date: 2005/05/27 15:34:01
2005-05-27material for xine 1.1: new quality deinterlacer GreedyH from dscaler.Miguel Freitas
(actually ported dscaler->kdetv->tvtime->xine) obs: i'm not yet considering this feature for 1.0.2 since every time i add new asm code the build gets broken for some specific gcc version or something... CVS patchset: 7563 CVS date: 2005/05/27 15:22:52
2005-05-26Raw DTS demuxerJames Stembridge
CVS patchset: 7562 CVS date: 2005/05/26 22:09:23
2005-05-26**BUGFIX**Thomas Hellström
Fixx xxmc bob deinterlacing for field-coded interlaced streams. CVS patchset: 7561 CVS date: 2005/05/26 07:49:14
2005-05-26UpdatePhilipp Hahn
CVS patchset: 7560 CVS date: 2005/05/26 07:15:44
2005-05-23**BUGFIX**Daniel Caujolle-Bert
Made sputext working again. CVS patchset: 7559 CVS date: 2005/05/23 17:13:35
2005-05-22**BUGFIX**James Stembridge
Sparc can't do unaligned access CVS patchset: 7558 CVS date: 2005/05/22 19:50:05
2005-05-21**BUGFIX**James Stembridge
Don't skip first character of title if the second character is a space Remove any trailing <BR> from the comment CVS patchset: 7557 CVS date: 2005/05/21 16:16:35
2005-05-21Avoid integer overflow in bitrate calculationJames Stembridge
CVS patchset: 7556 CVS date: 2005/05/21 15:20:31
2005-05-21Estimate AAC bitrateJames Stembridge
CVS patchset: 7555 CVS date: 2005/05/21 15:02:08
2005-05-21Update descriptionJames Stembridge
CVS patchset: 7554 CVS date: 2005/05/21 14:13:04
2005-05-21**BUGFIX**James Stembridge
Don't use raw mode for AAC from avi files, it should be packetized. CVS patchset: 7553 CVS date: 2005/05/21 14:09:54
2005-05-21Detection by content for AAC.James Stembridge
CVS patchset: 7552 CVS date: 2005/05/21 09:50:32
2005-05-20Newer libcdio's have a free() that older ones don't.Rocky Bernstein
CVS patchset: 7551 CVS date: 2005/05/20 02:01:35
2005-05-18**BUGFIX**Bastien Nocera
Avoid silly errors and engine state when trying to read a file with '0' channels (See http://bugzilla.gnome.org/show_bug.cgi?id=304588 for test file) CVS patchset: 7550 CVS date: 2005/05/18 09:02:26