summaryrefslogtreecommitdiff
path: root/vp10/encoder
Commit message (Expand)AuthorAgeFilesLines
* remove vp10James Zern2016-06-1783-39625/+0
* Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.Linfeng Zhang2016-05-273-104/+86
* Merge changes I412c24aa,I28a8bbf0Alex Converse2016-05-111-11/+0
|\
| * mcomp: Remove an obsolete undef.Alex Converse2016-05-101-1/+0
| * mcomp: Remove an obsolete comment.Alex Converse2016-05-101-10/+0
* | Merge "Added a measure of rc drift."Yaowu Xu2016-05-111-2/+5
|\ \
| * | Added a measure of rc drift.paulwilkins2016-05-111-2/+5
* | | Merge "Fixed 8K two pass encoder crash."Paul Wilkins2016-05-111-8/+20
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed 8K two pass encoder crash.paulwilkins2016-05-111-8/+20
* | Fix comment for target_bandwidth in VP9 and VP10hui su2016-05-091-1/+1
* | Change to use proper type in vp{9,10}_token_stateYaowu Xu2016-05-041-1/+1
* | Merge "Use signed variables in the lookahead."Alex Converse2016-05-022-9/+9
|\ \
| * | Use signed variables in the lookahead.Alex Converse2016-04-272-9/+9
| |/
* | Avoid an unsigned overflow in invert_quantAlex Converse2016-04-271-3/+3
|/
* Fix some static analysis issues with resizeDebargha Mukherjee2016-03-311-32/+23
* vp9/10: fix forced keyframes w/alt-refs enabledJames Zern2016-02-241-0/+14
* vp10/resize: add missing alloc checksJames Zern2016-02-171-0/+8
* vp10/encoder: add missing alloc checksJames Zern2016-02-171-27/+33
* vp10_cyclic_refresh_alloc: correct cleanup on errorJames Zern2016-02-171-2/+2
* vp10,encoder: relocate setjmpJames Zern2016-02-161-9/+2
* vp10_receive_raw_frame: add missing setjmpJames Zern2016-02-111-3/+13
* Explicitly set tx_type for sub8x8 blocksDebargha Mukherjee2016-02-081-0/+10
* Define a macro to replace hardcoded valuesZoe Liu2016-02-041-3/+9
* vp10: remove unused (read|write)_uniformJames Zern2016-02-012-23/+0
* Refactor prob_diff_update_savings_search_modelhui su2016-01-291-36/+20
* Merge "Cleaned code in firstpass related to altref frame"Zoe Liu2016-01-291-11/+8
|\
| * Cleaned code in firstpass related to altref frameZoe Liu2016-01-281-11/+8
* | vp9/10: fix encoder crash on flushJames Zern2016-01-281-1/+1
|/
* Cleaned a code in define_gf_group() for firstpassZoe Liu2016-01-251-6/+5
* Deduplicate sign cost for ONE/TWO/THREE/FOUR tokensAlex Converse2016-01-151-22/+19
* Fix encoder crashes and enc/dec mismatchesYaowu Xu2016-01-133-3/+4
* Remove experimental flag for ext_txDebargha Mukherjee2016-01-085-57/+2
* Modifies inter/intra coding to allow all tx typesDebargha Mukherjee2016-01-089-57/+325
* vp10: only assume ONLY_4X4 if segmentation is disabled.Ronald S. Bultje2016-01-041-1/+1
* vp10: skip coding of txsz for lossless-segment blocks.Ronald S. Bultje2016-01-041-2/+3
* Merge changes Icf9b57c3,I9e12da84,Idf5ee179Yaowu Xu2015-12-153-37/+62
|\
| * Fixed interval, fixed Q 1 pass test patch.paulwilkins2015-12-153-36/+61
| * 1 pass VBR mode bug fix.paulwilkins2015-12-151-1/+1
* | Merge "Fix a enc/dec mismatch under CONFIG_MISC_FIXES"Yaowu Xu2015-12-152-12/+13
|\ \
| * | Fix a enc/dec mismatch under CONFIG_MISC_FIXESYaowu Xu2015-12-142-12/+13
* | | move vp9_avg to vpx_dspJames Zern2015-12-147-1015/+24
* | | Merge "Proper fix of a msvc complier warning"Yaowu Xu2015-12-111-1/+1
|\ \ \ | |/ /
| * | Proper fix of a msvc complier warningYaowu Xu2015-12-101-1/+1
* | | Merge changes Iece22223,Iefad9d8dYaowu Xu2015-12-102-13/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Fix two msvc build issuesYaowu Xu2015-12-101-1/+1
| * Fix enc/dec mismatches for aq-mode 1 and 2Yaowu Xu2015-12-101-12/+8
* | Changes to exhaustive motion search.paulwilkins2015-12-089-75/+253
|/
* Fix bug when overlaying middle arfs in multi-arf groups.paulwilkins2015-12-071-2/+6
* Merge "comment out range_check of fdct in dct.c"Angie Chiang2015-12-041-12/+15
|\
| * comment out range_check of fdct in dct.cAngie Chiang2015-12-041-12/+15