index
:
~wjt/gst-plugins-bad
0.10
0.11
1.0
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
hlssink-fixes
master
🔫
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
assrender
/
gstassrender.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-25
assrender: Handle GAP events
Sebastian Dröge
1
-0
/
+17
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-09-23
assrender: disable for autoplugging until it works
Tim-Philipp Müller
1
-1
/
+2
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
1
-1
/
+1
2012-09-14
ffmpegcolorspace is no more
Wim Taymans
1
-1
/
+1
2012-07-27
assrender: process ATTACHMENT tag as sample
Mark Nauwelaerts
1
-16
/
+12
2012-05-29
assrender: Refactoring and make core more similar to textoverlay
Andre Moreira Magalhaes (andrunko)
1
-202
/
+397
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-03-29
Merge remote-tracking branch 'origin/0.10'
Sebastian Dröge
1
-0
/
+3
2012-03-11
fix for caps api changes
Wim Taymans
1
-3
/
+5
2012-03-06
Add missing GLIB_DISABLE_DEPRECATION_WARNINGS
Edward Hervey
1
-0
/
+3
2012-02-08
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Wim Taymans
1
-2
/
+2
2012-01-25
port some more to new memory API
Mark Nauwelaerts
1
-12
/
+9
2012-01-19
port to new gthread API
Wim Taymans
1
-43
/
+39
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-6
/
+5
2011-11-17
add parent to pad functions
Wim Taymans
1
-22
/
+22
2011-11-16
add parent to query function
Wim Taymans
1
-10
/
+8
2011-11-15
_peer_get_caps() -> _peer_query_caps()
Wim Taymans
1
-1
/
+1
2011-11-15
change getcaps to query
Wim Taymans
1
-8
/
+48
2011-10-27
assrender: fix compilation
Wim Taymans
1
-2
/
+2
2011-10-27
Merge branch 'master' into 0.11
Wim Taymans
1
-1
/
+1
2011-10-18
assrender, nuvdemux: unref buffers with gst_buffer_unref()
Tim-Philipp Müller
1
-1
/
+1
2011-10-06
assrender: port to 0.11
Wim Taymans
1
-174
/
+142
2011-07-20
Fix compilation for unused but not set
Nicolas Dufresne
1
-1
/
+6
2011-04-16
assrender: refactor blitting, avoid writing past end of buffer
David Schleef
1
-67
/
+96
2010-11-25
assrender: Remove dead assignments
Edward Hervey
1
-19
/
+4
2010-11-09
assrender: Remove unused src_stride variable from blit functions
Mart Raudsepp
1
-2
/
+1
2010-06-27
assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...
Tim-Philipp Müller
1
-2
/
+2
2010-04-08
assrender: pass constant string as format string to printf
Tim-Philipp Müller
1
-5
/
+5
2010-02-27
assrender: Drop text buffers before the segment start and clip running time e...
Sebastian Dröge
1
-0
/
+17
2010-02-27
assrender: Consume text buffers if they're to be displayed in the next 500ms
Sebastian Dröge
1
-7
/
+7
2010-02-23
assrender: Protect libass structures from concurrent access from multiple thr...
Sebastian Dröge
1
-2
/
+20
2010-02-16
assrender: If no codec data is set, still initialize the ass track
Sebastian Dröge
1
-0
/
+3
2010-02-02
assrender: instruct libass to use light autohinting
Grigori Goronzy
1
-1
/
+1
2010-02-02
assrender: Don't scan current working directory recursively for fonts
Eric Appleman
1
-1
/
+0
2010-01-14
assrender: Improve debug output a bit and simplify code
Sebastian Dröge
1
-6
/
+6
2010-01-14
assrender: Make sure that the video buffer is writable before writing to it
Sebastian Dröge
1
-0
/
+1
2009-12-09
assrender: Implement srcpad query function to always forward to the video sin...
Sebastian Dröge
1
-0
/
+17
2009-12-09
assrender: Proxy buffer allocation on video sinkpad to the srcpad
Sebastian Dröge
1
-0
/
+30
2009-12-09
assrender: Implement srcpad event functions for seeking and correct event for...
Sebastian Dröge
1
-0
/
+52
2009-12-08
assrender: Add docs and integrate into the docs build system
Sebastian Dröge
1
-2
/
+16
2009-12-08
assrender: For synchronizing the text, take the video running time of the nex...
Sebastian Dröge
1
-1
/
+6
2009-12-08
assrender: Fix I420 mode and enable it
Sebastian Dröge
1
-91
/
+128
2009-12-08
assrender: Fix compilation with older libass versions
Sebastian Dröge
1
-0
/
+4
2009-12-07
assrender: Don't unref buffers twice
Sebastian Dröge
1
-1
/
+0
2009-12-07
assrender: Improve embedded font usage
Sebastian Dröge
1
-5
/
+38
2009-12-07
assrender: Disable I420 support for now, it doesn't work reliable yet
Sebastian Dröge
1
-4
/
+6
2009-12-07
assrender: Add support for I420
Sebastian Dröge
1
-2
/
+177
2009-12-07
assrender: Optimize blit function and add support for all other non-alpha RGB...
Sebastian Dröge
1
-60
/
+122
2009-12-07
assrender: Fix attachment tag handling and move it into a separate function
Sebastian Dröge
1
-63
/
+44
[next]