Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-16 | rename eventsrenme-events | Wim Taymans | 66 | -238/+238 | |
2011-11-15 | opusenc: fix pointer mismatch in memcpy on drain | Vincent Penquerc'h | 1 | -1/+1 | |
2011-11-15 | _query_peer_*() -> _peer_query_*() | Wim Taymans | 2 | -2/+2 | |
2011-11-15 | _peer_get_caps() -> _peer_query_caps() | Wim Taymans | 4 | -4/+4 | |
2011-11-15 | change getcaps to query | Wim Taymans | 4 | -22/+177 | |
2011-11-14 | opus: port to encoder/decoder base classes | Vincent Penquerc'h | 5 | -1252/+513 | |
2011-11-13 | Update for GstURIHandler get_protocols() changes | Tim-Philipp Müller | 7 | -62/+97 | |
2011-11-11 | opus: port to 0.11 | Vincent Penquerc'h | 3 | -172/+193 | |
2011-11-11 | Merge branch 'master' into 0.11 | Wim Taymans | 2 | -7/+54 | |
2011-11-10 | mpegvideoparse: add support for progressive frames | Matej Knopp | 2 | -7/+54 | |
https://bugzilla.gnome.org/show_bug.cgi?id=663782 | |||||
2011-11-10 | audiovisualizer: port to 0.11 | Stefan Sauer | 7 | -190/+493 | |
2011-11-10 | gme: Remove query_types | Edward Hervey | 1 | -13/+0 | |
2011-11-10 | Merge branch 'master' into 0.11 | Wim Taymans | 1 | -2/+2 | |
2011-11-10 | update for adapter api change | Wim Taymans | 1 | -1/+1 | |
2011-11-10 | opusenc: fix bandwidth property type mismatch | Vincent Penquerc'h | 1 | -2/+2 | |
2011-11-10 | Merge branch 'master' into 0.11 | Wim Taymans | 2 | -22/+72 | |
2011-11-10 | chain up in set_clock | Wim Taymans | 8 | -12/+22 | |
2011-11-09 | camerabin2: protect image location list with mutex | Thiago Santos | 2 | -10/+13 | |
Rename the image taglists' mutex into image capture mutex and use it also for the image capture list to prevent concurrent access from different threads (application and capture threads). | |||||
2011-11-09 | camerabin2: Handle null taglists for images | Thiago Santos | 1 | -24/+32 | |
Add NULL and check for them to the image capture taglist list, representing that a capture has no application tags set. | |||||
2011-11-09 | camerabin2: Don't store preview location if preview isn't requested | Thiago Santos | 1 | -10/+11 | |
Do not store preview location is post-previews is false, this would mess up preview naming in case application switches between enabling and disabling previews | |||||
2011-11-09 | camerabin2: Avoid blocking in start-capture and send application tags later | Lasse Laukkanen | 2 | -7/+45 | |
Tags are currently sent from start-capture, which is run in the application thread. For images we can delay the tags pushing to the buffer probe and push the tags with the location event and reduce start-capture time. | |||||
2011-11-09 | Merge branch 'master' into 0.11 | Wim Taymans | 0 | -0/+0 | |
2011-11-09 | Merge branch 'master' into 0.11 | Wim Taymans | 20 | -76/+216 | |
Conflicts: gst/colorspace/colorspace.c | |||||
2011-11-09 | fix documentation typo | Thijs Vermeir | 1 | -1/+1 | |
2011-11-09 | dtmf: fix compiler warning for uninitialized values | Thijs Vermeir | 2 | -6/+8 | |
2011-11-09 | remove query types | Wim Taymans | 3 | -47/+0 | |
2011-11-08 | dtmfsrc: Reject start/stop requests that come out of order | Olivier Crête | 4 | -10/+32 | |
2011-11-08 | dtmf: Post messages when starting to send/receive DTMF | Olivier Crête | 2 | -3/+88 | |
This way, the UI can display the DTMF events as they as being sent. | |||||
2011-11-08 | camerabin2: Decrement processing counter when message handling finishes | Thiago Santos | 1 | -4/+8 | |
Some messages might be interesting to applications, so we can only decrement the processing counter and send the idle notification when those messages are posted on the pipline's bus | |||||
2011-11-08 | camerabin2: update tests to set post-previews to true | Thiago Santos | 1 | -1/+1 | |
Makes most of camerabin2 tests pass again | |||||
2011-11-08 | update for probe api changes | Wim Taymans | 4 | -21/+17 | |
2011-11-08 | camerabin2: change post-previews property default value as false | Lasse Laukkanen | 1 | -1/+1 | |
Generating and posting preview image always comes with a performance penalty so set default value as false. The preview-caps property that defines the preview image format is also NULL by default, so instead of generating preview image of unspecified format by default explicit action from application should be required for enabling preview image posting feature. Application also has to add custom code to be able to handle preview messages on its message handling function anyway. | |||||
2011-11-07 | Add Android buildsystem hooks for codecparsers | Reynaldo H. Verdejo Pinochet | 1 | -0/+2 | |
2011-11-07 | colorspace: fix r210 writing only half a scanline | Vincent Penquerc'h | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=663203 | |||||
2011-11-07 | adpcm: add more consts, espcially for static const data | Vincent Penquerc'h | 2 | -13/+14 | |
2011-11-07 | dvdbasebin: fix for pad probes update | Wim Taymans | 1 | -2/+3 | |
2011-11-07 | autoconvert: merge caps instead of using union | Vincent Penquerc'h | 1 | -12/+4 | |
It's a lot faster, and preserves caps ordering. https://bugzilla.gnome.org/show_bug.cgi?id=663346 | |||||
2011-11-07 | tiger: add a 'silent' property to skip rendering | Vincent Penquerc'h | 2 | -2/+17 | |
https://bugzilla.gnome.org/show_bug.cgi?id=662857 | |||||
2011-11-07 | mpegdemux: catch section lengths extending past the buffer length | Vincent Penquerc'h | 1 | -0/+6 | |
This is probably the cause for an occasional crash while streaming MPEG. Blind fix after staring at the code and following logic, so may or may not fix the issue, I cannot test. | |||||
2011-11-07 | resindvdsrc: do not try to seek before the first chapter | Vincent Penquerc'h | 1 | -1/+6 | |
https://bugzilla.gnome.org/show_bug.cgi?id=589064 | |||||
2011-11-07 | celtenc: fix latency query | Vincent Penquerc'h | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=616421 | |||||
2011-11-07 | opusenc: fix latency query | Vincent Penquerc'h | 1 | -1/+1 | |
This makes live 'audiosrc ! opusenc ! opusdec ! audiosink' pipelines actually work without all audio being dumped. https://bugzilla.gnome.org/show_bug.cgi?id=660999 | |||||
2011-11-07 | opusenc: use debug level for debug info, not error | Vincent Penquerc'h | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=660999 | |||||
2011-11-07 | celtenc: fix calculation of filler data size | Vincent Penquerc'h | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=660469 | |||||
2011-11-07 | opusenc: fix calculation of filler data size | Vincent Penquerc'h | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=660469 | |||||
2011-11-07 | mpegpsdemux: fix zero length packet handling | Vincent Penquerc'h | 1 | -1/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=631416 | |||||
2011-11-07 | tests: mark test input data const | Vincent Penquerc'h | 1 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=663235 | |||||
2011-11-07 | mpegvideoparser: input data is const, mark it so | Vincent Penquerc'h | 2 | -14/+14 | |
2011-11-07 | tests: allow building with older versions of glib (g_list_free_full) | Vincent Penquerc'h | 1 | -4/+8 | |
https://bugzilla.gnome.org/show_bug.cgi?id=663234 | |||||
2011-11-07 | Merge branch 'master' into 0.11 | Wim Taymans | 2 | -2/+9 | |