0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable warnings for extras/getopt. More... about 10 years ago
Remove cabac global variable More... about 10 years ago
Resolve constant conditional expression warning. More... about 10 years ago
Resolve possible uninitialized variable warnings. More... about 10 years ago
init_context directly has a QP parameter, instead of passing an encoder_control* More... about 10 years ago
Use RDO to check for transform skip mode More... about 10 years ago
Moved context information inside cabac_data. More... about 10 years ago
Implemented RDO function to calculate bits used for coefficient coding More... about 10 years ago
Resolve warnings about assignments within conditions. More... about 10 years ago
Remove unreferenced parameters. More... about 10 years ago
Resolve unsigned/signed mismatch warnings. More... about 10 years ago
Add a function to free g_exp_table. More... about 10 years ago
Fix typo. More... about 10 years ago
Merge pull request #22 from lfasnacht/realloc_fix More... about 10 years ago
Use realloc correctly More... about 10 years ago
Add extra parenthesis to suppress compiler warnings. More... about 10 years ago
Remove unreferenced_parameter macro. More... about 10 years ago
Check for malloc failure. More... about 10 years ago
Remove unused variables. More... about 10 years ago
Use tile scan order in encode_one_frame() More... about 10 years ago
Changed final cost (and transform skip) error function from SAD to SSD More... about 10 years ago
Added new commandline parameter --no-transform-skip More... about 10 years ago
Write tiles related information picture parameter set and slice header More... about 10 years ago
Coding tree block raster and tile scanning conversion process, according to ITU-T Rec. H.265 (04/2013) 6.5.1 More... about 10 years ago
Tiles in encoder_control More... about 10 years ago
Allow -DUSE_TILES=1 to be specified in Makefile; define MAX_TILES_PER_DIM. More... about 10 years ago
Parameters for using tiles in command line arguments. More... about 10 years ago
Added 4x4 SATD (Hadamard) More... about 10 years ago
Implemented transform skipping (for 4x4 blocks) More... about 10 years ago
Merge pull request #21 from lfasnacht/global-h-rewrite More... about 10 years ago