Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: source/libvpx/.gitignore

Issue 168343002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | source/libvpx/build/make/ads2gas.pl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.a 1 *.a
2 *.asm.s 2 *.asm.s
3 *.d 3 *.d
4 *.gcno 4 *.gcno
5 *.gcda 5 *.gcda
6 *.o 6 *.o
7 *~ 7 *~
8 /*.ivf 8 /*.ivf
9 /*.ivf.md5 9 /*.ivf.md5
10 /*-*.mk 10 /*-*.mk
11 /*.asm 11 /*.asm
12 /*.doxy 12 /*.doxy
13 /.bins 13 /.bins
14 /.deps 14 /.deps
15 /.docs 15 /.docs
16 /.install-* 16 /.install-*
17 /.libs 17 /.libs
18 /Makefile 18 /Makefile
19 /config.log 19 /config.log
20 /config.mk 20 /config.mk
21 /decode_to_md5 21 /decode_to_md5
22 /decode_to_md5.c
23 /decode_to_md5.dox 22 /decode_to_md5.dox
24 /decode_with_drops 23 /decode_with_drops
25 /decode_with_drops.c
26 /decode_with_drops.dox 24 /decode_with_drops.dox
27 /docs/ 25 /docs/
28 /doxyfile 26 /doxyfile
29 /error_resilient 27 /error_resilient
30 /error_resilient.c
31 /error_resilient.dox 28 /error_resilient.dox
32 /force_keyframe 29 /force_keyframe
33 /force_keyframe.c
34 /force_keyframe.dox 30 /force_keyframe.dox
35 /ivfdec 31 /ivfdec
36 /ivfdec.dox 32 /ivfdec.dox
37 /ivfenc 33 /ivfenc
38 /ivfenc.dox 34 /ivfenc.dox
39 /libvpx.so* 35 /libvpx.so*
40 /libvpx.ver 36 /libvpx.ver
41 /obj_int_extract 37 /obj_int_extract
42 /postproc 38 /postproc
43 /postproc.c
44 /postproc.dox 39 /postproc.dox
45 /samples.dox 40 /samples.dox
46 /simple_decoder 41 /simple_decoder
47 /simple_decoder.c
48 /simple_decoder.dox 42 /simple_decoder.dox
49 /simple_encoder 43 /simple_encoder
50 /simple_encoder.c
51 /simple_encoder.dox 44 /simple_encoder.dox
52 /test_libvpx 45 /test_libvpx
53 /twopass_encoder 46 /twopass_encoder
54 /twopass_encoder.c
55 /twopass_encoder.dox 47 /twopass_encoder.dox
56 /vp8_api1_migration.dox 48 /vp8_api1_migration.dox
57 /vp8_scalable_patterns 49 /vp8_scalable_patterns
58 /vp8_scalable_patterns.dox 50 /vp8_scalable_patterns.dox
59 /vp8_set_maps 51 /vp8_set_maps
60 /vp8_set_maps.c
61 /vp8_set_maps.dox 52 /vp8_set_maps.dox
62 /vp8cx_set_ref 53 /vp8cx_set_ref
63 /vp8cx_set_ref.c
64 /vp8cx_set_ref.dox 54 /vp8cx_set_ref.dox
65 /vpx.pc 55 /vpx.pc
66 /vpx_config.c 56 /vpx_config.c
67 /vpx_config.h 57 /vpx_config.h
68 /vpx_rtcd.h 58 /vpx_rtcd.h
69 /vpx_version.h 59 /vpx_version.h
70 /vpxdec 60 /vpxdec
71 /vpxenc 61 /vpxenc
72 TAGS 62 TAGS
73 .cproject 63 .cproject
74 .project 64 .project
75 .settings 65 .settings
OLDNEW
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | source/libvpx/build/make/ads2gas.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698