Age | Commit message (Expand) | Author |
2002-06-10 | Fix dist/distcheck stages (one more time ;-) ). | Daniel Caujolle-Bert |
2002-06-10 | better fix for logo race condition | Miguel Freitas |
2002-06-10 | fixed MS ADPCM; also fixed DK3, but there still seems to be a lingering | Mike Melanson |
2002-06-10 | initial commit for video decoder example template | Mike Melanson |
2002-06-10 | revert previous commit | Miguel Freitas |
2002-06-09 | Made profiler in non debug less verbose. Change the warning sentence. | Daniel Caujolle-Bert |
2002-06-09 | fix "tilting" problem | Miguel Freitas |
2002-06-09 | improve error reporting for win32 codecs | Miguel Freitas |
2002-06-09 | only report valid audio fourcc | Miguel Freitas |
2002-06-09 | reporting unknown buffer types is useless - it must be reported at demuxer | Miguel Freitas |
2002-06-09 | Fix playing time (seconds instead of qt units) | Ewald Snel |
2002-06-09 | overlay mode fixed | Michael Roitzsch |
2002-06-09 | Fix frame height not divisible by 4 for Xv driver | Ewald Snel |
2002-06-08 | small fixes (slider positioning and playing time) | Miguel Freitas |
2002-06-08 | fix another logo race | Miguel Freitas |
2002-06-08 | changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarification | Mike Melanson |
2002-06-08 | added 3 more ADPCM decoders (DK3, MS ADPCM, and MS IMA ADPCM), but none | Mike Melanson |
2002-06-07 | Ability to xine-lib clients to use non debug xine-lib with UI compiled with | Daniel Caujolle-Bert |
2002-06-07 | Random guid. | Thibaut Mattern |
2002-06-07 | QT IMA ADPCM promoted to "working" status, so debug printf()'s have been | Mike Melanson |
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-06 | first pass at 2 of the ADPCM decoders (not quite functional yet) | Mike Melanson |
2002-06-05 | Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2". | Thibaut Mattern |
2002-06-05 | make it work with xshm | Miguel Freitas |
2002-06-05 | fix roq segfaults | Miguel Freitas |
2002-06-04 | libmpeg2 patches for gcc3.1 from michel | Guenter Bartsch |
2002-06-04 | endianness fixes (untested) | Miguel Freitas |
2002-06-04 | fix endianness (xine_bmiheader is already in machine format) | Miguel Freitas |
2002-06-04 | fixed output (bad colors) for a video stream with odd height (not a | Heiko Schaefer |
2002-06-04 | - fix freeing unallocated memory | Miguel Freitas |
2002-06-04 | added some more audio fourccs found in QT files | Mike Melanson |
2002-06-03 | Flush audio_out buffers at seek and pause. | Thibaut Mattern |
2002-06-03 | display log messages for unknown codecs | Miguel Freitas |
2002-06-03 | * first approach to a fix for broken overlay mode | Michael Roitzsch |
2002-06-03 | * make a/v offset permanent, not only restricted to mpeg content | Michael Roitzsch |
2002-06-03 | patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net> | Miguel Freitas |
2002-06-03 | - send control buffers even for unknown codecs | Miguel Freitas |
2002-06-03 | Fix msvc decoder (add img->copy for XShm driver) | Ewald Snel |
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 |