Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-14 | Merge remote-tracking branch 'reynaldo/android' into sdk-0.10.23build | Sebastian Dröge | 1 | -32/+26 | |
2012-09-13 | Fix xOverlay logic | Reynaldo H. Verdejo Pinochet | 1 | -32/+26 | |
Several fixes dealing with correct window creation and set_handle() ops. Tested on X11/mesa with internal window creation. | |||||
2012-09-13 | Merge remote-tracking branch 'reynaldo/android' into sdk-0.10.23 | Sebastian Dröge | 2 | -50/+170 | |
2012-09-13 | Actually test EGL configs before claiming support | Reynaldo H. Verdejo Pinochet | 1 | -24/+57 | |
2012-09-13 | Caps nego EGL fixes | Reynaldo H. Verdejo Pinochet | 1 | -14/+27 | |
- Fix alloc lol on format list: Asked for 2 slices and used 3. - Reordered display & context init logic to prepare for actual config checking before claiming support for a given format. Change deals basically with setting up EGL display at start() and choose an EGL config only at setcaps time. | |||||
2012-09-12 | Caps nego. Start extending RGB support to a set. | Reynaldo H. Verdejo Pinochet | 2 | -41/+115 | |
2012-09-12 | Fix build of static plugin | Sebastian Dröge | 2 | -2/+4 | |
2012-09-12 | Merge remote-tracking branch 'reynaldo/android' into sdk-0.10.23 | Sebastian Dröge | 7 | -0/+2142 | |
Conflicts: sys/Makefile.am | |||||
2012-09-12 | Drop wrong format test on _setcaps (draft leftover) | Reynaldo H. Verdejo Pinochet | 1 | -5/+0 | |
2012-09-11 | Support RGB24 by default | Reynaldo H. Verdejo Pinochet | 2 | -9/+9 | |
2012-09-11 | Instrument EGL error reporting | Reynaldo H. Verdejo Pinochet | 1 | -9/+25 | |
2012-09-11 | Correctly return GstFlowReturn from render_and_display() | Reynaldo H. Verdejo Pinochet | 1 | -11/+6 | |
2012-09-11 | Move VBO setup to it's own function | Reynaldo H. Verdejo Pinochet | 1 | -57/+80 | |
2012-09-11 | Fix render_and_display logic | Reynaldo H. Verdejo Pinochet | 1 | -103/+106 | |
Switch procedure according to enabled rendering path | |||||
2012-09-10 | Fix sample launch line with disabled window creation | Reynaldo H. Verdejo Pinochet | 1 | -1/+1 | |
2012-09-10 | Rename stale android leftover | Reynaldo H. Verdejo Pinochet | 2 | -3/+3 | |
2012-09-10 | Move eglgles Sink to ext/ #2 | Reynaldo H. Verdejo Pinochet | 4 | -2/+3 | |
2012-09-10 | [DO NOT MERGE] Move eglgles Sink to ext/ | Reynaldo H. Verdejo Pinochet | 7 | -0/+2109 | |
2012-08-09 | vp8: Use pkg-config file for getting the LIBS and CFLAGS | Sebastian Dröge | 1 | -0/+1 | |
2012-06-26 | opusparse: Simplify check | Edward Hervey | 1 | -36/+33 | |
Avoids a unset variable warning (for nframes) with gcc 4.7.0 | |||||
2012-06-26 | opusdec: read gain from the right place in the header | Vincent Penquerc'h | 1 | -1/+1 | |
It's at byte offset 16, not 14. | |||||
2012-06-26 | opusdec: do not assert on bad header, error out instead | Vincent Penquerc'h | 1 | -3/+8 | |
2012-06-26 | opusparse: heed test vector framing to eat any padding | Vincent Penquerc'h | 1 | -0/+3 | |
This fixes parsing on one particular test vector where payload data is smaller than the actual audio payload. | |||||
2012-06-26 | opus: reject major version number above what we grok | Vincent Penquerc'h | 1 | -1/+4 | |
2012-06-26 | opus: bump written version from 0 to 0x01 | Vincent Penquerc'h | 1 | -1/+1 | |
as per the spec update at https://wiki.xiph.org/OggOpus#ID_Header | |||||
2012-06-26 | opusdec: fix lost packet handling for FEC/PLC | Vincent Penquerc'h | 1 | -7/+13 | |
The base audio decoder sends zero size packets, not NULL buffers, to signal dropped packets. | |||||
2012-06-26 | opuspay: plug buffer leak | Carlos Rafael Giani | 1 | -0/+2 | |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676647 | |||||
2012-06-26 | opus: Handle GstByteWriter return values | Edward Hervey | 1 | -10/+14 | |
2012-06-26 | opusenc: only request and process 1 frame at a time | Mark Nauwelaerts | 1 | -39/+31 | |
... since it is specified in _finish_frame that input buffer may be invalidated after calling it, and is as such not reliably available for further encoding. Also, requesting or allowing several frames is only useful if subclass intends to process these "in 1 run" (as in, 1 output buffer), not for having another (inner) loop in subclass where the baseclass one will do just fine. | |||||
2012-06-26 | opusenc: configure baseclass requested samples really in samples | Mark Nauwelaerts | 1 | -4/+2 | |
... as opposed to bytes. | |||||
2012-06-26 | opusenc: add missing mutex unlock on error path | Vincent Penquerc'h | 1 | -1/+3 | |
2012-06-26 | opus: set author to myself, and update copyright notices | Vincent Penquerc'h | 7 | -2/+8 | |
because as slomo noted, in fact pretty much all the code in there is mine. | |||||
2012-06-26 | resindvd: guard against not finding some data on a DVD | Vincent Penquerc'h | 1 | -1/+7 | |
May possibly help with a particular DVD. https://bugzilla.gnome.org/show_bug.cgi?id=673118 | |||||
2012-05-28 | gstassrender: Refactoring. | Andre Moreira Magalhaes (andrunko) | 2 | -208/+423 | |
2012-05-22 | vp8enc: fix target bitrate config with libvpx 1.1.0 | Vincent Penquerc'h | 1 | -1/+5 | |
libvpx 1.1.0 disallows a bitrate of 0, which was used by vp8enc as a default value. Instead, we use the default libvpx bitrate, scaled to our video size, if no bitrate was specified. This fixes encoding VP8 video with libvpx 1.1.0. https://bugzilla.gnome.org/show_bug.cgi?id=676245 Conflicts: ext/vp8/gstvp8enc.c | |||||
2012-03-16 | rsndvdsrc: post a message with title number and durations | Vincent Penquerc'h | 1 | -0/+50 | |
https://bugzilla.gnome.org/show_bug.cgi?id=672165 | |||||
2012-03-13 | dtsdec: avoid runaway loop when resyncing during parse | Mark Nauwelaerts | 1 | -1/+1 | |
... by checking for the correct (decremented) size variable. Fixes #671756. | |||||
2012-03-13 | celtdec: use base class tag handling helper | Mark Nauwelaerts | 1 | -2/+2 | |
... so as to ensure these to be handled and sent at proper time. | |||||
2012-03-13 | dtsdec: use base class tag handling helper | Mark Nauwelaerts | 2 | -30/+2 | |
... so as to ensure these to be handled and sent at proper time. | |||||
2012-03-13 | vp8enc: Fix 'argument to 'sizeof' in 'memset' call is the same expression as ↵ | Sebastian Dröge | 1 | -1/+1 | |
the destination' compiler warning | |||||
2012-03-13 | gsettings: Fix 'if statement has empty body' compiler warning | Sebastian Dröge | 4 | -8/+9 | |
2012-03-13 | faad: fixup nasty typo breaking compilation | Mark Nauwelaerts | 1 | -1/+1 | |
2012-03-13 | faad: discard frame upon decoding error | Mark Nauwelaerts | 1 | -0/+2 | |
2012-03-13 | schro: Fix compilation with 1.0.10 | Robert Swain | 4 | -4/+17 | |
2012-03-13 | schro: Handle 10 and 16-bit formats | David Schleef | 4 | -10/+73 | |
2012-03-13 | vp8dec: use is_alt_data option to prevent timestamp collisions | Oleksij Rempel (Alexey Fisher) | 1 | -0/+1 | |
altref/invisible frames usually stored in container with same timestamp as dependet frame. This make basevideodecoder to update timestamp for dependet frame and couse TS colision on next frame: ^- here is altref time : 1 2 3 4 5 6 7 8 9 webm ts : 1 3 5 5 7 9 vp8dec ts: 1 3 7 7 9 Fix bug: https://bugzilla.gnome.org/show_bug.cgi?id=655245 Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> | |||||
2012-03-09 | gst: Add better support for static plugins | Sebastian Dröge | 126 | -146/+264 | |
2012-02-20 | printf format fixes | David Schleef | 2 | -3/+4 | |
2012-02-03 | faad: include specific support AAC stream formats in template caps | Vincent Penquerc'h | 1 | -1/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=665394 | |||||
2012-02-03 | kate: better error/debug reporting | Vincent Penquerc'h | 5 | -31/+106 | |
Include text messages instead of error codes. |