Age | Commit message (Expand) | Author |
2003-09-13 | fix ao/vo flush while paused (it would freeze the engine). | Miguel Freitas |
2003-09-13 | new seeking patch by Frantisek Dvorak <valtri@atlas.cz> | Miguel Freitas |
2003-09-13 | fix for duplicated pts by Simon Truss <simon@bigblue.demon.co.uk> | Miguel Freitas |
2003-09-05 | div by zero fix by G Developer | Miguel Freitas |
2003-09-04 | still fighting the same bug. now i must have killed it :) | Miguel Freitas |
2003-09-04 | this should complete the fix for more than 1 flush at the same time | Miguel Freitas |
2003-09-03 | cool... a deadlock ;) | Miguel Freitas |
2003-09-03 | fix freeze condition (more than 1 flush at the same time) | Miguel Freitas |
2003-09-01 | Add proper support for 4.1 and 5 channel setups. | James Courtier-Dutton |
2003-08-31 | support for vp4, requires vp4vfw.dll | James Stembridge |
2003-08-29 | that must fix some crashes people have reported me | Miguel Freitas |
2003-08-26 | add a mechanism to force closing audio device without stoping stream. | Miguel Freitas |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-24 | should return something ;-) | Daniel Caujolle-Bert |
2003-08-22 | bugfix, simplify seek | Miguel Freitas |
2003-08-21 | RIP Input Plugin | Miguel Freitas |
2003-08-16 | fix by Reinhard Nissl <rnissl@gmx.de> | Miguel Freitas |
2003-08-15 | - rename to overlay manager | Michael Roitzsch |
2003-08-15 | I am using the latest internal API increase to rename video_overlay_instace to | Michael Roitzsch |
2003-08-12 | small code beautification | Michael Roitzsch |
2003-08-12 | these tests are done more cenralized in video out now | Michael Roitzsch |
2003-08-12 | add a flags member to frame struct (the relevant API versions have already been | Michael Roitzsch |
2003-08-08 | Fix segmentation fault caused by closing a conversion descriptor when none wa... | Robin KAY |
2003-08-07 | remove useless gnu89 compiler flag, some configure tweaking | Michael Roitzsch |
2003-08-05 | clarify comment | Michael Roitzsch |
2003-08-05 | recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is used | Michael Roitzsch |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-08-04 | fallback to no conversion on iconv error | Miguel Freitas |
2003-08-04 | add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api consi... | Miguel Freitas |
2003-07-31 | English, please | Michael Roitzsch |
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 |