Age | Commit message (Expand) | Author | Files | Lines |
2009-02-23 | liveadder: Fix build on macosx | Edward Hervey | 1 | -1/+2 |
2009-02-17 | Add liveadder to the docs | Olivier Crête | 1 | -0/+1 |
2009-02-17 | Document the liveadder | Olivier Crête | 1 | -0/+12 |
2009-02-17 | Moved liveadder from gst-plugins-farsight to -bad | Olivier Crête | 2 | -203/+182 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Use log for message thats on every buffer | Olivier Crête | 1 | -3/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files | Olivier Crête | 1 | -0/+0 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffers | Edward Hervey | 1 | -5/+27 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add handling of position query to liveadder | Olivier Crete | 1 | -27/+73 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Replace C99 llabs with C89 code | Olivier Crete | 1 | -2/+6 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Reset vars before restarting thread on flush stop | Olivier Crete | 1 | -2/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Implement first version of seeking | Olivier Crete | 1 | -4/+0 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add duration query from adder | Olivier Crete | 1 | -0/+78 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Move flush stop inside where it belongs | Olivier Crete | 1 | -13/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Have the liveadder remember if its playing or not | Olivier Crete | 2 | -9/+24 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Push out buffer if we're not playing while there ... | Olivier Crete | 1 | -1/+6 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Empty the queue on flush start | Olivier Crete | 1 | -0/+5 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Reset pad private on flush stop | Olivier Crete | 1 | -0/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Pass pad as pad to reset_pad_private | Olivier Crete | 1 | -3/+5 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chain | Olivier Crete | 1 | -0/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no pads | Olivier Crete | 1 | -0/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Check that the format is NOT time | Olivier Crete | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear() | Olivier Crete | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlocked | Olivier Crete | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and refus... | Olivier Crete | 1 | -0/+25 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!) | Simon McVittie | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Robustness check, make sure the queue is not empt... | Youness Alaoui | 1 | -0/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove useless condition | Youness Alaoui | 1 | -5/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] check against audio_buffer_clip which can return ... | Youness Alaoui | 1 | -0/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Fix object locking in setcaps | Youness Alaoui | 1 | -1/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Use g_cond_broadcast instead of g_cond_signal | Youness Alaoui | 1 | -2/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Max latency should also be increased by our own l... | Youness Alaoui | 1 | -3/+7 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Fix deadlock on invalid timestamp error | Olivier Crete | 1 | -7/+12 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Added comment for clarity | Youness Alaoui | 1 | -0/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] added TODO comments | Youness Alaoui | 1 | -3/+3 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here.. | Youness Alaoui | 1 | -4/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] added comment on the no clock error | Youness Alaoui | 1 | -0/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] error if no clock is available | Youness Alaoui | 1 | -5/+14 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] renaming unused arg | Youness Alaoui | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] removed unused user_data and commented line | Youness Alaoui | 1 | -2/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] remove unused cases and empty switch | Youness Alaoui | 1 | -11/+0 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Explicit the discont flag mangling | Olivier Crete | 1 | -0/+5 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Unref events when they are dropped | Olivier Crete | 1 | -2/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Use Glib G_{MAX,MIN}{U,}INT{8,16,32} macros | Olivier Crete | 1 | -21/+6 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Unlock liveadder empty buffer gcond on flush | Olivier Crete | 1 | -2/+4 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Unref event instead of leaking it | Olivier Crete | 1 | -2/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] non-perfect stream isnt an error, lets just log it | Olivier Crete | 1 | -1/+1 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] We retimestamp to the running time, starting the ... | Olivier Crete | 1 | -6/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Do the min/max of the latencies correctly | Olivier Crete | 1 | -8/+3 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Fix indentation | Olivier Crete | 1 | -3/+2 |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Activate pads before adding them in case we're al... | Olivier Crete | 1 | -0/+12 |