summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-07-08Use BUF_FLAG_SEEK.Thibaut Mattern
2002-07-07initial commit for WAV, SMJPEG, FLI, and Id CIN file demuxersMike Melanson
2002-07-07remembered to unlock the mutex in a few placesMike Melanson
2002-07-05- win32 bugfixesMiguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-05fix small bug in seek logicMike Melanson
2002-07-05optimized seeking with binary search, fixed sync after seek, fixedMike Melanson
2002-07-05oops, minor bug that makes all the difference; seeking is quite smooth nowMike Melanson
2002-07-05optimized seeking using binary search, corrected sync after seek, fixedMike Melanson
2002-07-02make audio only streams work againGuenter Bartsch
2002-07-02fix time seeking to keyframe (patch by Staszek Pasko <staszek@nutki.com>)Miguel Freitas
2002-07-01enable playing sorenson mpg4 fourccMiguel Freitas
2002-06-29Use BUF_FLAG_SEEK.Thibaut Mattern
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
2002-06-23Use BUF_FLAG_SEEK.Thibaut Mattern
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-21Claire Griffin <claire@comedia.com> - demux_ts fixes for ATSC streamsMiguel Freitas
2002-06-21no need to include win32 headers anymoreMiguel Freitas
2002-06-20fill in decoder_info[] for every audio bufferMike Melanson
2002-06-20an attempt do be more defensive when trying to play AVI via http.Siggi Langauf
2002-06-19Fix memory leaks and related bugsEwald Snel
2002-06-18init and cleanup edit listMike Melanson
2002-06-16load a few more relevant pieces of information: trak header flags and editMike Melanson
2002-06-16Fix for streams with LPCM audio.James Courtier-Dutton
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09only report valid audio fourccMiguel Freitas
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