summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-01-13File header doesn't seem to have a fixed sized after allJames Stembridge
CVS patchset: 6040 CVS date: 2004/01/13 20:29:21
2004-01-13cut the long functions into smaller chunksMarco Zuehlke
CVS patchset: 6039 CVS date: 2004/01/13 15:01:32
2004-01-13remove debug outputMarco Zuehlke
CVS patchset: 6038 CVS date: 2004/01/13 09:40:44
2004-01-12set ratio meta infoJames Stembridge
CVS patchset: 6037 CVS date: 2004/01/12 23:45:04
2004-01-12support for AAC in rm filesJames Stembridge
CVS patchset: 6036 CVS date: 2004/01/12 23:43:39
2004-01-12spellingJames Stembridge
CVS patchset: 6035 CVS date: 2004/01/12 22:42:54
2004-01-121) read fps from headerJames Stembridge
2) removed unused struct elements 3) put back dynamic chunk buffer size CVS patchset: 6033 CVS date: 2004/01/12 22:00:37
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-12- ignore CRC errors when decoding MP3s, so that Bastien can listen to his ↵Bastien Nocera
broken files CVS patchset: 6029 CVS date: 2004/01/12 03:58:47
2004-01-11create fragment offset table in demuxer - calculation of frame durations ↵James Stembridge
still to do CVS patchset: 6028 CVS date: 2004/01/11 23:05:11
2004-01-11use _x_demux_read_send_data for audioJames Stembridge
CVS patchset: 6026 CVS date: 2004/01/11 15:55:42
2004-01-11add _x_demux_read_send_dataJames Stembridge
CVS patchset: 6025 CVS date: 2004/01/11 15:54:23
2004-01-11the faad project accepted a huge compiler warning patch I sent them,Michael Roitzsch
merging their CVS back to our copy everyone please check, if your AAC samples still work CVS patchset: 6024 CVS date: 2004/01/11 15:44:04
2004-01-11fix loggingMichael Roitzsch
CVS patchset: 6023 CVS date: 2004/01/11 15:32:24
2004-01-11allowing a const pointer here, since this will remove the need for a castMichael Roitzsch
in frontends; this change is ABI-wise equivalent to adding a new function CVS patchset: 6022 CVS date: 2004/01/11 15:31:53
2004-01-11mmm hmm, I'm glad that you're trying to open the file, but do itMike Melanson
quietly... CVS patchset: 6021 CVS date: 2004/01/11 04:49:34
2004-01-10converting those weird linebreaks (this file was using \r instead of \n)Michael Roitzsch
CVS patchset: 6020 CVS date: 2004/01/10 21:42:04
2004-01-10start the multi stream support.Thibaut Mattern
It seems to work, i'm impressed. Great work Miguel. CVS patchset: 6019 CVS date: 2004/01/10 20:59:15
2004-01-10oups, it's better with timestamps...Thibaut Mattern
CVS patchset: 6018 CVS date: 2004/01/10 17:56:46
2004-01-10RealVideo support for the matroska demuxer.Thibaut Mattern
It seems to be a problem with timestamps, too many disc are detected. James Stembridge: see handle_realvideo function in demux_matroska.c CVS patchset: 6017 CVS date: 2004/01/10 01:47:14
2004-01-10Special buffer for the RealVideo chunk table.Thibaut Mattern
CVS patchset: 6016 CVS date: 2004/01/10 01:34:50
2004-01-09Put stream_info into a struct on it's own.Marco Zuehlke
Allocate the memory as needed. Should save some bytes, because mostly we only use 1 to 3 streams. CVS patchset: 6015 CVS date: 2004/01/09 03:06:51
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2004-01-08check for recognised codecsJames Stembridge
CVS patchset: 6013 CVS date: 2004/01/08 23:17:34
2004-01-07use frame copying functionsJames Stembridge
CVS patchset: 6012 CVS date: 2004/01/07 22:28:34
2004-01-07use frame copying/conversion functionsJames Stembridge
CVS patchset: 6011 CVS date: 2004/01/07 22:25:22
2004-01-07use frame copying functionsJames Stembridge
CVS patchset: 6010 CVS date: 2004/01/07 22:22:54
2004-01-07- use O_EXCL when opening the CD device so that we're sure no other applicationBastien Nocera
will try and touch it CVS patchset: 6009 CVS date: 2004/01/07 22:21:40
2004-01-07frame copying functionsJames Stembridge
CVS patchset: 6008 CVS date: 2004/01/07 22:20:59
2004-01-07the new, refined post plugin architectureMichael Roitzsch
* post plugins are now much safer (fewer races/inconsistencies) and easier to write * all post plugins are ported to the new architecture (and should work) * ports can now be opened and closed with a NULL stream CVS patchset: 6007 CVS date: 2004/01/07 19:52:42
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
'dantealiegri' Ogle <dantealiegri at umbc.edu> CVS patchset: 6006 CVS date: 2004/01/06 05:39:07
2004-01-05i guess this field is missing hereMiguel Freitas
CVS patchset: 6005 CVS date: 2004/01/05 20:52:31
2004-01-05Discontinuity handlingThibaut Mattern
Should fix first Siggi's problem. CVS patchset: 6004 CVS date: 2004/01/05 19:39:10
2004-01-05wonder why Mike isn't complaining about C++ style comments, any more...Siggi Langauf
CVS patchset: 6003 CVS date: 2004/01/05 12:15:55
2004-01-05Do not read from non seekable input plugins.Thibaut Mattern
CVS patchset: 6002 CVS date: 2004/01/05 08:02:35
2004-01-05DOS/Win CRs are forbidden, verboten, interditMike Melanson
CVS patchset: 6001 CVS date: 2004/01/05 01:47:26
2004-01-05bad coding convention, bad!Mike Melanson
CVS patchset: 6000 CVS date: 2004/01/05 01:22:11
2004-01-05Fix the noise which can occur for some rates.František Dvořák
The main bugs remains: - buffer overrun (need different method of events?...) - stop playback on stop CVS patchset: 5999 CVS date: 2004/01/05 00:51:44
2004-01-05Initial matroska demuxer.Thibaut Mattern
It works with some test streams. Unsupported stuff: seeking lots of codecs subtitles metadata ... CVS patchset: 5998 CVS date: 2004/01/05 00:40:54
2004-01-04The most important change is the smallest:Michael Roitzsch
* add a small delay before enabling zoom mode, since the card gets confused when we activate zoom mode before the first frame (that's also what the ChangeLog entry accounts for) Then some less important changes: * give a hint about sync mode to the SCR plugin to properly recover the mode when resuming from pause mode * refactor the enhanced mode handling out of the MPEG encoders into video out * inline some decoder functions, because they are only used once anyway * some additional cleanup CVS patchset: 5996 CVS date: 2004/01/04 22:26:28
2004-01-04video_out_win32.h is no longer neededMichael Roitzsch
CVS patchset: 5991 CVS date: 2004/01/04 17:46:50
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
CVS patchset: 5990 CVS date: 2004/01/04 17:33:32
2004-01-04Use the rate provided by decoder_info[1]Thibaut Mattern
CVS patchset: 5989 CVS date: 2004/01/04 16:19:45
2004-01-04- skip the ultravox metadata headers (gets us further in playing back ↵Bastien Nocera
winamp.com videos) CVS patchset: 5988 CVS date: 2004/01/04 11:59:33
2004-01-04added IFF-16SV support to iff-demuxerManfred Tremmel
CVS patchset: 5987 CVS date: 2004/01/04 00:41:33
2004-01-04James Courtier-Dutton - Fix segfault when mrl is NULLStephen Torri
CVS patchset: 5986 CVS date: 2004/01/04 00:00:58
2004-01-03Move win32_visual_t into xine.h ==> frontends can be compiled out of xine tree.František Dvořák
CVS patchset: 5982 CVS date: 2004/01/03 20:23:19
2004-01-03some changes to build iff-demuxerManfred Tremmel
CVS patchset: 5981 CVS date: 2004/01/03 20:04:22
2004-01-03new IFF demuxer, currently only IFF-8SVX support, but more in the futureManfred Tremmel
CVS patchset: 5980 CVS date: 2004/01/03 19:59:00
2004-01-03Second attempt at detecting end of non-live rtsp streamsJames Stembridge
CVS patchset: 5979 CVS date: 2004/01/03 17:19:39