Omar Khlif
0e98f89470
code cleanup
...
Co-authored-by: hguermaz <Hassen.Guermazi@intel.com>
Co-authored-by: kelvinhu325 <kelvin.hu@intel.com>
Co-authored-by: Amir Naghdinezhad <Amir.Naghdinezhad@intel.com>
Co-authored-by: PhoenixWorthVCD <phoenix.worth@intel.com>
Co-authored-by: lijing0010 <jing.b.li@intel.com>
Co-authored-by: NaderMahdi <Nader.Mahdi@intel.com>
Co-authored-by: chkngit <Chekib.Nouira@intel.com>
2020-08-07 21:37:36 -07:00
Jun
25d1930977
Use GST_ELEMENT_ERROR macro for GST_FLOW_ERROR ( #1357 )
...
* Use GST_ELEMENT_ERROR macro for GST_FLOW_ERROR
* swap TEXT and DEBUG field
Signed-off-by: Jun Tian <jun.tian@intel.com>
2020-07-13 11:15:58 -07:00
ttrigui
add8269e17
Unpin thread execution and multi thread buffer tuning ( #1275 )
...
Add the option of unpinning threads from being executed on cores 0-x when -lp x is defined.
Tuning the multi-threaded buffer tuning for better efficiency with low core count when running in a VOD environment.
2020-06-04 11:33:25 -07:00
Jun
0176e535c6
[GStreamer]Update encoder interface and add CI test ( #1240 )
...
Signed-off-by: Jun Tian <jun.tian@intel.com>
Co-authored-by: Christopher Degawa <ccom@randomderp.com>
2020-04-22 10:05:11 -07:00
elenril
9f90c74d3c
[RFC] consistent namespacing for public API functions ( #951 )
...
* EbSvtAv1Dec.h: remove prototype for non-existent functions
Those functions have apparently never existed in the tree:
- eb_peek_sequence_header()
- eb_svt_decode_obu()
- eb_svt_decode_tu()
- eb_dec_flush()
- eb_get_stream_info()
* EbSvtAv1Dec.h: consistently use the svt_av1_dec_ namespace for public functions
* EbSvtAv1Enc.h: consistently use the svt_av1_enc_ namespace for public functions
2020-04-15 12:22:54 -07:00
Omran
075d42ef98
Improve help menu:
...
Format and improve help menu
update cfg file and user guide to be conformant to the help menu
2020-02-13 15:18:03 -08:00
Zhou, Jack
d384bf5a86
Remove dead-code and address snake_case violations and apply Clang format when possible
...
Remove dead code
Address some snake_case PascalCase violations for variables, functions, enums and types
Rename lcu fields to sb
Rename tu fields to txb
Rename cu fields to blk
Shorten variable names in prep to apply clang format: e.g.
- picture_control_set_ptr -- > pcs_ptr
- sequence_control_set_ptr -- > scs_ptr
Remove RawStringFormats property from clang-format until it's fixed
Apply clang-format on files in source/lib/encoder/codec/ except:
- aom_dsp_rtcd.c
- aom_dsp_rtcd.h
- EbMdRateEstimation.h
- EbIntraPrediction.c
- EbModeDecisionConfiguration.c
- EbMotionEstimation.h
- EbPictureDecisionProcess.c
- EbRateControlTables.c
- EbQMatrices.h
- EbEncHandle.c
2020-01-02 11:57:10 -08:00
Slawomir Pawlowski
0032aea50b
Add optimization level "-asm" to limit cpu features at runtime
2019-12-09 10:49:58 -08:00
JackZhouVCD
7ebe9db06e
Remove ImproveSharpness Feature ( #634 )
...
* remove ImproveSharpness feature
* remove use_delta_qp and useDeltaQpSegments (both unused)
2019-09-24 16:15:06 -07:00
Jan Beich
f43cc84340
Port to FreeBSD and maybe more ( #162 )
...
* Make Unix conditionals the fallback
Provides a clear path what needs to be ported if the system is neither
Windows nor POSIX-like. If the difference from Linux is minor like on
macOS or BSDs then new conditionals can be added on case-by-case basis.
* gstreamer-plugin: sync Meson version check with CMake
* gstreamer-plugin: don't assume CMake can find libs by default
2019-09-24 14:53:50 -07:00
Christopher Degawa
0cee47c7b8
gstreamer CMake: cosmetic changes
2019-06-19 10:06:00 -05:00
Christopher Degawa
1b15a9b365
gstreamer CMake: set cflags
2019-06-19 10:06:00 -05:00
Christopher Degawa
8360dfefd5
gstreamer CMake: add POSITION_INDEPENDENT_CODE
2019-06-19 10:06:00 -05:00
Christopher Degawa
e5c6a5d1cd
gstreamer CMake: condense include dirs
2019-06-19 10:06:00 -05:00
Christopher Degawa
1080c4d6a1
gstreamer CMake: move pkg_check_modules together
2019-06-19 10:06:00 -05:00
Christopher Degawa
c452a98d50
gstreamer CMake: include checkcompilerflag
2019-06-19 10:06:00 -05:00
Christopher Degawa
c3411de7c9
gstreamer CMake: set build_type before project
2019-06-19 10:06:00 -05:00
Chris Degawa
b1b874f147
gstreamer: code blocks for windows instruction
2019-06-12 19:01:55 -05:00
Chris Degawa
bae3f1d398
gstreamer: code blocks for linux instructions
2019-06-12 19:01:20 -05:00
Chris Degawa
622ac14e7a
gstreamer: shift right build deps and use sudo apt for debian/ubuntu
2019-06-12 19:01:09 -05:00
Chris Degawa
0e75921cbe
gstreamer: codeblocks for usage
2019-06-12 19:00:59 -05:00
Chris Degawa
343d8749e7
gstreamer: add ` around libs and PATH, right format list
2019-06-12 19:00:46 -05:00
Chris Degawa
555582bd5a
gstreamer: add spaces between title and blocks
2019-06-12 19:00:35 -05:00
Hassene Tmar
3d96db0695
Merge pull request #360 from 1480c1/whitespace
...
cleanup: remove trailing whitespace and convert tab to four spaces
2019-06-12 15:17:47 -07:00
Chris Degawa
a1bb423831
cleanup: tabs2fourSpaces, remove trailing spaces
2019-06-11 22:13:08 -05:00
adixonn
64fcdea750
Coding style updates to ASM folders and ~25% of Codec folder header files ( #206 )
...
Coding style cleanups
2019-04-01 13:33:35 -07:00
Jun
36d5e870f7
GStreamer plugin ( #195 )
...
* SVT-AV1 GStreamer plugin
2019-03-29 15:58:56 -07:00