summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpgaudio.c
AgeCommit message (Expand)Author
2002-10-27another demuxer with broken status reportingGuenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-21Fix read_id3_tags (segfault)Thibaut Mattern
2002-10-20important: call demuxer_stop from demuxer_disposeGuenter Bartsch
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-02mark some global arrays that must never be changed (multiple pluginMichael Roitzsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
2002-08-25Use buf_flag_seek (perfect seeking :-) )Thibaut Mattern
2002-08-24parse id3v1 tagsGuenter Bartsch
2002-08-24support input_time for live streams, small coding style cleanupsGuenter Bartsch
2002-08-18icecast supportGuenter Bartsch
2002-08-10fix mp3 division by zeroMiguel Freitas
2002-08-06attempt to support MPEG audio wrapped in a RIFF fileMike Melanson
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-05-27update copyright headersGuenter Bartsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21avoid segfault with -A null (why would someone play a mp3 without audio? :)Miguel Freitas
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-19Experimental pts calculation.Thibaut Mattern
2002-05-19Fix segmentation fault in demux plugins caused by uninitialized dataEwald Snel
2002-05-16Send a new pts when seeking. It enables "fast" seeking.Thibaut Mattern
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-13Fix a few compile warnings.James Courtier-Dutton
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch