index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openh264
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
Add feature options for almost all plugins
Nirbheek Chauhan
1
-3
/
+3
2018-06-28
meson: Add fallback for openh264 dependency
Thibault Saunier
1
-1
/
+2
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
1
-0
/
+1
2018-01-03
openh264dec: Remove useless check
Edward Hervey
1
-1
/
+1
2017-08-10
openh264dec: Drop current frame if passing it to the decoder caused an error
Sebastian Dröge
1
-0
/
+3
2017-08-10
openh264dec: Don't unref NULL frame on EOS decoding error
Sebastian Dröge
1
-1
/
+0
2017-07-17
openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate properties
Nicola Murino
1
-2
/
+4
2017-07-17
openh264enc: allow to dynamically change bitrate
Nicola Murino
2
-2
/
+54
2017-07-17
openh264enc: fix indentation
Nicola Murino
1
-4
/
+6
2017-05-18
Fix up package name and origin in some plugins
Tim-Philipp Müller
1
-2
/
+1
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-01-24
openh264: add "qp-min" and "qp-max" properties
Tim-Philipp Müller
2
-0
/
+36
2016-10-27
plugins: Use explicit type conversion from enums
Nirbheek Chauhan
1
-3
/
+3
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+20
2016-07-18
openh264: fix up for API changes in v1.6.0
Tim-Philipp Müller
3
-11
/
+40
2016-06-30
openh264enc: Set frame timestamps before sending to the encoder
Sebastian Dröge
1
-1
/
+1
2016-06-30
openh264enc: Fix initial time-per-frame calculation
Sebastian Dröge
1
-1
/
+1
2016-06-30
openh264enc: Remove meaningless drop bitrate handling
Sebastian Dröge
2
-12
/
+0
2016-06-30
openh264enc: Expose maximum bitrate setting
Sebastian Dröge
2
-3
/
+23
2016-06-30
openh264enc: Actually hook up the rate-control property
Sebastian Dröge
1
-1
/
+1
2016-06-30
openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer t...
Sebastian Dröge
1
-1
/
+1
2016-06-30
openh264enc: Make slice settings more explicit and don't set any number if no...
Sebastian Dröge
1
-4
/
+11
2016-06-30
openh264enc: Remove broken byte-stream to avc conversion and just output byte...
Sebastian Dröge
1
-114
/
+31
2016-04-11
openh264dec: minor clean-ups
Tim-Philipp Müller
1
-52
/
+4
2016-04-11
openh264: remove unnecessary instance private structures
Tim-Philipp Müller
4
-214
/
+187
2016-04-11
openh264: fix indentation
Tim-Philipp Müller
2
-16
/
+22
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
2
-8
/
+4
2015-07-02
openh264dec: Unref video frames and codec state in all cases
Sebastian Dröge
1
-1
/
+9
2015-07-02
openh264dec: Uninitializing the decoder can't fail and will always return 0 =...
Sebastian Dröge
1
-3
/
+2
2015-04-17
openh264enc: Add complexity property for speed/quality tradeoff
Robert Swain
1
-0
/
+38
2015-04-07
open264: Fix GType/gsize usage
Edward Hervey
1
-8
/
+8
2015-04-07
openh264: Detect 1.4 API change
Edward Hervey
1
-0
/
+5
2015-01-22
openh264: Implement the preset interface
Arun Raghavan
1
-0
/
+1
2015-01-21
Constify some static arrays everywhere
Sebastian Dröge
1
-2
/
+2
2015-01-13
Revert "Revert "openh264: fix to work with released versions and master of up...
Zaheer Abbas Merali
2
-6
/
+8
2015-01-13
openh264: remove all trace output to console from encoder
Zaheer Abbas Merali
1
-0
/
+3
2014-12-12
Revert "openh264: fix to work with released versions and master of upstream"
Tim-Philipp Müller
2
-8
/
+6
2014-12-12
openh264: fix to work with released versions and master of upstream
Zaheer Abbas Merali
2
-6
/
+8
2014-11-24
openh264enc: Use a fixed number of slices by default
Sebastian Dröge
1
-1
/
+1
2014-11-24
openh264enc: Add some more encoding properties
Sebastian Dröge
1
-7
/
+167
2014-11-12
openh264enc: Add new enable-frame-skip property and disable it by default
Sebastian Dröge
1
-10
/
+27
2014-10-06
openh264: Use a MARGINAL rank for the encoder and decoder
Sebastian Dröge
1
-2
/
+2
2014-10-06
openh264enc: make denoise work
Nicola Murino
1
-1
/
+0
2014-10-03
openh264dec: The codec can only do baseline so simplify the code a bit
Sebastian Dröge
1
-29
/
+4
2014-10-03
openh264dec: On ::finish() stop trying if the decoder returned that no output...
Sebastian Dröge
1
-1
/
+1
2014-10-03
openh264: Run gst-indent over everything
Sebastian Dröge
3
-783
/
+863
2014-10-03
openh264: Remove unused codecparsers lib
Sebastian Dröge
1
-3
/
+3
2014-10-03
openh264: Add FIXME comment about missing API in openh264
Sebastian Dröge
2
-0
/
+6
2014-10-03
openh264dec: Try to handle frame reordering
Sebastian Dröge
1
-1
/
+27
2014-10-03
openh264dec: Don't drop videocodec frames if we can't decode them *yet*
Sebastian Dröge
1
-5
/
+2
[next]