Age | Commit message (Expand) | Author |
2003-07-31 | introduce config file versioning | Michael Roitzsch |
2003-07-27 | priority reset mechanism | Siggi Langauf |
2003-07-27 | - removed xine-engine/locale.c as it is unused, fix static functions in the | Bastien Nocera |
2003-07-27 | - remove unused functions, fixes warnings at compile-time | Bastien Nocera |
2003-07-26 | Stop asserts happening on underruns. | James Courtier-Dutton |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-07-22 | allow all values greater 0 as success returns | Michael Roitzsch |
2003-07-20 | OSS never return 1, but write() length. | Daniel Caujolle-Bert |
2003-07-20 | More USB soundcard updates. | James Courtier-Dutton |
2003-07-20 | Improve playback on USB sound cards. | James Courtier-Dutton |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-07-13 | set pos/time information on video frames as well | Guenter Bartsch |
2003-07-12 | reports the number of skipped/discarded frames | Miguel Freitas |
2003-07-12 | trying to fix make dist | Miguel Freitas |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-07-10 | when two concurrent threads want to create the same config entry, both | Michael Roitzsch |
2003-07-02 | Metronom does the pts prediction now, not the decoders. | James Courtier-Dutton |
2003-06-27 | these functions actually have (void) parameters, not (), which is equal to (...) | Michael Roitzsch |
2003-06-22 | some additional pthread_*_destroy() calls | Michael Roitzsch |
2003-06-20 | the new logging macros, for details see README.logging | Marco Zuehlke |
2003-06-18 | Use the same discard mecanism for audio and video in xine_demux_flush_engine. | Thibaut Mattern |
2003-06-17 | Protect this->discard_buffers and this->flush_audio_driver with a mutex. | Thibaut Mattern |
2003-06-16 | Patch from Jeroen Asselman: | Stefan Holst |
2003-06-13 | default | Miguel Freitas |
2003-06-11 | - add VO_INTERLACED_FLAG to get_frame | Miguel Freitas |
2003-06-11 | Fix io_helper for Win32. The http plugin now works again for Win32 | Tim Champagne |
2003-06-06 | initial ideas for automatic enabling/disabling deinterlacer | Miguel Freitas |
2003-06-05 | Compile io_helper. | Thibaut Mattern |
2003-06-05 | io_helper functions. | Thibaut Mattern |
2003-06-03 | progressive_frame flag may be used to select how to convert yv12->yuy2 | Miguel Freitas |
2003-06-02 | patch by Tim to kill the #ifdefs, replacing them with more portable | Michael Roitzsch |
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-05-31 | do not probe audio_none_out | Miguel Freitas |
2003-05-31 | added placeholder fourccs for On2 VPx video | Mike Melanson |
2003-05-28 | buffer type and fourcc's for raw i420 video | James Stembridge |
2003-05-28 | fix macro | Miguel Freitas |
2003-05-28 | adding parameters api | Miguel Freitas |
2003-05-26 | untested cygwin patch | Miguel Freitas |
2003-05-26 | added experimental .4xm file demuxer | Mike Melanson |
2003-05-25 | audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the same... | Thibaut Mattern |
2003-05-25 | speex support contributed by Conrad Parker <conrad@metadecks.org> | Guenter Bartsch |
2003-05-24 | Remove pointless if statement | James Stembridge |
2003-05-24 | Revert previous commit that added checks for the driver being open before wri... | James Stembridge |
2003-05-24 | Wait for audio out loop to be blocked on empty fifo before closing driver rat... | James Stembridge |
2003-05-20 | This fixes http support for Win32 | Tim Champagne |
2003-05-20 | that's english now | Michael Roitzsch |
2003-05-20 | a decoder priority of 0 enables the decoder's default priority | Michael Roitzsch |
2003-05-20 | no double inclusion | Michael Roitzsch |
2003-05-20 | public header cleanup: | Michael Roitzsch |
2003-05-19 | new MP3 fourcc | Mike Melanson |