~ubuntu-branches/ubuntu/vivid/x264/vivid

« back to all changes in this revision

Viewing changes to input/thread.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, William Grant, Andrew Starr-Bochicchio, Dimitri John Ledkov, Reinhard Tartler, Roland Stigge
  • Date: 2014-03-23 11:09:02 UTC
  • mfrom: (12.1.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140323110902-kr95l84n05969fgd
Tags: 2:0.142.2389+git956c8d8-2
[ William Grant ]
* Add aarch64-pic.patch to enable -fPIC on arm64 to fix link failure.

[ Andrew Starr-Bochicchio ]
* Compile using -fno-aggressive-loop-optimizations (LP: #1241772)

[ Dimitri John Ledkov ]
* Update config.guess/sub, attempt building on pp64el

[ Reinhard Tartler ]
* Document the license of extras/cl*.h (Closes: #739499)
* Pickup the patches documented above from Ubuntu while retaining proper
  attribution.

[ Roland Stigge ]
* Disable altivec on powerpcspe (Closes: #701628)
* Add autopkgtest test case "encode_testimage"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 * thread.c: threaded input
3
3
 *****************************************************************************
4
 
 * Copyright (C) 2003-2012 x264 project
 
4
 * Copyright (C) 2003-2014 x264 project
5
5
 *
6
6
 * Authors: Laurent Aimar <fenrir@via.ecp.fr>
7
7
 *          Loren Merritt <lorenm@u.washington.edu>