- 02 Jun, 2012 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 01 Jun, 2012 4 commits
-
-
Wim Taymans authored
Use VideoInfo to setup the conversion. Use the color matrix from the video info.
-
Wim Taymans authored
Set default colorimetry info when not otherwise specified in caps.
-
Tim-Philipp Müller authored
-
Edward Hervey authored
From f1b5a96 to 1fab359
-
- 31 May, 2012 5 commits
-
-
Thiago Santos authored
Cast the variables instead and fallback to %u
-
Thiago Santos authored
-
Wim Taymans authored
RGB8_PALETTED -> RGB8P Fix the definition of paletted formats, store the palette in the second plane. Make sure we copy the palette correctly in gst_video_frame_copy() Don't do alignment on the palette in videopool
-
Sebastian Dröge authored
From 92b7266 to f1b5a96
-
Bastien Nocera authored
Instead of the temp directory. See: http://0pointer.de/blog/projects/tmp.html https://bugzilla.gnome.org/show_bug.cgi?id=677181
-
- 30 May, 2012 8 commits
-
-
Wim Taymans authored
Remove obsolete code and use the video pack/unpack functions
-
Wim Taymans authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From ec1c4a8 to 92b7266
-
Sebastian Dröge authored
From 3429ba6 to ec1c4a8
-
Wim Taymans authored
Remove obsolete code. Remove the BlendInfo structure, we can do this better with GstVideoFrame Use GstVideoFrame in the API Prefix functions with gst_
-
Wim Taymans authored
-
- 29 May, 2012 12 commits
-
-
Wim Taymans authored
Use the pack functions of the video library to construct the target image. Remove redundant functions.
-
Wim Taymans authored
-
Wim Taymans authored
c++ doesn't seem to like the typedef
-
Wim Taymans authored
Remove Y800 and Y16 wich are the same as GRAY8 and GRAY16_LE Add const to the GstVideoFormatInfo when used in argument Add GRAY8 and GRAY16 pack/unpack functions
-
Wim Taymans authored
-
Wim Taymans authored
Add support for supporting chroma subsampling correctly in the pack function. Fill in the pack and unpack functions for most formats. Add some missing pack/unpack functions to the orc file.
-
Wim Taymans authored
-
Wim Taymans authored
-
André Moreira Magalhães authored
Conflicts: ext/pango/gsttextoverlay.c ext/pango/gsttextoverlay.h
-
Wim Taymans authored
Add a flag argument to the pack and unpack function so that we can expand it later when needed. We could for example prefer a High Quality pack/unpack operation later.
-
Wim Taymans authored
Add a flag argument to the pack and unpack function so that we can expand it later when needed. We could for example prefer a High Quality pack/unpack operation later.
-
Wim Taymans authored
-
- 28 May, 2012 9 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Add support for the I420_10 formats Use the video frame api to get pixels and strides instead of our own custom versions. Fixes the YVU9 format and probably some others.
-
Wim Taymans authored
Fix the offsets of v216 video Add the complex flag to some formats
-
Wim Taymans authored
Fix the v216 format description
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Add support for 10bit I420 Reorganize some macros, have separate plane and component macros, fix a problem with YV12 in the process. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665034
-
Wim Taymans authored
When we need to add borders, take the pixel stride into account to move to the right horizintal offset.
-