summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-02-17Move siren rtp pay/depay to goodOlivier Crête6-426/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add underscore to make the encoder like the decoderOlivier Crête1-10/+10
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rename offset to out_offset to make its meaning c...Olivier Crête1-5/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Check the size of the input buffer, not the outpu...Olivier Crête1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Preserve timestampOlivier Crête1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless checks, document lockingOlivier Crete2-8/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] make sirenenc thread safeOlivier Crete2-22/+24
2009-02-17[MOVED FROM GST-P-FARSIGHT] Replace use GST_DEBUG_OBJECT in sirenencOlivier Crete2-13/+8
2009-02-17[MOVED FROM GST-P-FARSIGHT] Port sirendec to GstelementOlivier Crete3-171/+66
2009-02-17[MOVED FROM GST-P-FARSIGHT] Release ref at the end of chainOlivier Crete1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parentOlivier Crete1-2/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Make GstSirenEnc use GST_*_OBJECT appropriatelyOlivier Crete1-12/+9
2009-02-17[MOVED FROM GST-P-FARSIGHT] Port sirenenc to gstelementOlivier Crete2-145/+84
2009-02-17[MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Removed debug outputYouness Alaoui1-8/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Oups, typoYouness Alaoui1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Added Siren encoder/decoder/payloader/depayloaderYouness Alaoui26-0/+3962
2009-02-17Add liveadder to the docsOlivier Crête1-0/+1
2009-02-17Document the liveadderOlivier Crête1-0/+12
2009-02-17Moved liveadder from gst-plugins-farsight to -badOlivier Crête2-203/+182
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use log for message thats on every bufferOlivier Crête1-3/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffersEdward Hervey1-5/+27
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add handling of position query to liveadderOlivier Crete1-27/+73
2009-02-17[MOVED FROM GST-P-FARSIGHT] Replace C99 llabs with C89 codeOlivier Crete1-2/+6
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset vars before restarting thread on flush stopOlivier Crete1-2/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Implement first version of seekingOlivier Crete1-4/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add duration query from adderOlivier Crete1-0/+78
2009-02-17[MOVED FROM GST-P-FARSIGHT] Move flush stop inside where it belongsOlivier Crete1-13/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Have the liveadder remember if its playing or notOlivier Crete2-9/+24
2009-02-17[MOVED FROM GST-P-FARSIGHT] Push out buffer if we're not playing while there ...Olivier Crete1-1/+6
2009-02-17[MOVED FROM GST-P-FARSIGHT] Empty the queue on flush startOlivier Crete1-0/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset pad private on flush stopOlivier Crete1-0/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Pass pad as pad to reset_pad_privateOlivier Crete1-3/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chainOlivier Crete1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no padsOlivier Crete1-0/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Check that the format is NOT timeOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear()Olivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlockedOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and refus...Olivier Crete1-0/+25
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!)Simon McVittie1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Robustness check, make sure the queue is not empt...Youness Alaoui1-0/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless conditionYouness Alaoui1-5/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] check against audio_buffer_clip which can return ...Youness Alaoui1-0/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix object locking in setcapsYouness Alaoui1-1/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use g_cond_broadcast instead of g_cond_signalYouness Alaoui1-2/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Max latency should also be increased by our own l...Youness Alaoui1-3/+7
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix deadlock on invalid timestamp errorOlivier Crete1-7/+12
2009-02-17[MOVED FROM GST-P-FARSIGHT] Added comment for clarityYouness Alaoui1-0/+4