summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16Work around ARM64 Windows SDK arm_neon.h quirkJon Kunkee1-0/+1
Since the Windows SDK has an ARM32-only arm_neon.h, files including it during ARM64 Windows builds need to be redirected to arm64_neon.h. Instead of editing many files to include ARM64-Windows-specific ifdef logic, this commit introduces an ARM64-Windows-specific version of arm_neon.h that performs the needed redirection and lands earlier in the header search path than the ARM32-only arm_neon.h. Change-Id: Idc63947a238ca1bd0c479d8f4ad68950487947c6
2016-10-31Add vp9_spatial_svc_encoder to .gitignore.Peter Boström1-2/+1
Change-Id: I3c90d657cca533264dd62bb7749c53a862d0352a
2016-10-28Add tools/tiny_ssim for generating SSIM/PSNR.Peter Boström1-0/+3
Change-Id: Icc3e5aaa6636ffe17dc9da5f7a80afaccbde509a
2016-10-20Add vp9cx_set_ref to .gitignoreVignesh Venkatasubramanian1-0/+1
Get rid of the 'git status' clutter when building with examples. Change-Id: I20b715ddfc6c8ccb4993de7ebb2b4ad6df9ea437
2015-08-28update gitignoreJames Zern1-0/+5
Change-Id: I01c8ba864b73fd3a66c10442041274767ac87bf1
2015-03-18Remove last remnants of obj_int_extractJohann1-1/+0
Change-Id: Icc7da6027763b5ed7cbfe70ffe271103ead59fe1
2014-03-18update gitignoreJames Zern1-1/+1
vp8_set_maps was renamed in 61ecd7f Add VP9 support to the set maps example. Change-Id: I6c67254b9c437886e88dca21387ae4e86c74c440
2014-03-05Merging force-keyframe example into simple_encoder.Dmitry Kovalev1-2/+0
The only difference between two examples was usage of VPX_EFLAG_FORCE_KF flag for frame encoding. Moving this functionality into simple_encoder with additional command line option. Change-Id: Ia3c4209be073eeb541d4ac6b41bd0f12812f6676
2014-02-21update gitignoreJames Zern1-29/+27
- update example paths - add a few missing generated rtcd, dox files + sort Change-Id: I7f4fbf53972d247e96f9c741ff039d244ceb6b2e
2014-02-04update .gitignoreJames Zern1-10/+0
remove example files that have been tracked since: 50fa585 Removing examples code generation and making them static. Change-Id: I9dd2e1588003918286d455c5e58a43393b176a84
2013-07-18configure: default configure log to config.logJames Zern1-1/+1
this is consistent with autoconf Change-Id: I1860831693789259ee35d644775653d6a460cc77
2013-06-24.gitignore: add gcov filesJohn Koleszar1-0/+2
Change-Id: I0a58578e7cf27f3de839eb62a334e343eaed12c5
2013-02-28Ignoring test video sequences in the source tree.Dmitry Kovalev1-0/+2
Adding /*.ivf and /*.ivf.md5 filename patterns to .gitignore. Change-Id: I9be9c99023e6b59bcc9cfbb6c9d6cdc8e500fc4f
2012-09-25update gitignoresMike Frysinger1-0/+7
Change-Id: I67bf154e35fa02b407a9b2c312a536d6bb2aaaf2
2012-04-24Simplifies decoder multithread synchingAttila Nagy1-0/+3
Increment the last_row_mb_col counter by nsync after last MB of row is ready. This way we dont need to check for last MB of row when synching. Set last MB of row ready just after row extension is done, This avoids o potential race condition whit the processing of last MB of next row. Change-Id: I19c44fd6041116ee5483be2143b4f4bfcd149eac
2011-10-11Added rate-targeted temporal scalabilityAdrian Grange1-1/+0
Added the ability to create rate-targeted, temporally scalable, VP8 compatible bitstreams. The application vp8_scalable_patterns.c demonstrates how to use this capability. Users can create output bitstreams containing upto 5 temporally separable streams encoded as a single VP8 bitstream. (previously abandoned as: I92d1483e887adb274d07ce9e567e4d0314881b0a) Change-Id: I156250a3fe930be57c069d508c41b6a7a4ea8d6a
2010-09-28update gitignoreJohann1-16/+10
this was excluding all .asm files when it should have just been .asm files in the top level directory and .asm.s files lower down. also be more restrictive on some other items, and run the whole thing through sort to keep it organized Change-Id: Ia48525033226b13098a491ce89465d0377b990c2
2010-06-11gitignore: initial versionPhilip Jägenstedt1-0/+68
Change-Id: I653ff5062660bc35cfc8a99d176e36d3d63bae20