summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-02-14ok, it doesn't make sense to play mp3 with -A null...Miguel Freitas
but at least we may get metainfo. CVS patchset: 4160 CVS date: 2003/02/14 18:50:04
2003-02-14PSX STR demuxer improvements and XA ADPCM decoder courtesy of StuartMike Melanson
Caie <kyzer@4u.net> CVS patchset: 4153 CVS date: 2003/02/14 04:32:27
2003-02-13someone must have forgot this debug code hereMiguel Freitas
CVS patchset: 4147 CVS date: 2003/02/13 23:54:25
2003-02-08remove irrelevant commentMike Melanson
CVS patchset: 4120 CVS date: 2003/02/08 16:01:09
2003-02-08modified to support special FLI files from Magic Carpet PC game; alsoMike Melanson
fixed input_time and added frame duration stream info CVS patchset: 4119 CVS date: 2003/02/08 15:49:26
2003-02-07convert playback data to internal format during loadMike Melanson
CVS patchset: 4113 CVS date: 2003/02/07 03:38:16
2003-02-03make sure we are passing extra decoder data correctly to ffmpegMiguel Freitas
CVS patchset: 4100 CVS date: 2003/02/03 02:10:53
2003-02-02copyright updates and some code to catch late-starting ogg streamsGuenter Bartsch
CVS patchset: 4093 CVS date: 2003/02/02 17:36:06
2003-02-01interleave stereo audio channelsMike Melanson
CVS patchset: 4081 CVS date: 2003/02/01 19:44:06
2003-02-01fix discontinuity detectionGuenter Bartsch
CVS patchset: 4079 CVS date: 2003/02/01 18:57:33
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
- new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03
2003-01-30Fix segfault with ↵Daniel Caujolle-Bert
mms://wmsao7.terra.com.br/mib/113024.wmv?url=32162840123114R16079 CVS patchset: 4051 CVS date: 2003/01/30 22:31:21
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
- remove old avi subtitle hack CVS patchset: 4046 CVS date: 2003/01/29 18:53:54
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-29implement seekingMike Melanson
CVS patchset: 4031 CVS date: 2003/01/29 03:36:04
2003-01-29- preliminary support for reference streams parsing at xine-lib (theyMiguel Freitas
are sent to gui using a new event) - function to return demux from mime type string (used by xine-plugin) - very simple parser for ram files at demux_real CVS patchset: 4030 CVS date: 2003/01/29 02:33:35
2003-01-26Fixes the problem with cdda.Thibaut Mattern
CVS patchset: 4018 CVS date: 2003/01/26 23:48:47
2003-01-26- Little cleanupThibaut Mattern
- Better detection of invalid packets - Fixes a potential bug with multiple segments CVS patchset: 4012 CVS date: 2003/01/26 17:38:41
2003-01-26reject RIFF-CDXA files and remove <pthread.h>Mike Melanson
CVS patchset: 4010 CVS date: 2003/01/26 15:58:36
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
CVS patchset: 4009 CVS date: 2003/01/26 15:56:21
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