summaryrefslogtreecommitdiff
path: root/libs.mk
Commit message (Expand)AuthorAgeFilesLines
* Prepare Release Candidate for libvpx v1.4.0Johann2015-03-231-6/+8
* use LC_ALL=C to sort libvpx_*srcs.txtJames Zern2015-02-261-2/+2
* configure: add --(disable|enable)-dependency-trackingJames Zern2015-02-091-0/+4
* Remove asm offset dependenciesJohann2014-11-061-48/+2
* Removing legacy compatibility layer.Dmitry Kovalev2014-09-021-1/+0
* enable wextra in vp9Jim Bankoski2014-08-221-0/+2
* make testdata: look for other variants of sha1sumJames Zern2014-07-291-2/+5
* make testdata: fail if a sha1 fails or is missingJames Zern2014-07-291-0/+1
* libs.mk: don't include x86inc.asm in codec src listJames Zern2014-06-271-1/+1
* *.mk: pass SRC_PATH_BARE to all GEN_VCPROJ invocationsJames Zern2014-06-021-0/+3
* Merge "Add make target for running example tests."Tom Finegan2014-05-201-0/+23
|\
| * Add make target for running example tests.Tom Finegan2014-05-151-0/+23
* | make spatial svc an experimentJames Zern2014-05-141-1/+1
|/
* Add utiltest target to Makefile.Tom Finegan2014-04-221-0/+25
* Merge changes Idfb71188,Ibe1e72dbJames Zern2014-03-051-2/+2
|\
| * build: convert rtcd.sh to perlJames Zern2014-03-031-2/+2
* | msvs: filter out include-only asm filesJames Zern2014-03-041-1/+9
|/
* Reusing existing mem_{get, put}_be32() functions.Dmitry Kovalev2014-02-271-0/+2
* Merge "Add get release decoder frame buffer functions."Frank Galligan2014-02-111-0/+1
|\
| * Add get release decoder frame buffer functions.Frank Galligan2014-02-101-0/+1
* | *.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/James Zern2014-02-041-7/+0
|/
* obj_int_extract (msvs): add missing project depJames Zern2014-01-291-1/+4
* Revert external frame buffer code.Frank Galligan2014-01-241-1/+0
* Install test sources for MSVSJohann2014-01-081-5/+5
* Add support to pass in external frame buffers.Frank Galligan2013-12-151-0/+1
* Move SVC per-frame loop from sample app into libvpx properIvan Maltz2013-11-061-0/+1
* Revert "Merge "SVC improvements""James Zern2013-10-221-1/+0
* SVC improvementsIvan Maltz2013-10-211-0/+1
* Removing vpx_codec_impl_{top, bottom}.h files.Dmitry Kovalev2013-09-301-2/+0
* Fix failure to copy data files if content changesAdrian Grange2013-09-161-1/+1
* reworked config for use_x86_incJim Bankoski2013-08-051-7/+1
* Begin to restrict x86inc.asm usageJim Bankoski2013-08-051-0/+13
* test_libvpx: disable pthreads in gtest for win targetsJames Zern2013-06-261-1/+5
* make: add libvpx_test_srcs.txt targetJames Zern2013-06-251-0/+5
* Merge "clean out libvpx-srcs.txt if built"Jim Bankoski2013-06-201-0/+1
|\
| * clean out libvpx-srcs.txt if builtJim Bankoski2013-06-201-0/+1
* | Revert "test_libvpx: disable pthreads in gtest"James Zern2013-06-201-2/+1
|/
* test_libvpx: disable pthreads in gtestJames Zern2013-06-191-1/+2
* libs.mk: allow tests to be shardedJames Zern2013-06-131-5/+18
* Add support for armv7-win32-vs11Martin Storsjo2013-05-221-2/+2
* msvs: Don't link to winmm.libMartin Storsjo2013-05-211-1/+1
* msvs: Pass dependency project vcxproj files to the project generation scriptMartin Storsjo2013-05-211-2/+2
* msvs: Support producing both vcproj and vcxproj depending on configure variablesMartin Storsjo2013-05-211-15/+15
* Fix Android ndk-buildJohann2013-04-171-1/+1
* fix make test invocation for msvc win64James Zern2013-04-051-1/+1
* Append .exe to the executable on OS/2KO Myung-Hun2013-02-221-1/+1
* obj_int_extract.bat is not a generated fileJohann2013-01-281-1/+0
* Link pthread when it is availableJohann2013-01-181-1/+4
* Don't include x86inc.asm on non-x86 targetsJohn Koleszar2013-01-161-0/+2
* Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar2012-12-271-80/+119
|\