summaryrefslogtreecommitdiff
path: root/ext/schroedinger/gstschroenc.c
Commit message (Expand)AuthorAgeFilesLines
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* schroenc: Remove obsolete FIXME commentSebastian Dröge2014-06-291-1/+0
* schroenc: Don't leak all input buffersSebastian Dröge2014-06-291-2/+1
* schroenc: Use an arbitrary framerate if none if givenOlivier Crête2014-06-051-2/+11
* schroenc: set buffer offset to buffer timestampVincent Penquerc'h2014-01-131-0/+4
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* schroenc: remove GST_ERROR statement that was committed by accidentTim-Philipp Müller2012-09-131-1/+1
* schroenc: set interlace_coding based on input capsTim-Philipp Müller2012-09-031-0/+8
* schroenc: configure profile/level from allowed downstream caps instead of pro...Tim-Philipp Müller2012-09-031-2/+103
* schroenc: prettify enum property nicksTim-Philipp Müller2012-09-031-5/+6
* schro: Add support for video metadata and arbitrary stridesSebastian Dröge2012-07-231-3/+16
* schro: Map raw video buffers with the correct read/write flagsSebastian Dröge2012-07-231-0/+1
* schroedinger: fix video codec state leaksVincent Penquerc'h2012-06-071-0/+2
* schroedinger: Port to 0.11 againSebastian Dröge2012-05-281-40/+43
* schroedinger: Port to -base video classesEdward Hervey2012-05-281-115/+115
* schro: Port to 0.11Edward Hervey2012-02-221-64/+71
* Merge branch 'master' into 0.11Wim Taymans2012-02-211-1/+0
|\
| * schroenc: remove GST_ERRORDavid Schleef2012-02-201-1/+0
* | Merge branch 'master' into 0.11Wim Taymans2012-02-201-8/+20
|\ \ | |/
| * schro: Add RGB supportDavid Schleef2012-02-171-8/+20
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+10
|\ \ | |/
| * schro: Fix compilation with 1.0.10Robert Swain2012-02-011-0/+10
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-3/+24
|\ \ | |/
| * schro: Handle 10 and 16-bit formatsDavid Schleef2012-01-221-3/+24
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-11/+17
|\ \ | |/
| * schroenc: balance encoder and video format alloc/deallocVincent Penquerc'h2012-01-121-11/+17
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
|/
* schroenc: Update for basevideoencoder ::get_caps() removalSebastian Dröge2011-08-121-95/+50
* schroedinger: Fix set but unused variablesSjoerd Simons2011-08-081-19/+0
* schroenc: remove shape_output handlingDavid Schleef2011-08-031-201/+42
* schroenc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge2011-07-211-3/+4
* schroedinger: Fix compilation and set-but-not-used compiler warningsSebastian Dröge2011-07-131-3/+1
* basevideoencoder: invoke subclass start method at state changeMark Nauwelaerts2011-05-161-4/+2
* basevideocodec: remove redundant caps fieldMark Nauwelaerts2011-05-161-3/+6
* schroenc: Revert previous commitDavid Schleef2011-03-231-15/+0
* schroenc: Output element message with frame statsDavid Schleef2011-03-231-1/+16
* cog, schroedinger: fix warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller2011-01-081-0/+1
* schroenc: minor memleak fixDavid Schleef2010-11-271-0/+10
* schroedinger: Remove dead assignmentsEdward Hervey2010-11-251-2/+0
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-151-10/+15
* schro: Fix segfault on EOSSebastian Dröge2010-06-021-8/+11
* schro: fix for base video updatesDavid Schleef2010-06-021-13/+11
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-6/+4
* schroenc: Only enable framestats code with schro >= 1.0.9Sebastian Dröge2010-03-091-2/+2
* schroenc: Add frame-stats messageDavid Schleef2010-03-091-0/+15
* schroenc: Use guint64 instead of uint64_t. Fixes #599355Edward Hervey2009-10-231-1/+1
* schroedinger: fix warnings on macosx snow leopardJosep Torra2009-10-111-2/+3