Skip to content

Commits

Permalink
autotools
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 21, 2012

  1. Initial commit of autotools

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 21, 2012
    Copy the full SHA
    301d2eb View commit details
    Browse the repository at this point in the history
  2. TEMPORARY disable three tests

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 21, 2012
    Copy the full SHA
    9162371 View commit details
    Browse the repository at this point in the history
  3. Fix path to the test data files

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 21, 2012
    Copy the full SHA
    79a3107 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Don't shadow variables

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    519d397 View commit details
    Browse the repository at this point in the history
  2. Explicitly set namespace

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    e83c71e View commit details
    Browse the repository at this point in the history
  3. Fix failing test on RHEL-5

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    1a27390 View commit details
    Browse the repository at this point in the history
  4. Kill audiocodec-related hardcoded defines

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    0f6852a View commit details
    Browse the repository at this point in the history
  5. Kill videocodec-related hardcoded defines

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    ffde470 View commit details
    Browse the repository at this point in the history
  6. Fix linking on x86

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    d11e469 View commit details
    Browse the repository at this point in the history
  7. Fix path to protobuf-generated includes

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    8eb7dac View commit details
    Browse the repository at this point in the history
  8. Kill unused class member

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    44f8e2a View commit details
    Browse the repository at this point in the history
  9. Disable several failed tests for now (FIXME!!!)

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    30a662b View commit details
    Browse the repository at this point in the history
  10. No such macro GSMAMR - use AMR instead

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    14608ac View commit details
    Browse the repository at this point in the history
  11. Fix paths for audio_coding unit-tests

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    22b6c7b View commit details
    Browse the repository at this point in the history
  12. Added new .gitignore entries

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    88ae356 View commit details
    Browse the repository at this point in the history
  13. Fix building on PowerPC (untested)

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    5f28876 View commit details
    Browse the repository at this point in the history
  14. Kill WEBRTC_ARCH_32_BITS and WEBRTC_ARCH_64_BITS defines

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    bd378bc View commit details
    Browse the repository at this point in the history
  15. Build against external libyuv

    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    lemenkov committed Jul 20, 2012
    Copy the full SHA
    7d5c8f7 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    a9da4c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

  1. Make loopback mode work properly

    Some minor changes and improvements are added into this cl
    
    BUG=
    TEST=vie_test
    Review URL: https://webrtc-codereview.appspot.com/667005
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2520 4adac7df-926f-26a2-2b94-8c16560cd09d
    leozwang@webrtc.org committed Jul 16, 2012
    Copy the full SHA
    8495915 View commit details
    Browse the repository at this point in the history
  2. Fix Mac-gcc warnings.

    Resolves:
    - warning: allocating zero-element array
    - warning: suggest a space before ‘;’ or explicit braces around empty
      body in ‘for’ statement
    
    BUG=none
    TEST=build on Mac-gcc, trybots
    
    Review URL: https://webrtc-codereview.appspot.com/675006
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2519 4adac7df-926f-26a2-2b94-8c16560cd09d
    andrew@webrtc.org committed Jul 16, 2012
    Copy the full SHA
    d41f59a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2012

  1. ilbc: Make the decode input array const

    Review URL: https://webrtc-codereview.appspot.com/667009
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2518 4adac7df-926f-26a2-2b94-8c16560cd09d
    turaj@webrtc.org committed Jul 14, 2012
    Copy the full SHA
    837bc7b View commit details
    Browse the repository at this point in the history
  2. video conversion functions: switching from designated functions to a …

    …general one.
    
    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/686004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2517 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 14, 2012
    Copy the full SHA
    73db8db View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Make webrtc compile on android in chromium

    Message:
    There probably is a better way, this cl is trying to seperate android
    specific calls into android files, particular SetAndroidObject, by doing
    this, webrtc can be built inside Chromium on android. Currently, Chromium
    manages its own jvm, capturer and renderer, all webrtc code that manages
    jvm, captuer and renderer should not be compiled. 
    
    Description:
    By re-organize android specific code, this cl will make webrtc build
    in Chromium on android.
    
    BUG=
    TEST=
    Review URL: https://webrtc-codereview.appspot.com/668007
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2516 4adac7df-926f-26a2-2b94-8c16560cd09d
    leozwang@webrtc.org committed Jul 13, 2012
    Copy the full SHA
    7760963 View commit details
    Browse the repository at this point in the history
  2. Terminate version string

    This cl doesn't directly solve b/6750185, but it's a potential bug
    if string is not terminated correctly
    
    BUG=
    TEST=vie_auto_test
    Review URL: https://webrtc-codereview.appspot.com/674009
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2515 4adac7df-926f-26a2-2b94-8c16560cd09d
    leozwang@webrtc.org committed Jul 13, 2012
    Copy the full SHA
    6c08f26 View commit details
    Browse the repository at this point in the history
  3. Add the FEC mask type to FecProtectionParams and set the mask type in…

    … the VCM.
    
    Review URL: https://webrtc-codereview.appspot.com/682004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2514 4adac7df-926f-26a2-2b94-8c16560cd09d
    marpan@webrtc.org committed Jul 13, 2012
    Copy the full SHA
    71707aa View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. vpm: Updating module to use CalcBufferSize

    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/666008
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2513 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 12, 2012
    Copy the full SHA
    d96dcef View commit details
    Browse the repository at this point in the history
  2. Added API to port internal speech probability in NS.

    Identical with CL652007 that's already been accepted for commit.
    
    TBR=andrew@webrtc.org
    BUG=None
    TEST=None
    Review URL: https://webrtc-codereview.appspot.com/670009
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2511 4adac7df-926f-26a2-2b94-8c16560cd09d
    bjornv@webrtc.org committed Jul 12, 2012
    Copy the full SHA
    08329f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. vp8: Updating wrapper to use CalcBufferSize (includes odd size support).

    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/685004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2510 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 11, 2012
    Copy the full SHA
    6182db1 View commit details
    Browse the repository at this point in the history
  2. I420: Updating computation of buffer size to use calcBufferSize (odd …

    …size support).
    
    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/687004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2509 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 11, 2012
    Copy the full SHA
    538f0ab View commit details
    Browse the repository at this point in the history
  3. Remove files that are not needed from direct_show_base_classes.gyp

    BUG=
    TEST=try
    
    Review URL: https://webrtc-codereview.appspot.com/689004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2508 4adac7df-926f-26a2-2b94-8c16560cd09d
    wu@webrtc.org committed Jul 11, 2012
    Copy the full SHA
    262bded View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. .

    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2506 4adac7df-926f-26a2-2b94-8c16560cd09d
    wu@webrtc.org committed Jul 10, 2012
    Copy the full SHA
    13c09bc View commit details
    Browse the repository at this point in the history
  2. Corrected one error for Android build.

    Also added iSAC in the default build in Android, to test any build errors in iSAC in platform build in buildbot.
    Review URL: https://webrtc-codereview.appspot.com/684004
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2505 4adac7df-926f-26a2-2b94-8c16560cd09d
    kma@webrtc.org committed Jul 10, 2012
    Copy the full SHA
    ff2f861 View commit details
    Browse the repository at this point in the history
  3. video_coding: Refatoring I420 wrapper. No functional updates.

    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/673009
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2504 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 10, 2012
    Copy the full SHA
    b95e9ca View commit details
    Browse the repository at this point in the history
  4. 1. Adding odd size support to LibYuv wrapper.

    2. Removing unused functionality.
    3. Adding support for negative height (flips the image).
    
    BUG=
    TEST=
    
    Review URL: https://webrtc-codereview.appspot.com/673008
    
    git-svn-id: http://webrtc.googlecode.com/svn/trunk@2503 4adac7df-926f-26a2-2b94-8c16560cd09d
    mikhal@webrtc.org committed Jul 10, 2012
    Copy the full SHA
    0bb817d View commit details
    Browse the repository at this point in the history
Older