index
:
~sree/gst-plugins-bad
h264-pts
master
test
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
mimic
/
gstmimenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-15
mimic: Ensure segment is sent before caps and buffer
Nicolas Dufresne
1
-4
/
+12
2013-04-08
ext: printf format fixes in debug and error messages
Tim-Philipp Müller
1
-2
/
+3
2012-11-04
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
1
-1
/
+1
2012-08-07
mimic: Port to 0.11
Olivier Crête
1
-174
/
+130
2012-06-20
update for task api change
Wim Taymans
1
-1
/
+2
2010-11-25
mimenc: Remove dead assignment
Edward Hervey
1
-2
/
+0
2010-06-02
mimenc: No need to do a try allocation
Olivier Crête
1
-1
/
+1
2010-06-02
mimenc: Document paused-mode property
Olivier Crête
1
-0
/
+9
2010-06-02
mimic: Use log loglevel for messages that are shown on every frame
Olivier Crête
1
-1
/
+1
2010-06-02
mimenc: Set delta_unit flag on intra frames
Olivier Crête
1
-0
/
+3
2010-06-02
mimic: Initialize encoder/decoders in state change and setcaps where possible
Olivier Crête
1
-49
/
+45
2010-06-02
mimic: Fix element details
Olivier Crête
1
-3
/
+5
2010-06-02
mimic: Hold element lock while accessing the clock
Olivier Crête
1
-2
/
+3
2010-06-02
mimic: Refactor tcp header creation to not make a separate buffer
Olivier Crête
1
-30
/
+24
2010-06-02
mimic: Function can't fail
Olivier Crête
1
-7
/
+0
2010-06-02
mimic: Remove C++ style comments
Olivier Crête
1
-2
/
+2
2010-06-02
mimic: Use GST_ELEMENT_ERROR when returning a flow error
Olivier Crête
1
-5
/
+7
2010-06-02
mimic: Warn if paused-mode is toggled while playing
Olivier Crête
1
-0
/
+3
2010-06-02
mimic: Add GST_DEBUG_FUNCPTR where appropriate
Olivier Crête
1
-4
/
+7
2010-06-02
mimic: Rename functions/macros to match class names
Olivier Crête
1
-35
/
+35
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-7
/
+4
2009-10-06
mimenc: Remove invalid todo
Olivier Crête
1
-1
/
+0
2009-08-18
mimenc: Write FOURCC as 32bit
Olivier Crête
1
-1
/
+1
2009-08-12
mimenc: USE GST_WRITE_*_LE macros
Olivier Crête
1
-9
/
+9
2009-08-12
mimenc: Refuse to go playing in paused-mode without clock
Olivier Crête
1
-3
/
+12
2009-07-22
mimenc: Use gst_pad_new_from_static_template
Olivier Crête
1
-6
/
+2
2009-07-22
mimenc: Unref clockid
Olivier Crête
1
-0
/
+2
2009-07-22
mimenc: Ignore errors pushing out new segments
Olivier Crête
1
-12
/
+4
2009-07-16
mimenc: Don't pretend to be ML20 if paused
Olivier Crête
1
-1
/
+1
2009-07-10
mimenc: Only enable paused mode if the property is true
Olivier Crête
1
-3
/
+7
2009-07-07
mimenc: Send pause frames when paused
Olivier Crête
1
-2
/
+121
2009-07-07
mimenc: Put keyframe/paused flags in tcp header
Olivier Crête
1
-7
/
+9
2009-07-07
mimenc: Put timestamp on the header buffer
Olivier Crête
1
-4
/
+6
2009-07-07
mimenc: Retimestamp to the running time
Olivier Crête
1
-11
/
+39
2009-07-07
mimenc: Save the segment
Olivier Crête
1
-0
/
+79
2009-07-07
mimenc: Add property for the paused mode
Olivier Crête
1
-0
/
+59
2009-03-03
Add Doc for mimic plugin
Olivier Crête
1
-21
/
+30
2009-03-03
Re-indent to GST style
Olivier Crête
1
-100
/
+89
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Use video/x-mimic as the caps type
Olivier Crete
1
-1
/
+1
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Add proper locking to mimenc
Olivier Crete
1
-5
/
+20
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Store the timestamp in the header
Olivier Crete
1
-4
/
+7
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Port mimic plugins to GST_BOILERPLATE
Olivier Crete
1
-34
/
+3
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Remove trailing whitespace in mimic plugin
Olivier Crete
1
-11
/
+11
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Fix mimic enc chain function, return res for chai...
Olivier Crete
1
-17
/
+31
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Make the _set_caps function of mimic enc more robust
Olivier Crete
1
-8
/
+25
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Remove the gst 0.9.1 ifdef
Olivier Crete
1
-19
/
+1
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Make caps gst 0.10 compliant
Olivier Crete
1
-3
/
+3
2009-03-03
[MOVED FROM GST-P-FARSIGHT] Use g_type_class_peek_parent instead of reffing t...
Olivier Crete
1
-1
/
+1
[next]