Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mimdec: Print invalid fourcc in error message in hex | Sebastian Rasmussen | 2014-07-04 | 1 | -2/+2 |
| | | | | | | | Previously this was printed as characters which caused later processing of the error message to sometimes warn about non-UTF-8 characters. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732715 | ||||
* | mimdec: fix open error checking | Vincent Penquerc'h | 2014-04-09 | 1 | -1/+1 |
| | | | | Coverity 206364 | ||||
* | mimic: Ensure segment is sent before caps and buffer | Nicolas Dufresne | 2013-05-15 | 3 | -5/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=700420 | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | ext: printf format fixes in debug and error messages | Tim-Philipp Müller | 2013-04-08 | 1 | -2/+3 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 5 | -10/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 2 | -2/+2 |
| | | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | ||||
* | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | mimic: Port to 0.11 | Olivier Crête | 2012-08-07 | 4 | -323/+223 |
| | |||||
* | update for task api change | Wim Taymans | 2012-06-20 | 1 | -1/+2 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins | Mart Raudsepp | 2011-11-11 | 1 | -0/+1 |
| | | | | | | Pass --tag=disable-static to libtool everywhere where it's been forgotten https://bugzilla.gnome.org/show_bug.cgi?id=663768 | ||||
* | mimenc: Remove dead assignment | Edward Hervey | 2010-11-25 | 1 | -2/+0 |
| | |||||
* | mimdec: Clear adapter when flushing | Olivier Crête | 2010-06-02 | 1 | -1/+2 |
| | |||||
* | mimdec: Stop decoding if can't push | Olivier Crête | 2010-06-02 | 1 | -0/+3 |
| | |||||
* | mimdec: Flush adapter right ater using it | Olivier Crête | 2010-06-02 | 1 | -2/+1 |
| | |||||
* | mimenc: No need to do a try allocation | Olivier Crête | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | mimenc: Document paused-mode property | Olivier Crête | 2010-06-02 | 1 | -0/+9 |
| | |||||
* | mimic: Use log loglevel for messages that are shown on every frame | Olivier Crête | 2010-06-02 | 2 | -2/+2 |
| | |||||
* | mimdec: Remove object lock usage, stream lock is enough | Olivier Crête | 2010-06-02 | 2 | -18/+2 |
| | |||||
* | mimdec: Output framerate is unknown | Olivier Crête | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | mimdec: Remove local state variable from instance | Olivier Crête | 2010-06-02 | 2 | -61/+42 |
| | |||||
* | mimdec: Remove useless variable | Olivier Crête | 2010-06-02 | 1 | -4/+3 |
| | |||||
* | mimdec: Make caps a lot stricter | Olivier Crête | 2010-06-02 | 1 | -2/+11 |
| | |||||
* | mimenc: Set delta_unit flag on intra frames | Olivier Crête | 2010-06-02 | 1 | -0/+3 |
| | |||||
* | mimic: Initialize encoder/decoders in state change and setcaps where possible | Olivier Crête | 2010-06-02 | 2 | -72/+72 |
| | |||||
* | mimic: Fix element details | Olivier Crête | 2010-06-02 | 2 | -7/+10 |
| | |||||
* | mimic: Hold element lock while accessing the clock | Olivier Crête | 2010-06-02 | 1 | -2/+3 |
| | |||||
* | mimic: Refactor tcp header creation to not make a separate buffer | Olivier Crête | 2010-06-02 | 1 | -30/+24 |
| | |||||
* | mimic: Function can't fail | Olivier Crête | 2010-06-02 | 1 | -7/+0 |
| | |||||
* | mimic: Remove C++ style comments | Olivier Crête | 2010-06-02 | 2 | -3/+3 |
| | |||||
* | mimic: Use GST_ELEMENT_ERROR when returning a flow error | Olivier Crête | 2010-06-02 | 2 | -13/+20 |
| | |||||
* | mimic: Fix GST_MIM_*_CLASS macros | Olivier Crête | 2010-06-02 | 2 | -2/+2 |
| | |||||
* | mimic: Warn if paused-mode is toggled while playing | Olivier Crête | 2010-06-02 | 1 | -0/+3 |
| | |||||
* | mimic: Add GST_DEBUG_FUNCPTR where appropriate | Olivier Crête | 2010-06-02 | 2 | -7/+12 |
| | |||||
* | mimic: Rename functions/macros to match class names | Olivier Crête | 2010-06-02 | 5 | -89/+87 |
| | |||||
* | mimdec: Don't try to re-send the same event more than once | Olivier Crête | 2010-05-07 | 1 | -4/+4 |
| | |||||
* | mimic: Push out newsegment from current timestamp if the incoming ts is valid | Olivier Crête | 2010-05-06 | 1 | -14/+21 |
| | | | | | | Push out newsegment event with the timestamp from the incoming buffer if the incoming buffers have a valid timestamp but no valid newsegment event has been through. | ||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 2 | -17/+12 |
| | |||||
* | Clean up LDFLAGS, LIBS, CFLAGS | Tim-Philipp Müller | 2009-11-22 | 1 | -3/+3 |
| | | | | | | | Fix order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff. | ||||
* | mimenc: Remove invalid todo | Olivier Crête | 2009-10-06 | 1 | -1/+0 |
| | |||||
* | mimenc: Write FOURCC as 32bit | Olivier Crête | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | mimenc: USE GST_WRITE_*_LE macros | Olivier Crête | 2009-08-12 | 1 | -9/+9 |
| | |||||
* | mimenc: Refuse to go playing in paused-mode without clock | Olivier Crête | 2009-08-12 | 1 | -3/+12 |
| | | | | | | | Only try to use the clock in if paused-mode is set and refuse to go playing in paused-mode without it. Fixes bug #591538 | ||||
* | mimdec: Lock element before unlocking | Olivier Crête | 2009-07-22 | 1 | -1/+2 |
| | |||||
* | mimdec: Fix leaks | Olivier Crête | 2009-07-22 | 1 | -6/+4 |
| | | | | | Use gst_pad_new_from_static_template() to not leak the pad template Also properly chain up the finalize to the parent | ||||
* | mimenc: Use gst_pad_new_from_static_template | Olivier Crête | 2009-07-22 | 1 | -6/+2 |
| | | | | Prevents leak found by valgrind | ||||
* | mimenc: Unref clockid | Olivier Crête | 2009-07-22 | 1 | -0/+2 |
| | |||||
* | mimdec: Don't overwrite valid timestamps | Olivier Crête | 2009-07-22 | 1 | -1/+5 |
| | |||||
* | Revert "mimdec: Ignore the timestamps inside the buffers" | Olivier Crête | 2009-07-22 | 2 | -2/+97 |
| | | | | This reverts commit 5e051fa98aeebdce2eca6b321ec1929e6f8fdf61. |