index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
liveadder
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-04
Work around changes in g_atomic API
David Schleef
1
-0
/
+4
2011-04-11
android: make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2010-11-30
Fix pad template memleaks
David Schleef
1
-5
/
+2
2010-09-28
liveadder: move debug-category registration to type init
Stefan Kost
1
-5
/
+4
2010-09-28
liveadder: GST_BOILERPLATE already sets parent_class
Stefan Kost
1
-2
/
+0
2010-09-28
liveadder: use base_init for pad_templates and element_details
Stefan Kost
1
-15
/
+12
2010-09-28
liveadder: use G_PARAM_STATIC_STRINGS on properties
Stefan Kost
1
-1
/
+1
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-9
/
+4
2009-11-22
Clean up LDFLAGS, LIBS, CFLAGS
Tim-Philipp Müller
1
-3
/
+5
2009-06-19
Make build without warnings with debugging disabled
Tim-Philipp Müller
1
-3
/
+2
2009-03-22
Makefile.am: no static libs for plugins
Stefan Kost
1
-0
/
+1
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
[next]