summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-07-05- win32 bugfixesMiguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
2002-07-04remove change that broke avi pcm audio (care must be taken when blindly commi...Miguel Freitas
2002-07-02Some fixes to the recent changes made to audio_alsa_out.James Courtier-Dutton
2002-07-01Link libxineutils to thread lib (xine-mutex introduced that). Thanks toDaniel Caujolle-Bert
2002-07-01this fourcc is used for msmpeg4 v1 (thanks Mike for the test stream, it is wo...Miguel Freitas
2002-07-01enable ffmpeg's msmpeg4 v1/v2.Miguel Freitas
2002-07-01improved audio resampling for limited featured sound cards (like the ones fou...Miguel Freitas
2002-06-29Use an other method for DISC_STREAMSEEK :Thibaut Mattern
2002-06-28added aspect information to xine_frame_change_event_t to pass suchMichael Roitzsch
2002-06-28new video out types to distinguish between dxr3 overlay and tv modeMichael Roitzsch
2002-06-26Update nvtvd source so that we can compile it with Sun's Forte cc (C99Juergen Keil
2002-06-26must include "config.h", so that __attribute__() is properly defined as anJuergen Keil
2002-06-26no output to stderrMichael Roitzsch
2002-06-25no output to stderrMichael Roitzsch
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
2002-06-24Add support for Quicktime "twos" audio.James Courtier-Dutton
2002-06-24sigh, another occurance of the logo mrlGuenter Bartsch
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-22fixing logo extensionGuenter Bartsch
2002-06-22ao_fill_gap already outputs a messageMichael Roitzsch
2002-06-20correct comment for DISC_STREAMSEEK after Thibaut MatternMichael Roitzsch
2002-06-20add some documentation for new discontinuity DISC_STREAMSEEKMichael Roitzsch
2002-06-20quiet pleaseMichael Roitzsch
2002-06-19Fix the resume problem introduced by flushing audio_out buffers.Thibaut Mattern
2002-06-19Handle the new flag BUF_FLAG_SEEK.Thibaut Mattern
2002-06-19Handle the new discontinuity DISC_STREAMSEEK.Thibaut Mattern
2002-06-19Add a new discontinuity for seeking, and a flag to authorize a big ao_fill_gap.Thibaut Mattern
2002-06-19Add a new flag for seeking.Thibaut Mattern
2002-06-19pack structsMiguel Freitas
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
2002-06-16xine lib is X11 independent, so don't include nvtv support if X11 is notDaniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-10Added TV mode switching support for nvtvd from Dirk Thierbach.Matthias Hopf
2002-06-10better fix for logo race conditionMiguel Freitas
2002-06-10revert previous commitMiguel Freitas
2002-06-09reporting unknown buffer types is useless - it must be reported at demuxerMiguel Freitas
2002-06-08fix another logo raceMiguel Freitas
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
2002-06-07codec reporting apiMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-05Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2".Thibaut Mattern
2002-06-04added some more audio fourccs found in QT filesMike Melanson
2002-06-03display log messages for unknown codecsMiguel Freitas
2002-06-03provide function to convert endianess of BITMAPINFOHEADER (when reading data ...Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-06-03Due of a nice suggestion from Siggi, remember_volume has moved to audio_out,Daniel Caujolle-Bert
2002-06-02added some new buffer types and modified formattag_to_buf_audio() to thatMike Melanson
2002-06-01add missing lockMichael Roitzsch