Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-27 | Add feature options for almost all plugins | Nirbheek Chauhan | 1 | -1/+1 | |
The only plugins remaining are those that haven't been ported to Meson yet, and msdk. Also, the tests are still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107 | |||||
2018-07-26 | av1enc: Implement latency setting | Olivier Crête | 1 | -6/+18 | |
2018-07-26 | av1enc: Propagate flags from encoder to GstBuffer | Olivier Crête | 1 | -0/+6 | |
2018-07-26 | av1enc: Implement finish for EOS | Olivier Crête | 1 | -5/+38 | |
Call the encode function repeatedly until nothing comes out. https://bugzilla.gnome.org/show_bug.cgi?id=796727 | |||||
2018-07-26 | av1enc: Return downstream error from push | Olivier Crête | 1 | -1/+4 | |
2018-06-29 | aomenc: Handle 8 bit_depth images with AOM_IMG_FMT_HIGHBITDEPTH enabled | Sean-Der | 1 | -4/+16 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-06-29 | aomenc: Add support for 10/12bit decoding | Sean-Der | 1 | -5/+103 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-04-25 | Meson: Generate pc file for all plugins in bad | Xavier Claessens | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=794568 | |||||
2018-02-14 | aom: Implement cpu-used in av1enc | Sean DuBois | 2 | -6/+47 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-02-05 | aom: Drop pointless cast from av1enc | Sean DuBois | 1 | -4/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-02-05 | aom: Fix all definite leaks in av1enc | Sean DuBois | 2 | -29/+62 | |
Track if the encoder has been inited, and cleanup if needed. Also unref input_state if has been set https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-02-05 | aom: Consistent naming between av1dec and av1enc | Sean DuBois | 2 | -13/+18 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-02-05 | aom: Implement flush for av1dec | Sean DuBois | 1 | -0/+21 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-01-26 | aom: Add direct casts for GstAV1Enc and GstAV1Dec | Sean DuBois | 4 | -9/+13 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-01-26 | aom: Deadline was removed from AV1 | Sean DuBois | 2 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-01-26 | aom: Fix leak in av1dec | Sean DuBois | 1 | -0/+5 | |
AOM Decoder wasn't being destroyed in stop https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2018-01-26 | aom: Put av1enc config debugging under gst_av1_enc_debug namespace | Sean DuBois | 1 | -5/+6 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791674 | |||||
2017-12-15 | av1enc: Add debugging of configuration settings | Edward Hervey | 1 | -1/+71 | |
In preparation of making such properties configurable via gobject properties. | |||||
2017-12-15 | av1enc: Remove g_print for errors | Edward Hervey | 1 | -5/+1 | |
And use standard debugging system for it | |||||
2017-12-15 | Add aom plugin with av1enc and av1dec element | Sean DuBois | 8 | -0/+937 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784160 |