summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-07added VOX file demuxer which transports raw Dialogic ADPCM dataMike Melanson
CVS patchset: 3805 CVS date: 2003/01/07 06:29:16
2003-01-06convert 8-bit PCM data from signed -> unsignedMike Melanson
CVS patchset: 3798 CVS date: 2003/01/06 06:06:52
2003-01-05fix missing symbol (cda->cdda)Miguel Freitas
CVS patchset: 3784 CVS date: 2003/01/05 14:30:14
2003-01-05added CD digital audio "demuxer"Mike Melanson
CVS patchset: 3778 CVS date: 2003/01/05 06:48:16
2003-01-04amazing but true: there are asf stream with discontinuities out there, so ↵Guenter Bartsch
demux_asf needs a full-featured check_newpts implementation (copied from demux_mpeg with minor adaptions for frame duration estimation) CVS patchset: 3775 CVS date: 2003/01/04 20:19:00
2003-01-04added the FILM and SMJPEG demuxers to the games groupMike Melanson
CVS patchset: 3773 CVS date: 2003/01/04 16:40:48
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
same shared library (reduce loading time). demuxer api increased so old ungrouped plugins won't be loaded. Bill Fink patch to enable playback of live rawdv streams. obs: non-regular files are now supposed non-seekable. CVS patchset: 3771 CVS date: 2003/01/04 14:48:11
2003-01-03Ooops meant to protect with "LOG"Rocky Bernstein
CVS patchset: 3760 CVS date: 2003/01/03 13:32:56
2003-01-03Correct misleading message about estimating bit rate. It's not doneRocky Bernstein
and probably shouldn't be done by default and led to problems when it was done! And printf output is supposed to be "protected" by #ifdef. CVS patchset: 3759 CVS date: 2003/01/03 13:21:19
2003-01-02writing demuxers like they're going out of style or something...addedMike Melanson
demuxers for Westwood Studios AUD, Playstation STR, and TechnoTrend PVA CVS patchset: 3749 CVS date: 2003/01/02 06:10:49
2003-01-01real video v40 support by chris rankin, added missing copyright ↵Guenter Bartsch
notices/credits for mplayer CVS patchset: 3746 CVS date: 2003/01/01 20:39:19
2003-01-01added hack to support free atom masquerading as a moov atomMike Melanson
CVS patchset: 3745 CVS date: 2003/01/01 19:47:43
2002-12-31Interplay MVE files have 6-bit palette values, scale accordinglyMike Melanson
CVS patchset: 3733 CVS date: 2002/12/31 04:01:32
2002-12-29remove old hack for sputextMichael Roitzsch
CVS patchset: 3719 CVS date: 2002/12/29 16:48:34
2002-12-28sanity check for certain header fieldsMike Melanson
CVS patchset: 3712 CVS date: 2002/12/28 19:00:30
2002-12-28added Interplay MVE file demuxerMike Melanson
CVS patchset: 3708 CVS date: 2002/12/28 18:23:38
2002-12-27re-enable dvb pluginGuenter Bartsch
CVS patchset: 3694 CVS date: 2002/12/27 16:47:17
2002-12-27fix dvb eventsGuenter Bartsch
CVS patchset: 3692 CVS date: 2002/12/27 13:44:58
2002-12-27disable ts compilation, it's BROKEN (one more)Daniel Caujolle-Bert
CVS patchset: 3691 CVS date: 2002/12/27 13:17:30
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
2002-12-23remove holdover from earlier API revMike Melanson
CVS patchset: 3660 CVS date: 2002/12/23 23:03:00
2002-12-23- added raw dv demuxerMiguel Freitas
- avi demuxer knows frame numbers CVS patchset: 3658 CVS date: 2002/12/23 21:29:53
2002-12-23free unused buffersMike Melanson
CVS patchset: 3644 CVS date: 2002/12/23 04:29:56
2002-12-23not freeing allocated buffers is a bad bad thing: it makes xine freeze onMiguel Freitas
shutdown while trying to dispose the used memory. i would like to ask Mike and all demuxer writters to double check this, and free buffers on error conditions... thanks! ;) CVS patchset: 3643 CVS date: 2002/12/23 02:29:43
2002-12-22minor demuxer considerationsMike Melanson
CVS patchset: 3637 CVS date: 2002/12/22 23:19:06
2002-12-22Bad Robin - void pointer arthimatic is wrong.Robin KAY
CVS patchset: 3633 CVS date: 2002/12/22 17:49:50
2002-12-22fixes handling of some real streams and adds some log outputStefan Holst
CVS patchset: 3632 CVS date: 2002/12/22 16:46:27
2002-12-22Small fix (seek off by 1 frame)Ewald Snel
CVS patchset: 3631 CVS date: 2002/12/22 16:09:30
2002-12-22fix title reportingMike Melanson
CVS patchset: 3627 CVS date: 2002/12/22 04:00:51
2002-12-22clean up edit list parsing and fix handling of -1 as an edit list mediaMike Melanson
time CVS patchset: 3625 CVS date: 2002/12/22 02:15:45
2002-12-21Fix another (small) memory leakEwald Snel
CVS patchset: 3622 CVS date: 2002/12/21 21:57:43
2002-12-21Fix memory leak (100100 bytes per stream)Ewald Snel
CVS patchset: 3621 CVS date: 2002/12/21 20:19:50
2002-12-21Cleaned up the source littleRobin KAY
CVS patchset: 3615 CVS date: 2002/12/21 17:58:37
2002-12-21Fix memory leaksEwald Snel
CVS patchset: 3604 CVS date: 2002/12/21 13:45:56
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-21Don't use indirect pointer for stsd atoms, conform to buffer.h descriptionEwald Snel
CVS patchset: 3602 CVS date: 2002/12/21 10:21:29
2002-12-21...my beautiful, beautiful special information buffer facility...okayMike Melanson
it's just a hack. Oh well, set it straight CVS patchset: 3600 CVS date: 2002/12/21 03:03:15
2002-12-20log outputGuenter Bartsch
CVS patchset: 3599 CVS date: 2002/12/20 22:57:48
2002-12-20Do not compile the 'mng' demuxer, when the autoconf stuff has detected thatJuergen Keil
we do not have the necessary libs/includes installed on the build system. CVS patchset: 3593 CVS date: 2002/12/20 11:10:45
2002-12-20MNG demuxer addedRobin KAY
CVS patchset: 3592 CVS date: 2002/12/20 01:47:01
2002-12-20MNG demuxer addedRobin KAY
CVS patchset: 3591 CVS date: 2002/12/20 01:35:49
2002-12-18Fix seek using 'start_time'Ewald Snel
CVS patchset: 3585 CVS date: 2002/12/18 20:32:20
2002-12-18i guess you were right, mike - the audio stsd atom is needed as well ;>Guenter Bartsch
CVS patchset: 3578 CVS date: 2002/12/18 03:42:31
2002-12-18log outputGuenter Bartsch
CVS patchset: 3577 CVS date: 2002/12/18 03:41:59
2002-12-17Replace GNU C range extension "..." with ordinary comparision, so that theJuergen Keil
code can be compiled with non-gcc compiler CVS patchset: 3574 CVS date: 2002/12/17 16:42:29
2002-12-16make qt demuxer sent a copy of the stsd atomGuenter Bartsch
CVS patchset: 3556 CVS date: 2002/12/16 01:34:08
2002-12-15cleanupGuenter Bartsch
CVS patchset: 3549 CVS date: 2002/12/15 21:23:39
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
the mux rate is found faulty since 1. It has problems of its own. 2. It does more I/O and work than just using the mux rate 3. The protocol way should be given the first chance. CVS patchset: 3535 CVS date: 2002/12/15 04:58:07
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein
Don't read outside of region that we are supposed to get bitrate estimate of. Bound the number of reads and samples (which also bounds the time spent in this routine. CVS patchset: 3530 CVS date: 2002/12/15 01:05:36