summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
CVS patchset: 5167 CVS date: 2003/07/16 00:52:45
2003-07-163 seconds of difference between audio and video is not acceptable.Thibaut Mattern
Try to fix pts handling. basically: buf->pts = this->pts - this->size / (8*bitrate) (this->size is the number of bytes still inside the decoder) Miguel, if you think that the old method was better, don't hesitate to remove this one. CVS patchset: 5166 CVS date: 2003/07/16 00:25:38
2003-07-16Handle videos with 10s still frames.Thibaut Mattern
CVS patchset: 5165 CVS date: 2003/07/16 00:13:55
2003-07-14Little cleanup in pts computing code + a debug printf()Thibaut Mattern
avi format definitely sucks ;) CVS patchset: 5164 CVS date: 2003/07/14 18:49:13
2003-07-13another forgoten fileMiguel Freitas
CVS patchset: 5163 CVS date: 2003/07/13 19:04:28
2003-07-13reviewed and improved comments from Philip JägenstedtAndreas Heinchen
CVS patchset: 5162 CVS date: 2003/07/13 18:36:34
2003-07-13set pos/time information on video frames as wellGuenter Bartsch
CVS patchset: 5161 CVS date: 2003/07/13 15:27:34
2003-07-13Thibaut is right :)Miguel Freitas
CVS patchset: 5160 CVS date: 2003/07/13 15:13:30
2003-07-13some suggestions to changelogMiguel Freitas
plz correct me if i'm wrong, but seeking wasn't broken to be fixed and i guess bad compiler code (cflags) isn't exactly a "deadlock" :) CVS patchset: 5159 CVS date: 2003/07/13 14:57:32
2003-07-13more make dist problemsMiguel Freitas
CVS patchset: 5158 CVS date: 2003/07/13 14:44:15
2003-07-13still trying to fix make dist...Miguel Freitas
CVS patchset: 5157 CVS date: 2003/07/13 14:42:54
2003-07-12avi and asf demuxer changesThibaut Mattern
CVS patchset: 5156 CVS date: 2003/07/12 22:07:53
2003-07-12reports the number of skipped/discarded framesMiguel Freitas
http://sourceforge.net/mailarchive/forum.php?thread_id=2753813&forum_id=7131 CVS patchset: 5155 CVS date: 2003/07/12 20:31:49
2003-07-12trying to fix make distMiguel Freitas
CVS patchset: 5154 CVS date: 2003/07/12 19:43:31
2003-07-12- check only the stream idThibaut Mattern
now xine can play everything in this directory except tm20.avi (duck true motion 2) : ftp://ftp.mplayerhq.hu/MPlayer/samples/testsuite CVS patchset: 5153 CVS date: 2003/07/12 18:42:44
2003-07-12btw, reduce prebuffer so settings take effect fasterMiguel Freitas
CVS patchset: 5152 CVS date: 2003/07/12 17:04:36
2003-07-12fix confusion (and segfaults) between class and plugin contextsMiguel Freitas
CVS patchset: 5151 CVS date: 2003/07/12 17:01:42
2003-07-12mention new post pluginsMiguel Freitas
CVS patchset: 5150 CVS date: 2003/07/12 15:33:59
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-07-12add yv12_to_yuy2_mmxextMiguel Freitas
CVS patchset: 5148 CVS date: 2003/07/12 04:34:39
2003-07-12use yuy2_to_yv12Miguel Freitas
CVS patchset: 5147 CVS date: 2003/07/12 03:15:23
2003-07-12add yuy2_to_yv12 conversionMiguel Freitas
CVS patchset: 5146 CVS date: 2003/07/12 03:10:15
2003-07-12provide configuration entries for tvtime pluginMiguel Freitas
unlike other (more "dynamic") post plugins, it make sense to store user's preferences for deinterlacing. settings can still be changed on-the-fly using parameters. CVS patchset: 5145 CVS date: 2003/07/12 02:26:13
2003-07-12Fix for mpeg streams with large PES packets.James Courtier-Dutton
I.E. PES packets larger than fifo buffer size. CVS patchset: 5144 CVS date: 2003/07/12 00:45:04
2003-07-11- check only the 2 first bytes of video/audio chunk RIFF header (only the ↵Thibaut Mattern
stream id), the last two bytes are not reliable CVS patchset: 5143 CVS date: 2003/07/11 20:32:34
2003-07-11- Fix by Michael Roitzsch to not use callbacks to get the real codecs path ↵Bastien Nocera
(Closes GNOME Bugzilla #116985) CVS patchset: 5142 CVS date: 2003/07/11 18:42:40
2003-07-11moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,Michael Roitzsch
this variable is used where necessary should fix MPEG encoding CVS patchset: 5141 CVS date: 2003/07/11 16:36:21
2003-07-10- use io_helper functionsThibaut Mattern
- little cleanup CVS patchset: 5140 CVS date: 2003/07/10 22:43:41
2003-07-10when two concurrent threads want to create the same config entry, bothMichael Roitzsch
might run the lookup simultaneously and so both might find the entry missing; as a result, the entry might be created twice afterwards -> fixed by moving the mutex to protect the lookup as well CVS patchset: 5139 CVS date: 2003/07/10 14:14:40
2003-07-09Attempt to catch more data chunks that will cause the decoder to lock upJames Stembridge
CVS patchset: 5138 CVS date: 2003/07/09 22:09:10
2003-07-09this is in fact a booleanMichael Roitzsch
CVS patchset: 5137 CVS date: 2003/07/09 18:25:45
2003-07-08updated theorapart of the demuxer to consider clippingAndreas Heinchen
CVS patchset: 5136 CVS date: 2003/07/08 14:39:24
2003-07-08added cropping/offset to theoradecoder (patch by Philip Jägenstedt)Andreas Heinchen
CVS patchset: 5135 CVS date: 2003/07/08 12:24:40
2003-07-07removed call to removed funtionAndreas Heinchen
CVS patchset: 5134 CVS date: 2003/07/07 19:36:50
2003-07-07disable broken nvtvd support by defaultSiggi Langauf
(should be completely ripped out, will be replaced by libnvtvsimple...) CVS patchset: 5133 CVS date: 2003/07/07 12:18:13
2003-07-071-beta12-1 Debian stuffSiggi Langauf
CVS patchset: 5132 CVS date: 2003/07/07 12:15:11
2003-07-04cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5131 CVS date: 2003/07/04 15:12:50
2003-07-04Approximate pts values are now sent.James Courtier-Dutton
Need to add pts correction code back in and fix bugs in it. CVS patchset: 5130 CVS date: 2003/07/04 14:23:37
2003-07-04sync to ivtv cvsMiguel Freitas
CVS patchset: 5129 CVS date: 2003/07/04 04:09:23
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5128 CVS date: 2003/07/03 15:45:49
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5127 CVS date: 2003/07/03 12:35:18
2003-07-03remove //Miguel Freitas
CVS patchset: 5126 CVS date: 2003/07/03 02:24:28
2003-07-03disabled plugins that will not compileMike Melanson
CVS patchset: 5125 CVS date: 2003/07/03 01:29:03
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5124 CVS date: 2003/07/03 00:58:51
2003-07-02Metronom does the pts prediction now, not the decoders.James Courtier-Dutton
CVS patchset: 5123 CVS date: 2003/07/02 23:10:21
2003-07-02fix unreleased mutex, also some reordering to guarantee consistency ofMiguel Freitas
play_blk/play_page CVS patchset: 5122 CVS date: 2003/07/02 18:20:55
2003-07-02Update xine to use new alsa api.James Courtier-Dutton
CVS patchset: 5121 CVS date: 2003/07/02 12:56:10
2003-07-02removed debugging echoAndreas Heinchen
CVS patchset: 5120 CVS date: 2003/07/02 12:43:37
2003-07-01Some minor fixes. One buffer leak fix.James Courtier-Dutton
CVS patchset: 5119 CVS date: 2003/07/01 16:04:53
2003-07-01Turn off some debug.James Courtier-Dutton
CVS patchset: 5118 CVS date: 2003/07/01 15:48:31