Marko Viitanen
|
4421827d59
|
Fixed picture_destruct to free all allocated memory
|
2013-09-12 17:26:27 +03:00 |
|
Marko Viitanen
|
7cd7afe8a2
|
Added picture_list_rem and picture_list_add functions
|
2013-09-12 17:15:14 +03:00 |
|
Marko Viitanen
|
81f584742c
|
Added picture_init() and changed cur_pic to pointer in encoder_input struct
Also contains few inter coding changes
|
2013-09-12 16:28:40 +03:00 |
|
Marko Viitanen
|
6ede4c60df
|
Merge branch 'master' of Z:/Work/HEVC_encoder into fador
Conflicts:
src/context.c
src/search.c
|
2013-09-11 14:38:23 +03:00 |
|
Ari Koivula
|
be98d8fef1
|
Clarify some comments.
|
2013-09-09 20:44:21 +03:00 |
|
Marko Viitanen
|
0af55b8676
|
P-Slice testing, outputs P-slice as the second output slice
|
2013-09-04 17:47:54 +03:00 |
|
Marko Viitanen
|
e4a8aaa8eb
|
Added and fixed some functionality to support inter frames
|
2013-09-02 09:53:36 +03:00 |
|
Marko Viitanen
|
b3a724afb0
|
Added codes for inter coding
|
2013-08-02 16:35:30 +03:00 |
|
Marko Viitanen
|
06fd1d6fa9
|
Fix for sign bit hiding, not working yet
|
2013-06-12 15:41:57 +03:00 |
|
Marko Viitanen
|
1b007efe43
|
Fixed bug with 8x8 split_flag coding. 4x4 chroma still produces wrong data.
|
2013-05-16 15:27:54 +03:00 |
|
Marko Viitanen
|
58ba4b306c
|
Fixes for search-tree, almost working, some visible errors
|
2013-04-18 14:04:15 +03:00 |
|
Marko Viitanen
|
ae506ceaf5
|
Moved all the intra-search functionalities to search-tree, does not work completely.
|
2013-04-17 17:08:52 +03:00 |
|
Marko Viitanen
|
a737e8660c
|
New search.c/.h files and changed department name on all files
|
2013-04-16 11:23:03 +03:00 |
|
Marko Viitanen
|
01c7f267d7
|
Added CPUID fetch assembly functions (x86 and x64)
|
2013-04-10 16:55:31 +03:00 |
|
Marko Viitanen
|
560917a532
|
Fixed 8x8 luma encoding and some of 4x4 chroma by disabling modes using different scanning order and changing 4x4 DST to DCT in chroma
|
2013-04-09 15:59:12 +03:00 |
|
Marko Viitanen
|
f85db78fe2
|
Fixed PSNR calculation
|
2013-04-05 16:27:18 +03:00 |
|
Marko Viitanen
|
55cc82925d
|
Code refactoring to allow transform split (and 64x64 prediction with 32x32 transform)
|
2013-03-25 17:17:24 +02:00 |
|
Marko Viitanen
|
4da3b51025
|
Added reference block builder and verified DC-prediction bit-perfect output, fixed SAD calculations
|
2013-03-14 17:55:06 +02:00 |
|
Marko Viitanen
|
725101b447
|
Added intra planar prediction and more work in intra predictions
Added PSNR calculation for each picture
|
2013-03-12 17:06:21 +02:00 |
|
Marko Viitanen
|
57f892f1d8
|
encode_CoeffNxN() taken into use and moved the functionality there
|
2013-03-11 12:06:08 +02:00 |
|
Marko Viitanen
|
9bfd542b73
|
Started digging into the intra prediction stuff
|
2012-06-11 18:43:29 +03:00 |
|
Marko Viitanen
|
bf11aad827
|
Cleaned up and fixed split_flag reading and writing to the CU_info array
|
2012-06-11 15:39:18 +03:00 |
|
Marko Viitanen
|
ee3a2744ef
|
Encoding of IPCM sequences working (only for input sequence with width and height divisible with 64)
|
2012-06-11 15:26:32 +03:00 |
|
Marko Viitanen
|
e3e54ea06c
|
Added slice_header encoding function with dummy data
|
2012-06-06 14:09:28 +03:00 |
|
Marko Viitanen
|
ef5d210b18
|
More bitstream functions and better initialization
+ picture.c/.h
|
2012-06-05 14:01:47 +03:00 |
|