summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
2002-06-08added 3 more ADPCM decoders (DK3, MS ADPCM, and MS IMA ADPCM), but noneMike Melanson
2002-06-07Ability to xine-lib clients to use non debug xine-lib with UI compiled withDaniel Caujolle-Bert
2002-06-07Random guid.Thibaut Mattern
2002-06-07QT IMA ADPCM promoted to "working" status, so debug printf()'s have beenMike Melanson
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-06first pass at 2 of the ADPCM decoders (not quite functional yet)Mike Melanson
2002-06-05Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2".Thibaut Mattern
2002-06-05make it work with xshmMiguel Freitas
2002-06-05fix roq segfaultsMiguel Freitas
2002-06-04libmpeg2 patches for gcc3.1 from michelGuenter Bartsch
2002-06-04endianness fixes (untested)Miguel Freitas
2002-06-04fix endianness (xine_bmiheader is already in machine format)Miguel Freitas
2002-06-04fixed output (bad colors) for a video stream with odd height (not aHeiko Schaefer
2002-06-04- fix freeing unallocated memoryMiguel Freitas
2002-06-04added some more audio fourccs found in QT filesMike Melanson
2002-06-03Flush audio_out buffers at seek and pause.Thibaut Mattern
2002-06-03display log messages for unknown codecsMiguel Freitas
2002-06-03* first approach to a fix for broken overlay modeMichael Roitzsch
2002-06-03* make a/v offset permanent, not only restricted to mpeg contentMichael Roitzsch
2002-06-03patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net>Miguel Freitas
2002-06-03- send control buffers even for unknown codecsMiguel Freitas
2002-06-03Fix msvc decoder (add img->copy for XShm driver)Ewald Snel
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-03DHA kernel module is not build by default now.Daniel Caujolle-Bert
2002-06-03Install/remove linux kernel modules only on linux platformJuergen Keil
2002-06-03Due of a nice suggestion from Siggi, remember_volume has moved to audio_out,Daniel Caujolle-Bert
2002-06-03Add "remember volume" feature.Daniel Caujolle-Bert
2002-06-03implemented the decoder's _close() functionMike Melanson
2002-06-03Sync drivers to mplayer CVS.Daniel Caujolle-Bert
2002-06-02Fix for versioned kernel symbols.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-06-02added some new buffer types and modified formattag_to_buf_audio() to thatMike Melanson
2002-06-01Stick to our if/endif statements.Daniel Caujolle-Bert
2002-06-01Fix kernel module compilation and distcheck stage.Daniel Caujolle-Bert
2002-06-01support for libfame 0.8.10 and aboveMichael Roitzsch
2002-06-01add missing lockMichael Roitzsch
2002-06-01more careful handling of frame skip conditionsMichael Roitzsch