summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-06-09Fix playing time (seconds instead of qt units)Ewald Snel
2002-06-08small fixes (slider positioning and playing time)Miguel Freitas
2002-06-07codec reporting apiMiguel Freitas
2002-06-07added hack to fix audio pts calculation...the calculation could stand toMike Melanson
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-06sorry...Siggi Langauf
2002-06-06*grrrr*, okay, seems like the audio fourcc really is little endian,Siggi Langauf
2002-06-06fixed fourcc endianness for video fourcc (untested on little endian machines)Siggi Langauf
2002-06-06revised to parse trak atoms instead of minf atoms; fixed video ptsMike Melanson
2002-06-05fix roq segfaultsMiguel Freitas
2002-06-04- fix freeing unallocated memoryMiguel Freitas
2002-06-03- send control buffers even for unknown codecsMiguel Freitas
2002-06-03fill bih.biCompression to make w32codecs happyMiguel Freitas
2002-06-03provide function to convert endianess of BITMAPINFOHEADER (when reading data ...Miguel Freitas
2002-06-03cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent ifMiguel Freitas
2002-06-03*** empty log message ***Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-06-03Avoid segfault on qt_exit(), if qt demuxer wasn't used.Daniel Caujolle-Bert
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson
2002-05-30bugfixes from MauroMiguel Freitas
2002-05-29commit Mauro Borghi <mauro.borghi@tilab.com> patches plus some small fix to d...Miguel Freitas
2002-05-28fix seekingMiguel Freitas
2002-05-28adjusted the audio pts calculationMike Melanson
2002-05-27initial commit for RoQ file demuxerMike Melanson
2002-05-27added preliminary seeking support; not yet seamlessMike Melanson
2002-05-27added _stop() and _close() commands, fixed 8-bit audio, fixed frameMike Melanson
2002-05-27make it work! ;-)Miguel Freitas
2002-05-27update copyright headersGuenter Bartsch
2002-05-27initial commit for FILM demuxerMike Melanson
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-24fix declarationMiguel Freitas
2002-05-21avoid segfault with -A null (why would someone play a mp3 without audio? :)Miguel Freitas
2002-05-21start() and seek() return now the status.Thibaut Mattern
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-21play() and seek() return now the statusThibaut Mattern
2002-05-21atomic status code on demux start/seekSiggi Langauf
2002-05-20- check for keyframes past start_posMiguel Freitas
2002-05-20progressive index reconstruction patch by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
2002-05-19Experimental pts calculation.Thibaut Mattern
2002-05-19Fix segmentation fault in demux plugins caused by uninitialized dataEwald Snel
2002-05-17seek patch by Thibaut MatternMiguel Freitas
2002-05-17commiting Thibaut Mattern's seek patch and some small fixesMiguel Freitas
2002-05-16Fix seeking problem after demuxer finished.Thibaut Mattern
2002-05-16Send a new pts when seeking. It enables "fast" seeking.Thibaut Mattern
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-15Use audio_fifo instead of video_fifo in demux_loop.Thibaut Mattern
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern