- Feb 06, 2014
-
-
James Zern authored
since 50fa5859 Removing examples code generation and making them static. the examples have been c files, not generated from text. this removes GEN_EXAMPLES and replaces it with EXAMPLES, building the source directly rather than copying it to the build folder Change-Id: I5445bc49553419e3d2430963517d2c18cdba1f82
-
- Feb 05, 2014
-
-
Dmitry Kovalev authored
-
Adrian Grange authored
-
James Zern authored
-
Deb Mukherjee authored
-
Dmitry Kovalev authored
-
Adrian Grange authored
Change-Id: If46d93fb1c26e4629af1f492bfad7a82b4c4f778
-
Dmitry Kovalev authored
Change-Id: Ia41007206ce437852dd1b532ee8e233d889e0040
-
Deb Mukherjee authored
Inlcudes a number cleanups: 1. Moves the one-pass pre-encode parameter setting functions to vp9_ratectrl.c 2. Deprecates per_frame_bandwidth in RATE_CONTROL structure 3. Removes target_bandwidth in cpi structure since it is not used. 4. Various renaming of functions There is no bit-stream change in 2-pass, one-pass cbr and one-pass vbr modes. Change-Id: Ifd9916bf4d485b7d04c5f52044ffe6703254ccbd
-
Johann Koenig authored
-
Johann Koenig authored
-
Martin Storsjö authored
This isn't strictly necessary, but makes the file more consistent with the other arm assembly source files. Change-Id: I245c9677d89e0ab3f31991e473764858af35b180
-
Martin Storsjö authored
This fixes building for iOS. Change-Id: Ice082648c02a3faf93891f7ddc122875e2bdc9cb
-
Martin Storsjö authored
This reduces the differences to ads2gas_apple.pl. Change-Id: Ie30e369e3685b35485efe2296f7cdf91dafee1e7
-
Martin Storsjö authored
Avoid substitution of substrings by using \b to make sure the substituted strings are at word boundaries. This is an adaption of the corresponding changes to ads2gas.pl from 7ebcaeb0. Change-Id: I52160e8ba0373d4779d5fc3b0c384ca5c51c7b13
-
James Zern authored
older versions of visual studio did not include the trailing \. this moves the objects to their intended location: the project subdirectory Change-Id: I244479cdebf6b3f03bed6dbfca82e7fb4542f0de
-
James Zern authored
-
James Zern authored
-
James Zern authored
avoid wrapping msvc includes with extern "C"; this breaks some visual studio builds of the (c++) tests. Change-Id: Ie8062d55d4f4c049f6cd360a36da6a67607df132
-
Yaowu Xu authored
-
Dmitry Kovalev authored
-
James Zern authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Ralph Giles authored
The rest of the code uses stdint types and this makes porting easier. Change-Id: Ie2f565f6a919199f0145b6aea97bb7588548e97d
-
Ralph Giles authored
This lets the caller pass a string literal for the codec id. From https://bugzilla.mozilla.org/show_bug.cgi?id=966044 Change-Id: I345bd7a5943f0c33b3fb368d4280100ac5038a3d
-
Dmitry Kovalev authored
Change-Id: I71d85e3455545960938e525ae8aa0a667e1db94c
-
- Feb 04, 2014
-
-
Johann Koenig authored
-
Johann Koenig authored
git diff adds the following line to diffs: \ No newline at end of file which interferes with diff.py parsing. diff.py only looks for '+', '-' and ' ' at the beginning of the line. Issue seen on https://gerrit.chromium.org/gerrit/68611 Change-Id: I0d7b4485c470e0b409f2c9cddde6c9aceba0152e
-
Dmitry Kovalev authored
-
Hangyu Kuang authored
-
Dmitry Kovalev authored
Change-Id: I7b29cb18ad36d79e1c6329c7de88496059f49db4
-
Hangyu Kuang authored
is not longer needed. Change-Id: I40c37ef18c67ab27fc336694dfca3c43a87c47ca
-
Dmitry Kovalev authored
Change-Id: If3a1af1a54f3a3c0d9c966fdc0721981070c7f28
-
Deb Mukherjee authored
-
Adrian Grange authored
-