summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-01-26Better error correction handlingThibaut Mattern
CVS patchset: 4008 CVS date: 2003/01/26 00:12:07
2003-01-25fix another API-rev holdover bugMike Melanson
CVS patchset: 4002 CVS date: 2003/01/25 03:04:15
2003-01-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-23non-seekableMike Melanson
CVS patchset: 3994 CVS date: 2003/01/23 15:10:55
2003-01-22added demuxer for raw AC3 filesMike Melanson
CVS patchset: 3986 CVS date: 2003/01/22 01:30:05
2003-01-20get the formatting straight and show debug info for the audio chunkMike Melanson
sizes CVS patchset: 3980 CVS date: 2003/01/20 05:58:04
2003-01-20added configurable debugging and fixed pts bug introduced at an earlierMike Melanson
API change CVS patchset: 3979 CVS date: 2003/01/20 05:44:15
2003-01-20Tune up FILM demuxer: Added configurable debug facilities, modifiedMike Melanson
video duration calculation CVS patchset: 3978 CVS date: 2003/01/20 05:10:04
2003-01-19eliminate "vital stats" printout, long obsoleted by UI's info dialogMike Melanson
facilities CVS patchset: 3974 CVS date: 2003/01/19 23:33:33
2003-01-19hushGuenter Bartsch
CVS patchset: 3972 CVS date: 2003/01/19 19:42:48
2003-01-19a dummy demuxer for analogue tv inputGuenter Bartsch
CVS patchset: 3970 CVS date: 2003/01/19 19:41:33
2003-01-19implement audio demuxing and seekingMike Melanson
CVS patchset: 3964 CVS date: 2003/01/19 07:10:51
2003-01-18always fill in title during send_headers()Mike Melanson
CVS patchset: 3952 CVS date: 2003/01/18 14:57:50
2003-01-18Cleanup.Thibaut Mattern
Fix a little problem with padsize. CVS patchset: 3951 CVS date: 2003/01/18 00:06:02
2003-01-17forgoten {}Miguel Freitas
CVS patchset: 3944 CVS date: 2003/01/17 16:54:47
2003-01-17fix several segfaults with -A nullMiguel Freitas
CVS patchset: 3943 CVS date: 2003/01/17 16:52:33
2003-01-17avoid division by zeroMiguel Freitas
CVS patchset: 3942 CVS date: 2003/01/17 16:25:49
2003-01-17fix seekingMike Melanson
CVS patchset: 3940 CVS date: 2003/01/17 02:53:51
2003-01-16- fix PVA buffer leaking problemsMiguel Freitas
- add generic mpeg-like wrap detection code to TS and PVA demuxers - now scr/pcr based wrap detection is used nowhere in xine, it's simply not reliable and caused too many problems (including recent freezing in demux_ts) CVS patchset: 3938 CVS date: 2003/01/16 22:25:53
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
CVS patchset: 3867 CVS date: 2003/01/11 11:29:22
2003-01-11initial rv 1.0 support.Stefan Holst
currently disabled (commented out) because video output is not usable yet. CVS patchset: 3859 CVS date: 2003/01/11 00:00:54
2003-01-10have length in miliseconds tooMiguel Freitas
fix some intermediate calculation CVS patchset: 3856 CVS date: 2003/01/10 21:10:50
2003-01-10internal input_time is miliseconds nowMiguel Freitas
CVS patchset: 3851 CVS date: 2003/01/10 11:57:15
2003-01-09very very nice: fixing an old xine bug of slider bar positioning forMiguel Freitas
non-interleaved streams. (ep2_clone_war_p640.avi case) CVS patchset: 3845 CVS date: 2003/01/09 13:26:03
2003-01-09reset the time after seeking; clarify the copright fieldMike Melanson
CVS patchset: 3843 CVS date: 2003/01/09 04:23:14
2003-01-09we must use a much higher wrap threshold for asf than mpeg. i haveMiguel Freitas
a asf file with a valid audio pts on every 3 seconds. CVS patchset: 3841 CVS date: 2003/01/09 02:57:32
2003-01-08Fix memory leak, don't use 'abort()'Ewald Snel
CVS patchset: 3831 CVS date: 2003/01/08 14:42:46
2003-01-08get it right this time?Mike Melanson
CVS patchset: 3823 CVS date: 2003/01/08 06:59:48
2003-01-08get the revision ID in there (?)Mike Melanson
CVS patchset: 3822 CVS date: 2003/01/08 06:59:16
2003-01-08added NSF file demuxerMike Melanson
CVS patchset: 3821 CVS date: 2003/01/08 06:57:54
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