index
:
~thiagoss/gst-plugins-base
acceptcaps
cookies
gstcookies
hds
link-checks
master
reverted-acceptcaps
videodecoder-reconfigure-bufferpool
gst-plugins-base branch (Contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
ffmpegcolorspace
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-03
ffmpegcolorspace: Fix IYU1 support
Sebastian Dröge
2
-4
/
+41
2010-10-15
ffmpegcolorspace: Add support for A420
Sebastian Dröge
5
-2
/
+613
2010-08-19
ffmpegcolorspace: Add back support for 8 bit paletted RGB
Sebastian Dröge
1
-0
/
+4
2010-08-12
ffmpegcolorspace: remove chroma-site and color-matrix fields from RGB caps
Tim-Philipp Müller
1
-0
/
+1
2010-07-04
ffmpegcolorspace: Use correct Y offset for YVYU -> RGB conversions
Sebastian Dröge
1
-1
/
+1
2010-07-04
ffmpegcolorspace: Use correct Y offset for the YUY2 -> RGB conversions
Sebastian Dröge
1
-1
/
+1
2010-07-02
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale
Sebastian Dröge
1
-0
/
+8
2010-07-02
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to RGB
Sebastian Dröge
1
-0
/
+24
2010-07-02
ffmpegcolorspace: Fix invalid memory accesses with odd widths/heights during ...
Sebastian Dröge
1
-61
/
+107
2010-06-25
ffmpegcolorspace: Use a more concise pad template
Edward Hervey
1
-17
/
+41
2010-06-17
ffmpegcolorspace: Add YUY2/YVYU to all RGB formats conversions
Sebastian Dröge
2
-1
/
+87
2010-06-17
ffmpegcolorspace: Fix Y42B to YUY2/YVYU/UYVY conversion for odd widths
Sebastian Dröge
1
-0
/
+11
2010-06-17
ffmpegcolorspace: Fix YUY2/YVYU/UYVY to Y42B conversion for odd widths
Sebastian Dröge
1
-0
/
+15
2010-06-14
ffmpegcolorspace: Use Quarks for structure name/field checking
Edward Hervey
1
-5
/
+13
2010-06-14
ffmpegcolorspace: Speed up _remove_format_info
Edward Hervey
1
-27
/
+13
2010-06-14
ffmpegcolorspace: Transfer structures instead of copying them
Edward Hervey
1
-8
/
+3
2010-06-12
ffmpegcolorspace: Fix Y16 from/to GRAY8 conversion
Sebastian Dröge
1
-2
/
+4
2010-06-12
ffmpegcolorspace: Don't crash when doing gray YUV to GRAY conversion
Sebastian Dröge
1
-0
/
+2
2010-06-07
ffmpegcolorspace: Map "Y8 " and "GREY" to "Y800" and add it to the template ...
Sebastian Dröge
1
-10
/
+16
2010-06-07
ffmpegcolorspace: Add support for Y800 and Y16
Martin Bisson
4
-4
/
+257
2010-05-07
ffmpegcolorspace : whooops
Edward Hervey
1
-1
/
+1
2010-05-07
ffmpegcolorspace: more minor cleanups
Edward Hervey
1
-13
/
+3
2010-05-07
ffmpegcolorspace: speedup caps transformation
Edward Hervey
1
-3
/
+2
2010-04-29
ffmpegcolorspace: Use GST_BOILERPLATE and use GstVideoFilter as base class
Sebastian Dröge
3
-77
/
+15
2010-04-22
ffmpegcolorspace: Fix Y41B->Y444 conversion
Sebastian Dröge
1
-1
/
+1
2010-03-19
build: Makefile.am fixes
Tim-Philipp Müller
1
-2
/
+2
2010-03-16
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-9
/
+4
2010-03-11
Add -Wmissing-declarations -Wmissing-prototypes to warning flags
Benjamin Otte
3
-51
/
+10
2010-02-12
ffmpegcolorspace: Add conversions from all ARGB formats to AYUV and back
Sebastian Dröge
2
-0
/
+162
2010-01-21
ffmpegcolorspace: rename performance category
Thijs Vermeir
2
-5
/
+6
2009-11-25
ffmpegcolorspace: Prefer transforming alpha formats to alpha formats and the ...
Sebastian Dröge
1
-1
/
+64
2009-10-28
Remove GST_DEBUG_FUNCPTR where they're pointless
Tim-Philipp Müller
1
-1
/
+1
2009-10-08
ffmpegcolorspace: chwck formats just once per _chain()
Stefan Kost
2
-4
/
+3
2009-10-08
ffmpegcolorspace: add perf-log-category and log suboptimal operation
Stefan Kost
2
-0
/
+6
2009-10-07
[ffmpegcolorspace] Fix NV12 and NV21 with odd width and height
Benjamin Otte
1
-4
/
+2
2009-10-06
ffmpegcolorspace: Use the ffmpegcolorspace debug category
Jan Schmidt
2
-4
/
+7
2009-09-10
ffmpegcolorspace: Handle YVU9/YUV9 conversion with odd widths
Benjamin Otte
1
-0
/
+4
2009-08-24
Remove Ronald Bultje from Authors field
David Schleef
1
-1
/
+1
2009-08-08
gst: Remove dead assignments and resulting unused variables
Edward Hervey
2
-21
/
+1
2009-08-06
ffmpegcolorspace: support for direct conversion from uyvy422 to rgb formats
Siarhei Siamashka
2
-2
/
+45
2009-08-06
ffmpegcolorspace: Fix indention of template header
Sebastian Dröge
1
-1324
/
+1332
2009-08-06
ffmpegcolorspace: Include interlacing information in the AVPicture
Sebastian Dröge
6
-8
/
+22
2009-06-20
ffmpegcolorspace: Fix NV12 and NV21 transformations
Jan Schmidt
2
-7
/
+182
2009-05-30
ffmpegcolorspace: Add a lot more conversions from/to 16 bit grayscale
Sebastian Dröge
2
-0
/
+153
2009-05-26
ffmpegcolorspace: Add support for 16 bit grayscale in little/big endian
Sebastian Dröge
3
-0
/
+190
2009-03-28
ffmpegcolorspace: video/x-raw-gray is the same as the YUV Y800 format
Sebastian Dröge
1
-1
/
+11
2009-02-26
ffmpegcolorspace: remove unused code/variables
Stefan Kost
2
-8
/
+2
2009-02-24
ffmpegcolorspace: Add conversion from/to YVYU colorspace
Sebastian Dröge
3
-2
/
+178
2009-02-24
ffmpegcolorspace: Add direct UYVY->GRAY8 conversion
Jonas Danielsson
1
-0
/
+26
2009-02-13
ffmpegcolorspace/videotestsrc: Use v308 instead of V308
Sebastian Dröge
1
-2
/
+2
[next]