Age | Commit message (Expand) | Author |
2002-07-08 | Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-07-07 | initial commit for WAV, SMJPEG, FLI, and Id CIN file demuxers | Mike Melanson |
2002-07-07 | remembered to unlock the mutex in a few places | Mike Melanson |
2002-07-05 | - win32 bugfixes | Miguel Freitas |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-07-05 | fix small bug in seek logic | Mike Melanson |
2002-07-05 | optimized seeking with binary search, fixed sync after seek, fixed | Mike Melanson |
2002-07-05 | oops, minor bug that makes all the difference; seeking is quite smooth now | Mike Melanson |
2002-07-05 | optimized seeking using binary search, corrected sync after seek, fixed | Mike Melanson |
2002-07-02 | make audio only streams work again | Guenter Bartsch |
2002-07-02 | fix time seeking to keyframe (patch by Staszek Pasko <staszek@nutki.com>) | Miguel Freitas |
2002-07-01 | enable playing sorenson mpg4 fourcc | Miguel Freitas |
2002-06-29 | Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-06-25 | added support in buffer.h for transporting RGB palette from the demuxer to | Mike Melanson |
2002-06-23 | Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-06-23 | Let cvs ignore a lot of files that are built. | Dennis Björklund |
2002-06-21 | Claire Griffin <claire@comedia.com> - demux_ts fixes for ATSC streams | Miguel Freitas |
2002-06-21 | no need to include win32 headers anymore | Miguel Freitas |
2002-06-20 | fill in decoder_info[] for every audio buffer | Mike Melanson |
2002-06-20 | an attempt do be more defensive when trying to play AVI via http. | Siggi Langauf |
2002-06-19 | Fix memory leaks and related bugs | Ewald Snel |
2002-06-18 | init and cleanup edit list | Mike Melanson |
2002-06-16 | load a few more relevant pieces of information: trak header flags and edit | Mike Melanson |
2002-06-16 | Fix for streams with LPCM audio. | James Courtier-Dutton |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-06-09 | only report valid audio fourcc | Miguel Freitas |
2002-06-09 | Fix playing time (seconds instead of qt units) | Ewald Snel |
2002-06-08 | small fixes (slider positioning and playing time) | Miguel Freitas |
2002-06-07 | codec reporting api | Miguel Freitas |
2002-06-07 | added hack to fix audio pts calculation...the calculation could stand to | Mike Melanson |
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas |
2002-06-06 | sorry... | Siggi Langauf |
2002-06-06 | *grrrr*, okay, seems like the audio fourcc really is little endian, | Siggi Langauf |
2002-06-06 | fixed fourcc endianness for video fourcc (untested on little endian machines) | Siggi Langauf |
2002-06-06 | revised to parse trak atoms instead of minf atoms; fixed video pts | Mike Melanson |
2002-06-05 | fix roq segfaults | Miguel Freitas |
2002-06-04 | - fix freeing unallocated memory | Miguel Freitas |
2002-06-03 | - send control buffers even for unknown codecs | Miguel Freitas |
2002-06-03 | fill bih.biCompression to make w32codecs happy | Miguel Freitas |
2002-06-03 | provide function to convert endianess of BITMAPINFOHEADER (when reading data ... | Miguel Freitas |
2002-06-03 | cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent if | Miguel Freitas |
2002-06-03 | *** empty log message *** | Miguel Freitas |
2002-06-03 | BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems) | Miguel Freitas |
2002-06-03 | Avoid segfault on qt_exit(), if qt demuxer wasn't used. | Daniel Caujolle-Bert |
2002-06-02 | zlib is a pre-req for compilation, so do not bother checking for it | Mike Melanson |
2002-06-02 | Here it is: A brand-new (and quite functional, if I do say so | Mike Melanson |
2002-05-30 | bugfixes from Mauro | Miguel Freitas |
2002-05-29 | commit Mauro Borghi <mauro.borghi@tilab.com> patches plus some small fix to d... | Miguel Freitas |
2002-05-28 | fix seeking | Miguel Freitas |
2002-05-28 | adjusted the audio pts calculation | Mike Melanson |